Date: Tue, 22 Jun 2010 17:32:11 +0200 (CEST) From: Lapo Luchini <lapo@lapo.it> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Lapo Luchini <lapo@lapo.it> Subject: ports/148069: [MAINTAINER] devel/monotone: update to 0.48 Message-ID: <201006221532.o5MFWBGU012635@lapo.andxor.it> Resent-Message-ID: <201006221540.o5MFe52O008202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148069 >Category: ports >Synopsis: [MAINTAINER] devel/monotone: update to 0.48 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 15:40:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 8.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20:54:11 UTC 2010 >Description: - Update to 0.48 - Added LICENSE Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- monotone-0.48.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/monotone/Makefile /usr/home/lapo/ports/monotone/Makefile --- /usr/ports/devel/monotone/Makefile 2010-05-31 03:58:21.000000000 +0200 +++ /usr/home/lapo/ports/monotone/Makefile 2010-06-22 16:42:45.000000000 +0200 @@ -2,12 +2,11 @@ # Date created: 05 Feb 2004 # Whom: Mark A. Wicks <mwicks@kettering.edu> # -# $FreeBSD: ports/devel/monotone/Makefile,v 1.47 2010/05/31 01:58:21 ade Exp $ +# $FreeBSD: ports/devel/monotone/Makefile,v 1.46 2009/10/27 13:38:45 ale Exp $ # PORTNAME= monotone -PORTVERSION= 0.45 -PORTREVISION= 2 +PORTVERSION= 0.48 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ @@ -20,6 +19,8 @@ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ botan.0:${PORTSDIR}/security/botan +LICENSE= GPLv2 + SUB_FILES= pkg-message USE_PERL5_BUILD=yes USE_ICONV= yes @@ -37,9 +38,7 @@ .if !defined(NO_INSTALL_MANPAGES) INFO= monotone .endif -.if !defined(NOPORTDOCS) -PORTDOCS= NEWS UPGRADE monotone.html texinfo.css -.endif +PORTDOCS= * .include <bsd.port.pre.mk> @@ -54,6 +53,7 @@ PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ share/locale/es/LC_MESSAGES/monotone.mo \ share/locale/it/LC_MESSAGES/monotone.mo \ + share/locale/pt/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 \ @@ -64,7 +64,9 @@ @${RM} -f ${WRKSRC}/monotone.info* post-patch: - ${REINPLACE_CMD} -e '/^install-data-am:/s/ install-htmlDATA//' ${WRKSRC}/Makefile.in +.if defined(NOPORTDOCS) + ${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in +.endif .if defined(NO_INSTALL_MANPAGES) ${REINPLACE_CMD} -e '/^install-data-am:/s/ install-info-am//' ${WRKSRC}/Makefile.in .endif @@ -74,7 +76,7 @@ ${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} diff -ruN --exclude=CVS /usr/ports/devel/monotone/distinfo /usr/home/lapo/ports/monotone/distinfo --- /usr/ports/devel/monotone/distinfo 2009-09-17 12:35:46.000000000 +0200 +++ /usr/home/lapo/ports/monotone/distinfo 2010-06-21 11:48:56.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (monotone-0.45.tar.gz) = bd37c3d75e3fd1974a17f556499b42ab -SHA256 (monotone-0.45.tar.gz) = 64c734274715f392eb4a879172a11c0606d37c02b4a6f23045772af5f8e2a9ec -SIZE (monotone-0.45.tar.gz) = 4645511 +MD5 (monotone-0.48.tar.gz) = 330a1fe1d92c899d1ad539606f85a9f8 +SHA256 (monotone-0.48.tar.gz) = 3149abf0e4433a0e14c5da805a04dbbc45b16086bc267d473b17e933407d839d +SIZE (monotone-0.48.tar.gz) = 4792019 --- monotone-0.48.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006221532.o5MFWBGU012635>