mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.43
PR: 133812 Submitted by: Lapo Luchini <lapo at lapo dot it> (maintainer)
This commit is contained in:
parent
7faf8dc494
commit
3e11184a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232463
@ -6,26 +6,30 @@
|
||||
#
|
||||
|
||||
PORTNAME= monotone
|
||||
PORTVERSION= 0.42
|
||||
PORTVERSION= 0.43
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
|
||||
|
||||
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
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost \
|
||||
${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
||||
idn.16:${PORTSDIR}/dns/libidn \
|
||||
sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_ICONV= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LUA= 5.1+
|
||||
|
||||
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 bin/mtnopt 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.42.tar.gz) = c8e916d674b6608369d9f447700a8830
|
||||
SHA256 (monotone-0.42.tar.gz) = b96d9d64b170bf2e3bcca5361eef3e6a8cf8928fc703bbdaa310e90bbacbda44
|
||||
SIZE (monotone-0.42.tar.gz) = 5182313
|
||||
MD5 (monotone-0.43.tar.gz) = a9e82b899ff7f676f620c450d6aff4cf
|
||||
SHA256 (monotone-0.43.tar.gz) = bf06a2cd597f3fed89660702b3c66ec341a72fbff2c76c433fd66ceac8dcdbed
|
||||
SIZE (monotone-0.43.tar.gz) = 4591647
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Sat Nov 11 20:08:59 2006
|
||||
+++ configure Sat Nov 11 23:39:21 2006
|
||||
@@ -10827,7 +10827,7 @@
|
||||
#ifdef __cplusplus
|
||||
"C"
|
||||
#endif
|
||||
-const char *_nl_expand_alias ();
|
||||
+const char *_nl_expand_alias (int);
|
||||
int
|
||||
main ()
|
||||
{
|
Loading…
Reference in New Issue
Block a user