pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/git-svn



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun 28 14:06:03 UTC 2024

Modified Files:
        pkgsrc/devel/git-svn: Makefile

Log Message:
devel/git-svn: svn subcommand is included in git-perlscripts

* Depend on git-perlscripts.
* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/git-svn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git-svn/Makefile
diff -u pkgsrc/devel/git-svn/Makefile:1.5 pkgsrc/devel/git-svn/Makefile:1.6
--- pkgsrc/devel/git-svn/Makefile:1.5   Sat Jul  4 05:56:29 2015
+++ pkgsrc/devel/git-svn/Makefile       Fri Jun 28 14:06:03 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2015/07/04 05:56:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2024/06/28 14:06:03 ryoon Exp $
 
 .include "../../devel/git/Makefile.version"
 
 DISTNAME=      # empty
 PKGNAME=       git-svn-${GIT_VERSION}
+PKGREVISION=   1
 CATEGORIES+=   meta-pkgs devel
 DISTFILES=     # empty
 
@@ -13,7 +14,7 @@ LICENSE=      2-clause-bsd
 
 META_PACKAGE=  yes
 
-DEPENDS+=      git-base>=${GIT_VERSION}:../../devel/git-base
+DEPENDS+=      git-perlscripts>=${GIT_VERSION}:../../devel/git-perlscripts
 DEPENDS+=      p5-subversion-[0-9]*:../../devel/p5-subversion
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index