Skip site navigation (1)Skip section navigation (2)
Date:      23 Aug 2006 15:49:53 -0000
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lapo Luchini <lapo@lapo.it>, ale@FreeBSD.org
Subject:   ports/102439: port upgrade: devel/monotone 0.29
Message-ID:  <20060823154953.63295.qmail@cyberx.home.lapo.it>
Resent-Message-ID: <200608231550.k7NFoTCP033584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102439
>Category:       ports
>Synopsis:       port upgrade: devel/monotone 0.29
>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:   Wed Aug 23 15:50:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD cyberx.home.lapo.it 6.1-STABLE FreeBSD 6.1-STABLE #59: Thu Jun 8 22:17:18 CEST 2006 root@cyberx.home.lapo.it:/usr/obj/usr/src/sys/CYBERX i386

>Description:
Upstream release.
Added installation of zsh completion (found in contrib/ in the sources).

>How-To-Repeat:
>Fix:
--- monotone-0.29.diff begins here ---
diff -ruN monotone-orig/Makefile monotone/Makefile
--- monotone-orig/Makefile	Tue Aug  8 04:18:46 2006
+++ monotone/Makefile	Wed Aug 23 10:53:01 2006
@@ -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 @@
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		MAKEINFO="makeinfo --no-split"
 
-PLIST_FILES=	bin/mtn
+PLIST_FILES=	bin/mtn share/zsh/site-functions/_mtn \
+		"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
+		"@dirrmtry share/zsh"
 INFO=		monotone
 MAN1=		mtn.1
 PORTDOCS=	NEWS UPGRADE monotone.html
@@ -53,11 +55,8 @@
 post-extract:
 	@${RM} -f ${WRKSRC}/monotone.info*
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
-		${WRKSRC}/Makefile.in
-
 post-install:
+	cd ${WRKSRC}/contrib && ${INSTALL_DATA} monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
diff -ruN monotone-orig/distinfo monotone/distinfo
--- monotone-orig/distinfo	Tue Aug  8 04:18:46 2006
+++ monotone/distinfo	Tue Aug 22 12:07:30 2006
@@ -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
--- monotone-0.29.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060823154953.63295.qmail>