pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/coccigrep Update textproc/coccigrep to 1.16
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0fe23957ba8
branches: trunk
changeset: 362120:d0fe23957ba8
user: leot <leot%pkgsrc.org@localhost>
date: Fri May 05 11:04:15 2017 +0000
description:
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:
textproc/coccigrep/Makefile | 9 ++++-----
textproc/coccigrep/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (40 lines):
diff -r 145326b10fe5 -r d0fe23957ba8 textproc/coccigrep/Makefile
--- a/textproc/coccigrep/Makefile Fri May 05 09:04:35 2017 +0000
+++ b/textproc/coccigrep/Makefile Fri May 05 11:04:15 2017 +0000
@@ -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@localhost
HOMEPAGE= http://home.regit.org/software/coccigrep/
@@ -15,8 +16,6 @@
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 -r 145326b10fe5 -r d0fe23957ba8 textproc/coccigrep/distinfo
--- a/textproc/coccigrep/distinfo Fri May 05 09:04:35 2017 +0000
+++ b/textproc/coccigrep/distinfo Fri May 05 11:04:15 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index