[22710] trunk/dports/databases/slony1/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 12 10:36:23 PDT 2007


Revision: 22710
          http://trac.macosforge.org/projects/macports/changeset/22710
Author:   jwa at macports.org
Date:     2007-03-12 10:36:23 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------
version bump to 1.2.6 and dependency change to postgresql82, with approval from
the maintainer

Modified Paths:
--------------
    trunk/dports/databases/slony1/Portfile

Modified: trunk/dports/databases/slony1/Portfile
===================================================================
--- trunk/dports/databases/slony1/Portfile	2007-03-12 11:17:11 UTC (rev 22709)
+++ trunk/dports/databases/slony1/Portfile	2007-03-12 17:36:23 UTC (rev 22710)
@@ -2,30 +2,30 @@
 
 PortSystem        1.0
 name              slony1
-version           1.1.5
+version           1.2.6
 categories        databases
 platforms         darwin
 maintainers       wreese at gmail.com
 description       A replication system for PostgreSQL
 long_description  Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.
 homepage          http://gborg.postgresql.org/project/slony1/projdisplay.php
-master_sites      http://developer.postgresql.org/~wieck/slony1/download/
+master_sites      http://pgfoundry.org/frs/download.php/1215/
 use_bzip2         yes
-checksums	  md5 d3ffff50323f1413b9b81084f906f9f8
-depends_lib	  port:postgresql8
+checksums	  md5 4f00747a7faa672f475efd57aa0f96b1
+depends_lib	  port:postgresql82
 
-configure.args	  --with-pgconfigdir="${prefix}/lib/pgsql8/bin/" \
-		  --with-pgsharedir="${prefix}/share/postgresql8/" \
-		  --with-pgbindir="${prefix}/lib/pgsql8/bin/" \
-		  --with-pgincludedir="${prefix}/include/pgsql8/" \
-		  --with-pgincludeserverdir="${prefix}/include/pgsql8/server/" \
-		  --with-pglibdir="${prefix}/lib/pgsql8/" \
-		  --with-pgpkglibdir="${prefix}/lib/pgsql8/" \
+configure.args	  --with-pgconfigdir="${prefix}/lib/postgresql82/bin/" \
+		  --with-pgsharedir="${prefix}/share/postgresql82/" \
+		  --with-pgbindir="${prefix}/lib/postgresql82/bin/" \
+		  --with-pgincludedir="${prefix}/include/postgresql82/" \
+		  --with-pgincludeserverdir="${prefix}/include/postgresql82/server/" \
+		  --with-pglibdir="${prefix}/lib/postgresql82/" \
+		  --with-pgpkglibdir="${prefix}/lib/postgresql82/" \
 		  --prefix="${destroot}${prefix}"
 
 destroot.args     -B
 post-destroot {
 	foreach bin { slon slonik } {
-		system "cd ${destroot}${prefix}/bin && ln -s ../lib/pgsql8/bin/${bin}"
+		system "cd ${destroot}${prefix}/bin && ln -s ../lib/postgresql82/bin/${bin}"
 	}
 }

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


More information about the macports-changes mailing list