[100289] trunk/dports/databases

jwa at macports.org jwa at macports.org
Fri Dec 7 02:56:53 PST 2012


Revision: 100289
          https://trac.macports.org/changeset/100289
Author:   jwa at macports.org
Date:     2012-12-07 02:56:53 -0800 (Fri, 07 Dec 2012)
Log Message:
-----------
postgresql83: version bump to 8.3.22, adding python27 variant to basic port, old python variant now requires that (instead of 2.6), and add a note of the nearing EOL for this version

Modified Paths:
--------------
    trunk/dports/databases/postgresql83/Portfile
    trunk/dports/databases/postgresql83-doc/Portfile
    trunk/dports/databases/postgresql83-server/Portfile

Modified: trunk/dports/databases/postgresql83/Portfile
===================================================================
--- trunk/dports/databases/postgresql83/Portfile	2012-12-07 10:28:03 UTC (rev 100288)
+++ trunk/dports/databases/postgresql83/Portfile	2012-12-07 10:56:53 UTC (rev 100289)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83
-version			8.3.21
+version			8.3.22
 
 categories		databases
 platforms		darwin
@@ -22,8 +22,8 @@
 			postgresql:source/v${version}/
 distname		postgresql-${version}
 
-checksums           rmd160  c29cd507033043b214cb519f913d085f1573d03e \
-                    sha256  a64b6de9f8067b803f2ed46a025bfd2a16a5ae270db60e440a698f2c07e234f8
+checksums           rmd160  bf75a3ae29d5bcdb09493902dbc0e6144b87be77 \
+                    sha256  17b8f3709c0442e25329e41743f980b10a3149940cee921c28e0bb5b51fef0c6
 
 use_bzip2		yes
 
@@ -90,10 +90,13 @@
 		${destroot}${prefix}/share/man
 }
 
-variant python description {add support for python} {
-	depends_lib-append		port:python26
+variant python requires python27 description {add support for python} {
+}
+
+variant python27 description {add support for python 2.7} {
+	depends_lib-append		port:python27
 	configure.args-append	--with-python
-	configure.python		${prefix}/bin/python2.6
+	configure.python		${prefix}/bin/python2.7
 }
 
 variant krb5 description {add support for Kerberos 5 authentication} {
@@ -111,7 +114,6 @@
 	configure.env-append		TCLSH=${prefix}/bin/tclsh
 }
 
-post-install {
-	ui_msg "\nTo use the postgresql server, install the postgresql83-server port"
-}
-
+notes "To use the postgresql server, install the postgresql83-server port\n\
+NB! This is the next-to-last update to postgresql83,\n\
+please upgrade to a later version!"

Modified: trunk/dports/databases/postgresql83-doc/Portfile
===================================================================
--- trunk/dports/databases/postgresql83-doc/Portfile	2012-12-07 10:28:03 UTC (rev 100288)
+++ trunk/dports/databases/postgresql83-doc/Portfile	2012-12-07 10:56:53 UTC (rev 100289)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83-doc
-version			8.3.21
+version			8.3.22
 categories		databases
 platforms		darwin
 maintainers		mww jwa
@@ -20,8 +20,8 @@
 master_sites		postgresql:source/v${version}
 distname		postgresql-${version}
 
-checksums           rmd160  c29cd507033043b214cb519f913d085f1573d03e \
-                    sha256  a64b6de9f8067b803f2ed46a025bfd2a16a5ae270db60e440a698f2c07e234f8
+checksums           rmd160  bf75a3ae29d5bcdb09493902dbc0e6144b87be77 \
+                    sha256  17b8f3709c0442e25329e41743f980b10a3149940cee921c28e0bb5b51fef0c6
 
 use_bzip2		yes
 dist_subdir		postgresql83

Modified: trunk/dports/databases/postgresql83-server/Portfile
===================================================================
--- trunk/dports/databases/postgresql83-server/Portfile	2012-12-07 10:28:03 UTC (rev 100288)
+++ trunk/dports/databases/postgresql83-server/Portfile	2012-12-07 10:56:53 UTC (rev 100289)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name			postgresql83-server
-version			8.3.21
+version			8.3.22
 categories		databases
 platforms		darwin
 maintainers		mww jwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121207/d179cd72/attachment.html>


More information about the macports-changes mailing list