summaryrefslogtreecommitdiff
path: root/devel/cvs-fast-export
diff options
context:
space:
mode:
authorryoon <ryoon>2014-04-04 20:20:42 +0000
committerryoon <ryoon>2014-04-04 20:20:42 +0000
commitdda48a77ab5646299f3da25c5c9c6f51c6b69eb4 (patch)
tree382c0cb82df54f36c7f09c6bf829079a03cf442b /devel/cvs-fast-export
parenta9ec2280a51b00de2997e4c6787c1653acaaf10d (diff)
downloadpkgsrc-dda48a77ab5646299f3da25c5c9c6f51c6b69eb4.tar.gz
Update to 1.10
Changelog: 1.10 @ 2014-03-28 Prepends CVS default ignores to converted .cvsignores. Generates a .gitignore containing default CVS ignores when necessary.
Diffstat (limited to 'devel/cvs-fast-export')
-rw-r--r--devel/cvs-fast-export/Makefile4
-rw-r--r--devel/cvs-fast-export/distinfo10
-rw-r--r--devel/cvs-fast-export/patches/patch-Makefile6
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/cvs-fast-export/Makefile b/devel/cvs-fast-export/Makefile
index 7bec8effadd..da60a830add 100644
--- a/devel/cvs-fast-export/Makefile
+++ b/devel/cvs-fast-export/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/03/10 19:47:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2014/04/04 20:20:42 ryoon Exp $
#
-DISTNAME= cvs-fast-export-1.9
+DISTNAME= cvs-fast-export-1.10
CATEGORIES= devel
MASTER_SITES= http://www.catb.org/~esr/cvs-fast-export/
diff --git a/devel/cvs-fast-export/distinfo b/devel/cvs-fast-export/distinfo
index f28fce27302..f57b1a0aeb2 100644
--- a/devel/cvs-fast-export/distinfo
+++ b/devel/cvs-fast-export/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2014/03/10 19:47:34 ryoon Exp $
+$NetBSD: distinfo,v 1.6 2014/04/04 20:20:42 ryoon Exp $
-SHA1 (cvs-fast-export-1.9.tar.gz) = 2ba9556748cc2fb926653848112b59c7703f2a8f
-RMD160 (cvs-fast-export-1.9.tar.gz) = 51973239a26a5c6a60294d0bb1df0fbdca08ad18
-Size (cvs-fast-export-1.9.tar.gz) = 102109 bytes
-SHA1 (patch-Makefile) = ec882a931805d0d84716ed613425f8ef8438259d
+SHA1 (cvs-fast-export-1.10.tar.gz) = 6346acb029ec371ef59cf49712a8e888e55fc363
+RMD160 (cvs-fast-export-1.10.tar.gz) = 2e68c64ce89bd745a6496e8f81607c9f08fe5eff
+Size (cvs-fast-export-1.10.tar.gz) = 102589 bytes
+SHA1 (patch-Makefile) = efc14b3e194f8e0749b41bf888913d2781b546c0
SHA1 (patch-lex.l) = f28661386041b3ef8308bf3da4323f61a73ff515
diff --git a/devel/cvs-fast-export/patches/patch-Makefile b/devel/cvs-fast-export/patches/patch-Makefile
index d7236bb79dd..9e60f6187f2 100644
--- a/devel/cvs-fast-export/patches/patch-Makefile
+++ b/devel/cvs-fast-export/patches/patch-Makefile
@@ -1,14 +1,14 @@
-$NetBSD: patch-Makefile,v 1.5 2014/03/10 19:47:34 ryoon Exp $
+$NetBSD: patch-Makefile,v 1.6 2014/04/04 20:20:42 ryoon Exp $
* Add "all" target.
* Use ${PREFIX} variable.
* Install man pages in ${PREFIX}/${PKGMANDIR}, not ${PREFIX}/share/man.
---- Makefile.orig 2014-03-08 06:09:53.000000000 +0000
+--- Makefile.orig 2014-03-28 09:49:47.000000000 +0000
+++ Makefile
@@ -6,12 +6,12 @@
- VERSION=1.9
+ VERSION=1.10
-prefix?=/usr/local
+prefix?=$(PREFIX)