diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-20 09:47:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-20 09:47:36 +0000 |
commit | 15d80651a9aa117167c097b1b0849d4d10c6465a (patch) | |
tree | 050f15137a3e429b20c9bec69501499b73d43011 /devel/pcre | |
parent | Update to stunnel-4.00. (diff) |
- Update pcre to 3.9
- Temporarily disable USE_BZIP2 due to corrupted distfile
on SourceForge mirrors
PR: ports/42067
Submitted by: Sergei Kolobov <sergei@kolobov.com>
(no response from MAINTAINER)
Diffstat (limited to 'devel/pcre')
-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 |