mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.9.5
This commit is contained in:
parent
449bcae98c
commit
03d7a0a76f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117229
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pcre++
|
PORTNAME= pcre++
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.5
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
|
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
|
||||||
|
|
||||||
|
@ -21,11 +21,12 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_INC_LIBTOOL_VER= 13
|
USE_INC_LIBTOOL_VER= 13
|
||||||
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \
|
CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \
|
||||||
LDFLAGS="`${PCRE_CONFIG} --libs`"
|
LDFLAGS="`${PCRE_CONFIG} --libs`"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
MAN3= Pcre.3
|
MAN3= Pcre.3
|
||||||
PLIST_SUB= VERSION=${PORTVERSION}
|
PLIST_SUB= VERSION=${PORTVERSION}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (pcre++-0.9.4.tar.gz) = 9d2e4ea9249a6c6ceed2e9f461d8b72f
|
MD5 (pcre++-0.9.5.tar.gz) = 1fe6ea8e23ece01fde2ce5fb4746acc2
|
||||||
SIZE (pcre++-0.9.4.tar.gz) = 288065
|
SIZE (pcre++-0.9.5.tar.gz) = 381589
|
||||||
|
|
Loading…
Add table
Reference in a new issue