Mon Dec 29 19:56:26 2014 UTC ()
Add a comment that depending on unzip will fix two tests, and
the bug report URLs for them.


(wiz)
diff -r1.3 -r1.4 pkgsrc/devel/py-mercurial/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Makefile 2014/12/23 17:50:29 1.3
+++ pkgsrc/devel/py-mercurial/Makefile 2014/12/29 19:56:26 1.4
@@ -1,27 +1,31 @@ @@ -1,27 +1,31 @@
1# $NetBSD: Makefile,v 1.3 2014/12/23 17:50:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2014/12/29 19:56:26 wiz Exp $
2 2
3DISTNAME= mercurial-${VERSION} 3DISTNAME= mercurial-${VERSION}
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://mercurial.selenic.com/release/ 6MASTER_SITES= http://mercurial.selenic.com/release/
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://mercurial.selenic.com/ 9HOMEPAGE= http://mercurial.selenic.com/
10COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 12
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 15# with this dependency, two zip test cases start working
 16# http://bz.selenic.com/show_bug.cgi?id=4483
 17# http://bz.selenic.com/show_bug.cgi?id=4485
 18#BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
15 19
16USE_TOOLS+= gmake msgfmt 20USE_TOOLS+= gmake msgfmt
17 21
18INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 22INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
19INSTALLATION_DIRS+= share/doc/mercurial 23INSTALLATION_DIRS+= share/doc/mercurial
20 24
21.include "Makefile.version" 25.include "Makefile.version"
22 26
23do-test: 27do-test:
24 cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} 28 cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN}
25 29
26post-install: 30post-install:
27 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 31 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1