Index: head/devel/monotone/Makefile =================================================================== --- head/devel/monotone/Makefile (revision 225006) +++ head/devel/monotone/Makefile (revision 225007) @@ -1,77 +1,77 @@ # New ports collection makefile for: monotone # Date created: 05 Feb 2004 # Whom: Mark A. Wicks # # $FreeBSD$ # PORTNAME= monotone -PORTVERSION= 0.41 +PORTVERSION= 0.42 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 SUB_FILES= pkg-message USE_PERL5_BUILD=yes USE_ICONV= yes USE_GMAKE= yes 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" \ "@dirrmtry share/zsh" .if !defined(NO_INSTALL_MANPAGES) INFO= monotone .endif .if !defined(NOPORTDOCS) PORTDOCS= NEWS UPGRADE monotone.html texinfo.css .endif .include .if ${ARCH} == amd64 USE_GCC= 4.2+ .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ share/locale/es/LC_MESSAGES/monotone.mo \ - share/locale/fr/LC_MESSAGES/monotone.mo \ share/locale/it/LC_MESSAGES/monotone.mo \ - share/locale/ja/LC_MESSAGES/monotone.mo \ - share/locale/pt_BR/LC_MESSAGES/monotone.mo \ share/locale/sv/LC_MESSAGES/monotone.mo +# share/locale/fr/LC_MESSAGES/monotone.mo \ +# share/locale/ja/LC_MESSAGES/monotone.mo \ +# share/locale/pt_BR/LC_MESSAGES/monotone.mo \ .endif post-extract: @${RM} -f ${WRKSRC}/monotone.info* post-patch: ${REINPLACE_CMD} -e '/^install-data-am:/s/ install-htmlDATA//' ${WRKSRC}/Makefile.in .if defined(NO_INSTALL_MANPAGES) ${REINPLACE_CMD} -e '/^install-data-am:/s/ install-info-am//' ${WRKSRC}/Makefile.in .endif 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} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/devel/monotone/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/devel/monotone/distinfo =================================================================== --- head/devel/monotone/distinfo (revision 225006) +++ head/devel/monotone/distinfo (revision 225007) @@ -1,3 +1,3 @@ -MD5 (monotone-0.41.tar.gz) = f4ee37fb6853719933561fef901e2a07 -SHA256 (monotone-0.41.tar.gz) = 994a18caf3425eb6be78e29a21e6ce812247f2bbf5abd4ccf6ef99281d2c44ff -SIZE (monotone-0.41.tar.gz) = 5330052 +MD5 (monotone-0.42.tar.gz) = c8e916d674b6608369d9f447700a8830 +SHA256 (monotone-0.42.tar.gz) = b96d9d64b170bf2e3bcca5361eef3e6a8cf8928fc703bbdaa310e90bbacbda44 +SIZE (monotone-0.42.tar.gz) = 5182313 Property changes on: head/devel/monotone/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property