[56197] trunk/dports/devel/pcre++/Portfile

gwright at macports.org gwright at macports.org
Mon Aug 24 23:29:40 PDT 2009


Revision: 56197
          http://trac.macports.org/changeset/56197
Author:   gwright at macports.org
Date:     2009-08-24 23:29:39 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
Fix issue #20332.

Modified Paths:
--------------
    trunk/dports/devel/pcre++/Portfile

Modified: trunk/dports/devel/pcre++/Portfile
===================================================================
--- trunk/dports/devel/pcre++/Portfile	2009-08-25 06:28:58 UTC (rev 56196)
+++ trunk/dports/devel/pcre++/Portfile	2009-08-25 06:29:39 UTC (rev 56197)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		pcre++
 version		0.9.5
+revision	1
 categories	devel
 platforms	darwin 
 maintainers	gwright
@@ -17,10 +18,14 @@
 homepage	http://www.daemon.de/PCRE
 master_sites	http://www.daemon.de/idisk/Apps/${name}
 
-checksums	sha1 7cb640555c6adf34bf366139b22f6d1a66bd1fb0
+checksums	md5     1fe6ea8e23ece01fde2ce5fb4746acc2 \
+		sha1    7cb640555c6adf34bf366139b22f6d1a66bd1fb0 \
+		rmd160  1aa3c933f271caacaeec08af02c7903dd4405c41
 
 depends_lib	port:pcre
 
+patchfiles	patch-doc_Makefile.in.diff
+
 configure.args	--mandir=${prefix}/share/man		\
 		--with-pcre-include=${prefix}/include	\
 		--with-pcre-lib=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/6319876f/attachment.html>


More information about the macports-changes mailing list