summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-05-05 11:04:15 +0000
committerleot <leot@pkgsrc.org>2017-05-05 11:04:15 +0000
commitb80cc3195d980a21f49640e661ad7fefd42f01b1 (patch)
treed8c1122752a3c314a9cc0082f7ffee4b90a23477 /textproc
parent0fab28fe396177e5c960d75a118fdf19674ec2d2 (diff)
downloadpkgsrc-b80cc3195d980a21f49640e661ad7fefd42f01b1.tar.gz
Update textproc/coccigrep to 1.16
pkgsrc changes: - Switch MASTER_SITES to MASTER_SITE_GITHUB that also contains newer releases - Delete PYTHON_VERSIONS_INCOMPATIBLE, now coccigrep is compatible also with Python 3. Changes: 1.16 ---- - Add support for Python 3.4 1.15 ---- - Add Python 3 support 1.14 ---- - Various bug fixes and improvements
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coccigrep/Makefile9
-rw-r--r--textproc/coccigrep/distinfo10
2 files changed, 9 insertions, 10 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile
index 3de503de686..f2035815983 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/05/05 11:04:15 leot Exp $
-DISTNAME= coccigrep-1.13
+DISTNAME= coccigrep-1.16
CATEGORIES= textproc
-MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=regit/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.regit.org/software/coccigrep/
@@ -15,8 +16,6 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.12
-
post-install:
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo
index a6fc91f619d..4065029a3cd 100644
--- a/textproc/coccigrep/distinfo
+++ b/textproc/coccigrep/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:59:26 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/05/05 11:04:15 leot Exp $
-SHA1 (coccigrep-1.13.tar.gz) = 32944a4d4db2bbe834728c7e7bab5bb07f09aabf
-RMD160 (coccigrep-1.13.tar.gz) = 875649eda66099f9b88f63ccd20729d41a56bce8
-SHA512 (coccigrep-1.13.tar.gz) = 14b19ce75b2e93f27ea0148ebcbbc08b8763318c12ea0d7c7579bc63e5319d72874c537e1e4bdd6b1f9918a3dd7117d0dd2b389ef98210307609f4511e3843be
-Size (coccigrep-1.13.tar.gz) = 33737 bytes
+SHA1 (coccigrep-1.16.tar.gz) = 4232bd9fec64282f96784bb2f26173b076e19cef
+RMD160 (coccigrep-1.16.tar.gz) = ab9d0093860ed509be22d9fa1faba1a53cd6d5b2
+SHA512 (coccigrep-1.16.tar.gz) = 113c308fd05af6ec8765b719ad4eef9d6c39e123c011aedcd0d3f10782b06f3b94e1c8b5e0c609270441d60ef295ab721a40145cc2fe3ebc11afed348f39b269
+Size (coccigrep-1.16.tar.gz) = 32622 bytes