summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon>2015-08-09 17:43:41 +0000
committerryoon <ryoon>2015-08-09 17:43:41 +0000
commit12b7663adcdf3cad02985c0e6290ba704d2667a4 (patch)
treec5cf1fc78b751b57240fd4dceda8205d8764bb97 /devel
parentdd807f3a8e5f0009b90fa498040e035b05f9dc2e (diff)
downloadpkgsrc-12b7663adcdf3cad02985c0e6290ba704d2667a4.tar.gz
Update to 1.32
Changelog: 1.32: 2015-06-10 Emit a source type declaration reposurgeon can use. Project now has a logo. 1.31: 2015-04-28 Improve OSX portability.
Diffstat (limited to 'devel')
-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 90f05e655dc..a2e43cc1baa 100644
--- a/devel/cvs-fast-export/Makefile
+++ b/devel/cvs-fast-export/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2015/04/16 23:05:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2015/08/09 17:43:41 ryoon Exp $
#
-DISTNAME= cvs-fast-export-1.30
+DISTNAME= cvs-fast-export-1.32
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 782c77c203e..2f9258cf61b 100644
--- a/devel/cvs-fast-export/distinfo
+++ b/devel/cvs-fast-export/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/04/16 23:05:06 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2015/08/09 17:43:41 ryoon Exp $
-SHA1 (cvs-fast-export-1.30.tar.gz) = 63a39e0cf1a7c4823326b6178c650f2b3400eae8
-RMD160 (cvs-fast-export-1.30.tar.gz) = 56dd5ccc0e0c9b08d469b496fe2dd817e205d2ac
-Size (cvs-fast-export-1.30.tar.gz) = 359519 bytes
-SHA1 (patch-Makefile) = b279525576c4b5f087f152454d9c0dd96f19d45f
+SHA1 (cvs-fast-export-1.32.tar.gz) = 1c2ce347d07ac1607ce8102a3c90d9f35b7b86ad
+RMD160 (cvs-fast-export-1.32.tar.gz) = 4f9c28e0c070bbf7ee6b515177d090ee45d2a010
+Size (cvs-fast-export-1.32.tar.gz) = 368320 bytes
+SHA1 (patch-Makefile) = 2f448ceaa008dd8903cb89960abbf0dbfe061f7b
SHA1 (patch-lex.l) = b266670431711088f6d86b258304b37b0f91e744
diff --git a/devel/cvs-fast-export/patches/patch-Makefile b/devel/cvs-fast-export/patches/patch-Makefile
index e7ee3581c75..903b1cdd024 100644
--- a/devel/cvs-fast-export/patches/patch-Makefile
+++ b/devel/cvs-fast-export/patches/patch-Makefile
@@ -1,13 +1,13 @@
-$NetBSD: patch-Makefile,v 1.7 2015/04/16 23:05:07 ryoon Exp $
+$NetBSD: patch-Makefile,v 1.8 2015/08/09 17:43:41 ryoon Exp $
* Add "all" target.
* Use ${PREFIX} variable.
* Install man pages in ${PREFIX}/${PKGMANDIR}, not ${PREFIX}/share/man.
---- Makefile.orig 2015-04-02 12:54:25.000000000 +0000
+--- Makefile.orig 2015-06-10 19:37:47.000000000 +0000
+++ Makefile
@@ -9,11 +9,12 @@
- VERSION=1.30
+ VERSION=1.32
.PATH: $(.PARSEDIR)
-prefix?=/usr/local