aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-08-28 13:46:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-08-28 13:46:03 +0000
commitae42c4a6dfd8c60a96b80f90b613ed78be05f07e (patch)
tree16f7a9aee9e98c60eca885e4fd322e6d6991ef40 /devel/monotone
parent55ce6679b0456909be6d94f66fcb5b3dedd74ca6 (diff)
downloadports-ae42c4a6dfd8c60a96b80f90b613ed78be05f07e.tar.gz
ports-ae42c4a6dfd8c60a96b80f90b613ed78be05f07e.zip
Notes
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile16
-rw-r--r--devel/monotone/distinfo6
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 262532817be5..43798aefe82d 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.28
+PORTVERSION= 0.29
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/
@@ -25,7 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
-PLIST_FILES= bin/mtn
+PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
+ "@dirrm share/zsh/site-functions" \
+ "@dirrmtry share/zsh"
INFO= monotone
MAN1= mtn.1
PORTDOCS= NEWS UPGRADE monotone.html
@@ -33,9 +35,9 @@ PORTDOCS= NEWS UPGRADE monotone.html
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost-gcc3
+LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost-gcc3
.else
-LIB_DEPENDS= boost_regex.3:${PORTSDIR}/devel/boost
+LIB_DEPENDS+= boost_regex.3:${PORTSDIR}/devel/boost
.endif
.if defined(WITHOUT_NLS)
@@ -53,11 +55,9 @@ PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \
post-extract:
@${RM} -f ${WRKSRC}/monotone.info*
-post-patch:
- @${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
- ${WRKSRC}/Makefile.in
-
post-install:
+ ${MKDIR} ${PREFIX}/share/zsh/site-functions
+ ${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 42fea6574b0a..5ac1170d349c 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,3 +1,3 @@
-MD5 (monotone-0.28.tar.gz) = 8c2e81152e12fed543a8702792232ed3
-SHA256 (monotone-0.28.tar.gz) = 07a5663269e285a1a2ef1d3a62917a7a773b2a789947c93c105d8b8b92fdddd3
-SIZE (monotone-0.28.tar.gz) = 4770156
+MD5 (monotone-0.29.tar.gz) = 2261177af47621902c97719b94756994
+SHA256 (monotone-0.29.tar.gz) = 9ccda631303c96a2d6101ee1cfbc320de2de0ecb4e6503b573e29933ce68512d
+SIZE (monotone-0.29.tar.gz) = 4544609