From mad@madpilot.net  Tue Jun 28 14:59:15 2011
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 255101065673
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 14:59:15 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 821068FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 14:59:14 +0000 (UTC)
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id 6577B1CCD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jun 2011 16:59:13 +0200 (CEST)
Received: from megatron.madpilot.net ([127.0.0.1])
	by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id ULB+0SMhK4Kw for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 28 Jun 2011 16:59:05 +0200 (CEST)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 1E41C1CC4; Tue, 28 Jun 2011 16:59:05 +0200 (CEST)
Message-Id: <20110628145905.1E41C1CC4@megatron.madpilot.net>
Date: Tue, 28 Jun 2011 16:59:05 +0200 (CEST)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/monotone: upgrade to 1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: lapo@lapo.it

>Number:         158393
>Category:       ports
>Synopsis:       devel/monotone: upgrade to 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jlaffaye
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 15:00:18 UTC 2011
>Closed-Date:    Thu Jun 30 14:06:00 CEST 2011
>Last-Modified:  Thu Jun 30 12:10:11 UTC 2011
>Originator:     Guido Falsi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Upgrade devel/monotone to 1.0.

Also make portlint happy about the order of LICENSE and DEPENDS.

>How-To-Repeat:
>Fix:

diff -ruN monotone.old/Makefile monotone/Makefile
--- monotone.old/Makefile	2011-06-28 16:56:27.045527306 +0200
+++ monotone/Makefile	2011-06-28 16:56:38.473073510 +0200
@@ -6,40 +6,57 @@
 #
 
 PORTNAME=	monotone
-PORTVERSION=	0.99.1
-PORTREVISION=	1
+PORTVERSION=	1.0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.monotone.ca/downloads/${PORTVERSION}/
 
 MAINTAINER=	lapo@lapo.it
 COMMENT=	A distributed version control system with digital signatures
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
 		idn.17:${PORTSDIR}/dns/libidn \
 		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
 		botan.0:${PORTSDIR}/security/botan
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
 SUB_FILES=	pkg-message
+USE_BZIP2=	yes
 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" \
+CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
 		MAKEINFO="makeinfo --no-split"
 
-PLIST_FILES=	bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
+PLIST_FILES=	bin/mtn bin/mtn-cleanup bin/mtnopt \
+		share/monotone/hooks/authorize_remote_automate.lua \
+		share/monotone/hooks/get_passphrase_from_file.lua \
+		share/monotone/hooks/monotone-buildbot.lua \
+		share/monotone/hooks/monotone-ciabot.lua \
+		share/monotone/hooks/monotone-cluster-push.lua \
+		share/monotone/hooks/monotone-cvs-ignore.lua \
+		share/monotone/hooks/monotone-mail-notify.lua \
+		share/monotone/scripts/monotone-ciabot.py \
+		share/monotone/scripts/monotone-mail-notify \
+		etc/bash_completion.d/monotone.bash_completion \
+		share/zsh/site-functions/_mtn \
 		"@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \
-		"@dirrmtry share/zsh"
+		"@dirrmtry share/zsh" \
+		"@dirrmtry etc/bash_completion.d" \
+		"@dirrm share/monotone/hooks" \
+		"@dirrm share/monotone/scripts" \
+		"@dirrm share/monotone"
 .if !defined(NO_INSTALL_MANPAGES)
 INFO=		monotone
-MAN1=		mtn.1
+MAN1=		mtn.1 \
+		mtn-cleanup.1 \
+		mtnopt.1
 .endif
 PORTDOCS=	*
 
@@ -54,7 +71,7 @@
 .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/pt/LC_MESSAGES/monotone.mo \
 		share/locale/sv/LC_MESSAGES/monotone.mo
diff -ruN monotone.old/distinfo monotone/distinfo
--- monotone.old/distinfo	2011-06-28 16:56:27.045527306 +0200
+++ monotone/distinfo	2011-06-28 16:56:38.473073510 +0200
@@ -1,2 +1,2 @@
-SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1
-SIZE (monotone-0.99.1.tar.gz) = 4940291
+SHA256 (monotone-1.0.tar.bz2) = 5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc
+SIZE (monotone-1.0.tar.bz2) = 3588074
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jun 28 15:00:38 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158393 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: lapo@lapo.it
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158393: devel/monotone: upgrade to 1.0
Date: Tue, 28 Jun 2011 15:00:35 UT

 Maintainer of devel/monotone,
 
 Please note that PR ports/158393 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158393
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@madpilot.net, lapo@lapo.it
Cc:  
Subject: Re: ports/158393: devel/monotone: upgrade to 1.0
Date: Wed, 29 Jun 2011 02:14:19 +0200

 This is a multi-part message in MIME format.
 --------------000405020300060304020208
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Here is a revised patch which does not leave things around in the 
 NOPORTDOCS and NO_INSTALL_MANPAGES cases.
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --------------000405020300060304020208
 Content-Type: text/plain;
  name="mtn.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="mtn.diff"
 
 diff -ruN monotone.old/Makefile monotone/Makefile
 --- monotone.old/Makefile	2011-06-29 02:10:51.204601454 +0200
 +++ monotone/Makefile	2011-06-29 02:11:03.600767353 +0200
 @@ -6,8 +6,7 @@
  #
  
  PORTNAME=	monotone
 -PORTVERSION=	0.99.1
 -PORTREVISION=	1
 +PORTVERSION=	1.0
  CATEGORIES=	devel
  MASTER_SITES=	http://www.monotone.ca/downloads/${PORTVERSION}/
  
 @@ -24,6 +23,7 @@
  LICENSE_FILE=	${WRKSRC}/COPYING
  
  SUB_FILES=	pkg-message
 +USE_BZIP2=	yes
  USE_PERL5_BUILD=yes
  USE_ICONV=	yes
  USE_GMAKE=	yes
 @@ -34,12 +34,29 @@
  		LDFLAGS="-L${LOCALBASE}/lib" \
  		MAKEINFO="makeinfo --no-split"
  
 -PLIST_FILES=	bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
 +PLIST_FILES=	bin/mtn bin/mtn-cleanup bin/mtnopt \
 +		share/monotone/hooks/authorize_remote_automate.lua \
 +		share/monotone/hooks/get_passphrase_from_file.lua \
 +		share/monotone/hooks/monotone-buildbot.lua \
 +		share/monotone/hooks/monotone-ciabot.lua \
 +		share/monotone/hooks/monotone-cluster-push.lua \
 +		share/monotone/hooks/monotone-cvs-ignore.lua \
 +		share/monotone/hooks/monotone-mail-notify.lua \
 +		share/monotone/scripts/monotone-ciabot.py \
 +		share/monotone/scripts/monotone-mail-notify \
 +		etc/bash_completion.d/monotone.bash_completion \
 +		share/zsh/site-functions/_mtn \
  		"@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \
 -		"@dirrmtry share/zsh"
 +		"@dirrmtry share/zsh" \
 +		"@dirrmtry etc/bash_completion.d" \
 +		"@dirrm share/monotone/hooks" \
 +		"@dirrm share/monotone/scripts" \
 +		"@dirrm share/monotone"
  .if !defined(NO_INSTALL_MANPAGES)
  INFO=		monotone
 -MAN1=		mtn.1
 +MAN1=		mtn.1 \
 +		mtn-cleanup.1 \
 +		mtnopt.1
  .endif
  PORTDOCS=	*
  
 @@ -54,7 +71,7 @@
  .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/pt/LC_MESSAGES/monotone.mo \
  		share/locale/sv/LC_MESSAGES/monotone.mo
 @@ -65,10 +82,12 @@
  
  post-patch:
  .if defined(NOPORTDOCS)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in
  .endif
  .if defined(NO_INSTALL_MANPAGES)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/([[:space:]]*)install-(info-am|man)/\1/' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(info|man): /s/ install-.*$$//' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-info: /s/ install-info-am$$//' \
 +	-e '/^install-data-am:/s/ install-info-am$$//' ${WRKSRC}/doc/Makefile.in
  .endif
  
  post-install:
 diff -ruN monotone.old/distinfo monotone/distinfo
 --- monotone.old/distinfo	2011-06-29 02:10:51.194591819 +0200
 +++ monotone/distinfo	2011-06-29 02:11:03.600767353 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1
 -SIZE (monotone-0.99.1.tar.gz) = 4940291
 +SHA256 (monotone-1.0.tar.bz2) = 5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc
 +SIZE (monotone-1.0.tar.bz2) = 3588074
 
 --------------000405020300060304020208--

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, Lapo Luchini <lapo@lapo.it>
Cc:  
Subject: Re: ports/158393: devel/monotone: upgrade to 1.0
Date: Wed, 29 Jun 2011 09:47:20 +0200

 --UPT3ojh+0CqEDtpF
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Previous patch was wrong.
 
 Attaching correct final patch, Sorry for the noise.
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --UPT3ojh+0CqEDtpF
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="mtn.diff"
 
 diff -ruN monotone.old/Makefile monotone/Makefile
 --- monotone.old/Makefile	2011-06-29 09:28:32.857487407 +0200
 +++ monotone/Makefile	2011-06-29 09:28:55.944795927 +0200
 @@ -6,40 +6,57 @@
  #
  
  PORTNAME=	monotone
 -PORTVERSION=	0.99.1
 -PORTREVISION=	1
 +PORTVERSION=	1.0
  CATEGORIES=	devel
  MASTER_SITES=	http://www.monotone.ca/downloads/${PORTVERSION}/
  
  MAINTAINER=	lapo@lapo.it
  COMMENT=	A distributed version control system with digital signatures
  
 +LICENSE=	GPLv2
 +LICENSE_FILE=	${WRKSRC}/COPYING
 +
  BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
  LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
  		idn.17:${PORTSDIR}/dns/libidn \
  		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
  		botan.0:${PORTSDIR}/security/botan
  
 -LICENSE=	GPLv2
 -LICENSE_FILE=	${WRKSRC}/COPYING
 -
  SUB_FILES=	pkg-message
 +USE_BZIP2=	yes
  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" \
 +CPPFLAGS="-I${LOCALBASE}/include"
 +CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
  		MAKEINFO="makeinfo --no-split"
  
 -PLIST_FILES=	bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
 +PLIST_FILES=	bin/mtn bin/mtn-cleanup bin/mtnopt \
 +		share/monotone/hooks/authorize_remote_automate.lua \
 +		share/monotone/hooks/get_passphrase_from_file.lua \
 +		share/monotone/hooks/monotone-buildbot.lua \
 +		share/monotone/hooks/monotone-ciabot.lua \
 +		share/monotone/hooks/monotone-cluster-push.lua \
 +		share/monotone/hooks/monotone-cvs-ignore.lua \
 +		share/monotone/hooks/monotone-mail-notify.lua \
 +		share/monotone/scripts/monotone-ciabot.py \
 +		share/monotone/scripts/monotone-mail-notify \
 +		etc/bash_completion.d/monotone.bash_completion \
 +		share/zsh/site-functions/_mtn \
  		"@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \
 -		"@dirrmtry share/zsh"
 +		"@dirrmtry share/zsh" \
 +		"@dirrmtry etc/bash_completion.d" \
 +		"@dirrm share/monotone/hooks" \
 +		"@dirrm share/monotone/scripts" \
 +		"@dirrm share/monotone"
  .if !defined(NO_INSTALL_MANPAGES)
  INFO=		monotone
 -MAN1=		mtn.1
 +MAN1=		mtn.1 \
 +		mtn-cleanup.1 \
 +		mtnopt.1
  .endif
  PORTDOCS=	*
  
 @@ -54,7 +71,7 @@
  .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/pt/LC_MESSAGES/monotone.mo \
  		share/locale/sv/LC_MESSAGES/monotone.mo
 @@ -65,10 +82,12 @@
  
  post-patch:
  .if defined(NOPORTDOCS)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in
  .endif
  .if defined(NO_INSTALL_MANPAGES)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/([[:space:]]*)install-(info-am|man)/\1/' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(info|man): /s/ install-.*$$//' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-info: /s/ install-info-am$$//' \
 +	-e '/^install-data-am:/s/ install-info-am$$//' ${WRKSRC}/doc/Makefile.in
  .endif
  
  post-install:
 diff -ruN monotone.old/distinfo monotone/distinfo
 --- monotone.old/distinfo	2011-06-29 09:28:32.843487350 +0200
 +++ monotone/distinfo	2011-06-29 09:28:55.944795927 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1
 -SIZE (monotone-0.99.1.tar.gz) = 4940291
 +SHA256 (monotone-1.0.tar.bz2) = 5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc
 +SIZE (monotone-1.0.tar.bz2) = 3588074
 
 --UPT3ojh+0CqEDtpF--

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, Lapo Luchini <lapo@lapo.it>
Cc:  
Subject: Re: ports/158393: devel/monotone: upgrade to 1.0
Date: Wed, 29 Jun 2011 09:53:04 +0200

 --TybLhxa8M7aNoW+V
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Corrected a whitespace error. New patch following.
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --TybLhxa8M7aNoW+V
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="mtn.diff"
 
 diff -ruN monotone.old/Makefile monotone/Makefile
 --- monotone.old/Makefile	2011-06-29 09:28:32.857487407 +0200
 +++ monotone/Makefile	2011-06-29 09:49:41.471685191 +0200
 @@ -6,40 +6,57 @@
  #
  
  PORTNAME=	monotone
 -PORTVERSION=	0.99.1
 -PORTREVISION=	1
 +PORTVERSION=	1.0
  CATEGORIES=	devel
  MASTER_SITES=	http://www.monotone.ca/downloads/${PORTVERSION}/
  
  MAINTAINER=	lapo@lapo.it
  COMMENT=	A distributed version control system with digital signatures
  
 +LICENSE=	GPLv2
 +LICENSE_FILE=	${WRKSRC}/COPYING
 +
  BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
  LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
  		idn.17:${PORTSDIR}/dns/libidn \
  		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
  		botan.0:${PORTSDIR}/security/botan
  
 -LICENSE=	GPLv2
 -LICENSE_FILE=	${WRKSRC}/COPYING
 -
  SUB_FILES=	pkg-message
 +USE_BZIP2=	yes
  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" \
 +CPPFLAGS=	-I${LOCALBASE}/include
 +CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
  		MAKEINFO="makeinfo --no-split"
  
 -PLIST_FILES=	bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
 +PLIST_FILES=	bin/mtn bin/mtn-cleanup bin/mtnopt \
 +		share/monotone/hooks/authorize_remote_automate.lua \
 +		share/monotone/hooks/get_passphrase_from_file.lua \
 +		share/monotone/hooks/monotone-buildbot.lua \
 +		share/monotone/hooks/monotone-ciabot.lua \
 +		share/monotone/hooks/monotone-cluster-push.lua \
 +		share/monotone/hooks/monotone-cvs-ignore.lua \
 +		share/monotone/hooks/monotone-mail-notify.lua \
 +		share/monotone/scripts/monotone-ciabot.py \
 +		share/monotone/scripts/monotone-mail-notify \
 +		etc/bash_completion.d/monotone.bash_completion \
 +		share/zsh/site-functions/_mtn \
  		"@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \
 -		"@dirrmtry share/zsh"
 +		"@dirrmtry share/zsh" \
 +		"@dirrmtry etc/bash_completion.d" \
 +		"@dirrm share/monotone/hooks" \
 +		"@dirrm share/monotone/scripts" \
 +		"@dirrm share/monotone"
  .if !defined(NO_INSTALL_MANPAGES)
  INFO=		monotone
 -MAN1=		mtn.1
 +MAN1=		mtn.1 \
 +		mtn-cleanup.1 \
 +		mtnopt.1
  .endif
  PORTDOCS=	*
  
 @@ -54,7 +71,7 @@
  .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/pt/LC_MESSAGES/monotone.mo \
  		share/locale/sv/LC_MESSAGES/monotone.mo
 @@ -65,10 +82,12 @@
  
  post-patch:
  .if defined(NOPORTDOCS)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in
  .endif
  .if defined(NO_INSTALL_MANPAGES)
 -	${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/([[:space:]]*)install-(info-am|man)/\1/' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-(info|man): /s/ install-.*$$//' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -Ee '/^install-info: /s/ install-info-am$$//' \
 +	-e '/^install-data-am:/s/ install-info-am$$//' ${WRKSRC}/doc/Makefile.in
  .endif
  
  post-install:
 diff -ruN monotone.old/distinfo monotone/distinfo
 --- monotone.old/distinfo	2011-06-29 09:28:32.843487350 +0200
 +++ monotone/distinfo	2011-06-29 09:48:55.225137089 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1
 -SIZE (monotone-0.99.1.tar.gz) = 4940291
 +SHA256 (monotone-1.0.tar.bz2) = 5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc
 +SIZE (monotone-1.0.tar.bz2) = 3588074
 
 --TybLhxa8M7aNoW+V--

From: Lapo Luchini <lapo@lapo.it>
To: Guido Falsi <mad@madpilot.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158393: devel/monotone: upgrade to 1.0
Date: Wed, 29 Jun 2011 09:58:13 +0200

 Latest patch works ok for me, and leaves no file behind.
Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye 
Responsible-Changed-By: jlaffaye 
Responsible-Changed-When: Wed Jun 29 19:43:39 CEST 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158393 
State-Changed-From-To: feedback->closed 
State-Changed-By: jlaffaye 
State-Changed-When: Thu Jun 30 14:05:58 CEST 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158393 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158393: commit references a PR
Date: Thu, 30 Jun 2011 12:03:38 +0000 (UTC)

 jlaffaye    2011-06-30 12:03:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/monotone       Makefile distinfo 
   Log:
   Update to 1.0
   
   PR:             ports/158393
   Submitted by:   Guido Falsi <mad@madpilot.net>
   Approved by:    Lapo Luchini <lapo@lapo.it> (maintainer), rene (mentor vacation)
   
   Revision  Changes    Path
   1.52      +32 -13    ports/devel/monotone/Makefile
   1.32      +2 -2      ports/devel/monotone/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
