pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/coccigrep



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri May  5 11:04:15 UTC 2017

Modified Files:
        pkgsrc/textproc/coccigrep: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/coccigrep/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/coccigrep/distinfo

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

Modified files:

Index: pkgsrc/textproc/coccigrep/Makefile
diff -u pkgsrc/textproc/coccigrep/Makefile:1.13 pkgsrc/textproc/coccigrep/Makefile:1.14
--- pkgsrc/textproc/coccigrep/Makefile:1.13     Sun Jan  1 14:43:59 2017
+++ pkgsrc/textproc/coccigrep/Makefile  Fri May  5 11:04:15 2017
@@ -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 @@ 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

Index: pkgsrc/textproc/coccigrep/distinfo
diff -u pkgsrc/textproc/coccigrep/distinfo:1.5 pkgsrc/textproc/coccigrep/distinfo:1.6
--- pkgsrc/textproc/coccigrep/distinfo:1.5      Wed Nov  4 01:59:26 2015
+++ pkgsrc/textproc/coccigrep/distinfo  Fri May  5 11:04:15 2017
@@ -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