[33740] trunk/dports/perl/p5-dbd-pg/Portfile

narf_tm at macports.org narf_tm at macports.org
Mon Feb 4 08:05:22 PST 2008


Revision: 33740
          http://trac.macosforge.org/projects/macports/changeset/33740
Author:   narf_tm at macports.org
Date:     2008-02-04 08:04:40 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Added postgresql83 and made it the default.

Modified Paths:
--------------
    trunk/dports/perl/p5-dbd-pg/Portfile

Modified: trunk/dports/perl/p5-dbd-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-pg/Portfile	2008-02-04 13:28:52 UTC (rev 33739)
+++ trunk/dports/perl/p5-dbd-pg/Portfile	2008-02-04 16:04:40 UTC (rev 33740)
@@ -12,41 +12,52 @@
 platforms	darwin
 checksums	sha1 37c1c37a02afa00d48f8dd739d5d8502a7c40045
 
-depends_lib-append	port:postgresql82 port:openssl port:p5-dbi
+depends_lib-append	port:postgresql83 port:openssl port:p5-dbi
 
-configure.env	PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
-			POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
-			POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+configure.env	PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+			POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+			POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
 
-variant postgresql7 conflicts postgresql80 postgresql81 {
-	depends_lib-delete port:postgresql82
-	depends_lib-append port:postgresql80
-	configure.env-delete PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
-				POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
-				POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 {
+	depends_lib-delete port:postgresql83
+	depends_lib-append port:postgresql7
+	configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+			POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+			POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
 	configure.env-append PATH=${prefix}/lib/pgsql7/bin:$env(PATH) \
 				POSTGRES_INCLUDE="${prefix}/include/pgsql7" \
 				POSTGRES_LIB="${prefix}/lib/pgsql7 -lssl"
 }
 
-variant postgresql80 conflicts postgresql7 postgresql81 {
-	depends_lib-delete port:postgresql82
+variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 {
+	depends_lib-delete port:postgresql83
 	depends_lib-append port:postgresql80
-	configure.env-delete PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
-				POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
-				POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+	configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+			POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+			POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
 	configure.env-append PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
 				POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
 				POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
 }
 
-variant postgresql81 conflicts postgresql7 postgresql80 {
-	depends_lib-delete port:postgresql82
+variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 {
+	depends_lib-delete port:postgresql83
 	depends_lib-append port:postgresql81
-	configure.env-delete PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
-				POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
-				POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+	configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+			POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+			POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
 	configure.env-append PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
 				POSTGRES_INCLUDE="${prefix}/include/postgresql81" \
 				POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
-}
\ No newline at end of file
+}
+
+variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 {
+	depends_lib-delete port:postgresql83
+	depends_lib-append port:postgresql82
+	configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+			POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+			POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+	configure.env-append PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
+				POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
+				POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080204/7559260b/attachment.html


More information about the macports-changes mailing list