Sun Jun 25 03:09:45 2017 UTC ()
Remove PKGREVISION for preparing update 2.13.1 to 2.13.2


(mef)
diff -r1.40 -r1.41 pkgsrc/devel/git-base/Makefile

cvs diff -r1.40 -r1.41 pkgsrc/devel/git-base/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/git-base/Makefile 2017/06/08 09:08:51 1.40
+++ pkgsrc/devel/git-base/Makefile 2017/06/25 03:09:45 1.41
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.40 2017/06/08 09:08:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2017/06/25 03:09:45 mef Exp $
2 2
3.include "../../devel/git/Makefile.common" 3.include "../../devel/git/Makefile.common"
4 4
5PKGNAME= git-base-${GIT_VERSION} 5PKGNAME= git-base-${GIT_VERSION}
6PKGREVISION= 1 
7COMMENT= GIT Tree History Storage Tool (base package) 6COMMENT= GIT Tree History Storage Tool (base package)
8 7
9CONFLICTS+= scmgit-base-[0-9]* 8CONFLICTS+= scmgit-base-[0-9]*
10SUPERSEDES+= scmgit-base-[0-9]* 9SUPERSEDES+= scmgit-base-[0-9]*
11 10
12DEPENDS+= p5-Error>=0.17015:../../devel/p5-Error 11DEPENDS+= p5-Error>=0.17015:../../devel/p5-Error
13# for git-send-email 12# for git-send-email
14#DEPENDS+= {perl>=5.13.8,p5-MIME-Base64>=3.13}:../../converters/p5-MIME-Base64 13#DEPENDS+= {perl>=5.13.8,p5-MIME-Base64>=3.13}:../../converters/p5-MIME-Base64
15DEPENDS+= p5-Email-Valid>=0.190:../../mail/p5-Email-Valid 14DEPENDS+= p5-Email-Valid>=0.190:../../mail/p5-Email-Valid
16DEPENDS+= p5-MailTools>=2.11:../../mail/p5-MailTools 15DEPENDS+= p5-MailTools>=2.11:../../mail/p5-MailTools
17DEPENDS+= p5-Net-SMTP-SSL>=1.01:../../mail/p5-Net-SMTP-SSL 16DEPENDS+= p5-Net-SMTP-SSL>=1.01:../../mail/p5-Net-SMTP-SSL
18DEPENDS+= p5-Authen-SASL>=1.0:../../security/p5-Authen-SASL 17DEPENDS+= p5-Authen-SASL>=1.0:../../security/p5-Authen-SASL
19 18