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

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 28 23:29:39 PDT 2007


Revision: 28357
          http://trac.macosforge.org/projects/macports/changeset/28357
Author:   jwa at macports.org
Date:     2007-08-28 23:29:39 -0700 (Tue, 28 Aug 2007)

Log Message:
-----------
version bump to 1.2.11, fix livecheck, drop post-destroot giving now an installation according to docs

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

Modified: trunk/dports/databases/slony1/Portfile
===================================================================
--- trunk/dports/databases/slony1/Portfile	2007-08-29 03:51:31 UTC (rev 28356)
+++ trunk/dports/databases/slony1/Portfile	2007-08-29 06:29:39 UTC (rev 28357)
@@ -2,7 +2,7 @@
 
 PortSystem        1.0
 name              slony1
-version           1.2.10
+version           1.2.11
 categories        databases
 platforms         darwin
 maintainers       wreese at gmail.com jwa
@@ -11,7 +11,7 @@
 homepage          http://main.slony.info/
 master_sites      ${homepage}/downloads/1.2/source
 use_bzip2         yes
-checksums	  sha1 1fef4cdd9440c5f1078fb815511970c854e51d6a
+checksums	  sha1 1a6b2995b9abcc2251fa4d505b6258d47370c0c9
 depends_lib	  port:postgresql82
 
 configure.args	  --with-pgconfigdir="${prefix}/lib/postgresql82/bin/" \
@@ -20,17 +20,16 @@
     --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-pgpkglibdir="${prefix}/lib/postgresql82/"
 
 destroot.args     -B
-post-destroot {
-    foreach bin { slon slonik } {
+#post-destroot {
+#    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
-    }
-}
+#	ln -s ${destroot}${prefix}/lib/postgresql82/bin/${bin} ${destroot}${prefix}/bin
+#    }
+#}
 
 livecheck.check	regex
 livecheck.url	${homepage}
-livecheck.regex	RELEASE (1.2.\[0-9\]+)
+livecheck.regex	(1\.2\.\[0-9\]+) released

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


More information about the macports-changes mailing list