aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-04-21 23:19:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-04-21 23:19:06 +0000
commit3e11184a6019626f7b941c8e56c39fc1cfbd11f8 (patch)
treeefba667bb3e273d511511bbaed12ec34fec3a722 /devel/monotone
parent7faf8dc494a823a433090120d510e3aebed62b05 (diff)
downloadports-3e11184a6019626f7b941c8e56c39fc1cfbd11f8.tar.gz
ports-3e11184a6019626f7b941c8e56c39fc1cfbd11f8.zip
- Update to 0.43
PR: 133812 Submitted by: Lapo Luchini <lapo at lapo dot it> (maintainer)
Notes
Notes: svn path=/head/; revision=232463
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile12
-rw-r--r--devel/monotone/distinfo6
-rw-r--r--devel/monotone/files/patch-configure11
3 files changed, 11 insertions, 18 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 6f69f85bd6b8..0c037f85cc8d 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -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" \
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index c11af9cecf1b..3075ad4c96fa 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -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
diff --git a/devel/monotone/files/patch-configure b/devel/monotone/files/patch-configure
deleted file mode 100644
index 2dc00844dd16..000000000000
--- a/devel/monotone/files/patch-configure
+++ /dev/null
@@ -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 ()
- {