Sat May 3 11:54:15 2014 UTC ()
Reset PKGREVISION after update.


(wiz)
diff -r1.102 -r1.103 pkgsrc/devel/mercurial/Makefile

cvs diff -r1.102 -r1.103 pkgsrc/devel/mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2014/04/21 13:35:44 1.102
+++ pkgsrc/devel/mercurial/Makefile 2014/05/03 11:54:15 1.103
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.102 2014/04/21 13:35:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.103 2014/05/03 11:54:15 wiz Exp $
2 2
3.include "../../devel/py-mercurial/Makefile.version" 3.include "../../devel/py-mercurial/Makefile.version"
4 4
5PKGNAME= mercurial-${VERSION} 5PKGNAME= mercurial-${VERSION}
6PKGREVISION= 1 
7CATEGORIES= devel scm 6CATEGORIES= devel scm
8MASTER_SITES= # empty 7MASTER_SITES= # empty
9DISTFILES= # empty 8DISTFILES= # empty
10 9
11MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
12HOMEPAGE= http://mercurial.selenic.com/ 11HOMEPAGE= http://mercurial.selenic.com/
13COMMENT= Fast, lightweight source control management system (meta package) 12COMMENT= Fast, lightweight source control management system (meta package)
14LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
15 14
16DEPENDS+= ${PYPKGPREFIX}-mercurial>=${VERSION}:../../devel/py-mercurial 15DEPENDS+= ${PYPKGPREFIX}-mercurial>=${VERSION}:../../devel/py-mercurial
17 16
18META_PACKAGE= yes 17META_PACKAGE= yes
19 18