- 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)
This commit is contained in:
parent
88cba5e382
commit
15d80651a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66825
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pcre-3.7.tar.bz2) = 90a6efb498fa13e788b2963715bb362a
|
||||
MD5 (pcre-3.9.tar.gz) = 55d9f1ee68ff335850c0d07a2daf242a
|
||||
|
|
Loading…
Reference in a new issue