diff options
-rw-r--r-- | devel/pcre/Makefile | 8 | ||||
-rw-r--r-- | devel/pcre/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 874b06f6dadb..530f872d39c6 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,14 +6,18 @@ # PORTNAME= pcre -PORTVERSION= 3.7 +PORTVERSION= 3.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dom@happygiraffe.net -USE_BZIP2= yes +# Disabled until SourceForge put a proper copy of .tar.bz2 file on its mirrors +# Currently, it is corrupted and does not match the one on the master site: +# ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +# +# USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index d5d0611ab289..0a52f010384e 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1 +1 @@ -MD5 (pcre-3.7.tar.bz2) = 90a6efb498fa13e788b2963715bb362a +MD5 (pcre-3.9.tar.gz) = 55d9f1ee68ff335850c0d07a2daf242a |