Update from 0.38 to 0.39.
Now uses system PCRE. PR: 121262 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
This commit is contained in:
parent
e43c687c04
commit
aa5001039f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208391
2 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= monotone
|
||||
PORTVERSION= 0.38
|
||||
PORTVERSION= 0.39
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
|
||||
|
||||
|
@ -14,6 +14,7 @@ MAINTAINER= lapo@lapo.it
|
|||
COMMENT= A distributed version control system with digital signatures
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
USE_PERL5_BUILD=yes
|
||||
|
@ -24,6 +25,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS+= --with-system-pcre
|
||||
|
||||
PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
|
||||
"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (monotone-0.38.tar.gz) = c1a0d2619f451a664289b042c104860d
|
||||
SHA256 (monotone-0.38.tar.gz) = ca56ccfdad1fcb61b4f831042f10e48201ff1241b170f9b948bfca4485c67151
|
||||
SIZE (monotone-0.38.tar.gz) = 5264651
|
||||
MD5 (monotone-0.39.tar.gz) = 522c90c99e18a35c31e3dfa5f8499034
|
||||
SHA256 (monotone-0.39.tar.gz) = 77a3e8ec29a55c73a5b600d095408201180002656b46a175d2354f768374b4ec
|
||||
SIZE (monotone-0.39.tar.gz) = 5332200
|
||||
|
|
Loading…
Reference in a new issue