[csw-devel] SF.net SVN: gar:[20600] csw/mgar/pkg/postgresql/branches/postgresql-8.4
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sat Apr 6 08:15:57 CEST 2013
Revision: 20600
http://gar.svn.sourceforge.net/gar/?rev=20600&view=rev
Author: guengel
Date: 2013-04-06 06:15:55 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
postgresql/branches/postgresql-8.4: Fixed alternatives creation script.
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2013-04-05 22:27:04 UTC (rev 20599)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2013-04-06 06:15:55 UTC (rev 20600)
@@ -444,6 +444,7 @@
uppercase_client = CLIENT
uppercase_contrib = CONTRIB
$(foreach pkg,$(myALTERNATIVES),\
+ $(eval alt_priority = 20) \
$(foreach alt,$(NEEDED_ISAS), \
$(eval alt_priority=$(shell expr $(alt_priority) + 10)) \
$(eval firstbin=$(firstword $(BIN_NAMES_$(uppercase_$(pkg))))) \
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2013-04-05 22:27:04 UTC (rev 20599)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2013-04-06 06:15:55 UTC (rev 20600)
@@ -1,4 +1,4 @@
-postgresql84 (8.4.17,REV=2013.04.05)
+postgresql84 (8.4.17,REV=2013.04.06)
* New upstream release 8.4.17.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list