[Midnightbsd-cvs] mports: devel/pcre: update to 7.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 8 13:07:24 EDT 2008


Log Message:
-----------
update to 7.8

Modified Files:
--------------
    mports/devel/pcre:
        Makefile (r1.8 -> r1.9)
        distinfo (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/pcre/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L devel/pcre/Makefile -L devel/pcre/Makefile -u -r1.8 -r1.9
--- devel/pcre/Makefile
+++ devel/pcre/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pcre
-PORTVERSION=	7.7
+PORTVERSION=	7.8
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
 		ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -47,6 +47,12 @@
 		pcreperform.3 pcreposix.3 pcresample.3 pcrestack.3 \
 		pcresyntax.3
 
+post-patch:
+.if defined(NOPORTDOCS)
+	@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
+	   ${WRKSRC}/Makefile.in
+.endif
+
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest
 .if !defined(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/pcre/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L devel/pcre/distinfo -L devel/pcre/distinfo -u -r1.5 -r1.6
--- devel/pcre/distinfo
+++ devel/pcre/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcre-7.7.tar.bz2) = 4b2e9cde1f7227448dddba59843efa0b
-SHA256 (pcre-7.7.tar.bz2) = bada84f483b428bb45ee68899b62c996f03e8c9422408fc72e60ec854c9df640
-SIZE (pcre-7.7.tar.bz2) = 818897
+MD5 (pcre-7.8.tar.bz2) = 141132d6af14dccc7b08fa797e4fd441
+SHA256 (pcre-7.8.tar.bz2) = 795f3c2ae29339e633a4dac7b596d6cd4d86504befbe951c9d5ff42aca9858ff
+SIZE (pcre-7.8.tar.bz2) = 840922


More information about the Midnightbsd-cvs mailing list