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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 00:23:46 PDT 2007


Revision: 26549
          http://trac.macosforge.org/projects/macports/changeset/26549
Author:   jwa at macports.org
Date:     2007-06-28 00:23:46 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
version bump to 1.2.10, adding livecheck, using builtin ln instead of system

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

Modified: trunk/dports/databases/slony1/Portfile
===================================================================
--- trunk/dports/databases/slony1/Portfile	2007-06-28 07:21:31 UTC (rev 26548)
+++ trunk/dports/databases/slony1/Portfile	2007-06-28 07:23:46 UTC (rev 26549)
@@ -2,7 +2,7 @@
 
 PortSystem        1.0
 name              slony1
-version           1.2.9
+version           1.2.10
 categories        databases
 platforms         darwin
 maintainers       wreese at gmail.com jwa
@@ -11,21 +11,26 @@
 homepage          http://main.slony.info/
 master_sites      ${homepage}/downloads/1.2/source
 use_bzip2         yes
-checksums	  sha1 0dbfce131416ca19bfe72dbb900070c15e4e8520
+checksums	  sha1 1fef4cdd9440c5f1078fb815511970c854e51d6a
 depends_lib	  port:postgresql82
 
 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}"
+    --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/postgresql82/bin/${bin}"
-	}
+    foreach bin { slon slonik } {
+#	system "cd ${destroot}${prefix}/bin && ln -s ../lib/postgresql82/bin/${bin}"
+	ln -s ${destroot}${prefix}/lib/postgresql82/bin/${bin} ${destroot}${prefix}/bin
+    }
 }
+
+livecheck.check	regex
+livecheck.url	${homepage}
+livecheck.regex	RELEASE (1.2.\[0-9\]+)

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


More information about the macports-changes mailing list