Date: Tue, 11 Feb 2014 16:36:10 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343764 - head/textproc/coccigrep Message-ID: <201402111636.s1BGaAU7076818@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Feb 11 16:36:09 2014 New Revision: 343764 URL: http://svnweb.freebsd.org/changeset/ports/343764 QAT: https://qat.redports.org/buildarchive/r343764/ Log: Update to version 1.13 This new version mainly improves accuracy when matching on the code of complex projects. It also contains some bugfixes and an improvement to the Vim plugin. Modified: head/textproc/coccigrep/Makefile head/textproc/coccigrep/distinfo Modified: head/textproc/coccigrep/Makefile ============================================================================== --- head/textproc/coccigrep/Makefile Tue Feb 11 16:35:59 2014 (r343763) +++ head/textproc/coccigrep/Makefile Tue Feb 11 16:36:09 2014 (r343764) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= coccigrep -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.13 CATEGORIES= textproc MAINTAINER= pawel@FreeBSD.org @@ -16,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/spatch:${P USE_GITHUB= yes GH_ACCOUNT= regit GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 5ca9276 +GH_COMMIT= d4eb23e USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/textproc/coccigrep/distinfo ============================================================================== --- head/textproc/coccigrep/distinfo Tue Feb 11 16:35:59 2014 (r343763) +++ head/textproc/coccigrep/distinfo Tue Feb 11 16:36:09 2014 (r343764) @@ -1,2 +1,2 @@ -SHA256 (coccigrep-1.12.tar.gz) = c0bc90b43b657b9538a7cf10fd1736e86a6d681d5055037a26e6be3cd407465c -SIZE (coccigrep-1.12.tar.gz) = 31711 +SHA256 (coccigrep-1.13.tar.gz) = 7f612719de4581fa891396a8ba81a4207425c74413ad261cca6d4c529d356a86 +SIZE (coccigrep-1.13.tar.gz) = 32395
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111636.s1BGaAU7076818>