View | Details | Raw Unified | Return to bug 102439
Collapse All | Expand All

(-)monotone/Makefile (-6 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	monotone
8
PORTNAME=	monotone
9
PORTVERSION=	0.28
9
PORTVERSION=	0.29
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.venge.net/monotone/downloads/
11
MASTER_SITES=	http://www.venge.net/monotone/downloads/
12
12
Lines 25-31 Link Here
25
		LDFLAGS="-L${LOCALBASE}/lib" \
25
		LDFLAGS="-L${LOCALBASE}/lib" \
26
		MAKEINFO="makeinfo --no-split"
26
		MAKEINFO="makeinfo --no-split"
27
27
28
PLIST_FILES=	bin/mtn
28
PLIST_FILES=	bin/mtn share/zsh/site-functions/_mtn \
29
		"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
30
		"@dirrmtry share/zsh"
29
INFO=		monotone
31
INFO=		monotone
30
MAN1=		mtn.1
32
MAN1=		mtn.1
31
PORTDOCS=	NEWS UPGRADE monotone.html
33
PORTDOCS=	NEWS UPGRADE monotone.html
Lines 53-63 Link Here
53
post-extract:
55
post-extract:
54
	@${RM} -f ${WRKSRC}/monotone.info*
56
	@${RM} -f ${WRKSRC}/monotone.info*
55
57
56
post-patch:
57
	@${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
58
		${WRKSRC}/Makefile.in
59
60
post-install:
58
post-install:
59
	cd ${WRKSRC}/contrib && ${INSTALL_DATA} monotone.zsh_completion ${PREFIX}/share/zsh/site-functions/_mtn
61
.if !defined(NOPORTDOCS)
60
.if !defined(NOPORTDOCS)
62
	${MKDIR} ${DOCSDIR}
61
	${MKDIR} ${DOCSDIR}
63
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
62
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
(-)monotone/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (monotone-0.28.tar.gz) = 8c2e81152e12fed543a8702792232ed3
1
MD5 (monotone-0.29.tar.gz) = 2261177af47621902c97719b94756994
2
SHA256 (monotone-0.28.tar.gz) = 07a5663269e285a1a2ef1d3a62917a7a773b2a789947c93c105d8b8b92fdddd3
2
SHA256 (monotone-0.29.tar.gz) = 9ccda631303c96a2d6101ee1cfbc320de2de0ecb4e6503b573e29933ce68512d
3
SIZE (monotone-0.28.tar.gz) = 4770156
3
SIZE (monotone-0.29.tar.gz) = 4544609

Return to bug 102439