svn commit: r383221 - head/textproc/coccigrep

Pawel Pekala pawel at FreeBSD.org
Sat Apr 4 13:19:02 UTC 2015


Author: pawel
Date: Sat Apr  4 13:19:00 2015
New Revision: 383221
URL: https://svnweb.freebsd.org/changeset/ports/383221

Log:
  - Convert to new USE_GITHUB
  - Make RUN_DEPENDS path independent

Modified:
  head/textproc/coccigrep/Makefile
  head/textproc/coccigrep/distinfo

Modified: head/textproc/coccigrep/Makefile
==============================================================================
--- head/textproc/coccigrep/Makefile	Sat Apr  4 13:08:00 2015	(r383220)
+++ head/textproc/coccigrep/Makefile	Sat Apr  4 13:19:00 2015	(r383221)
@@ -10,12 +10,11 @@ COMMENT=	Semantic grep for the C languag
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	${LOCALBASE}/bin/spatch:${PORTSDIR}/devel/coccinelle
+RUN_DEPENDS=	spatch:${PORTSDIR}/devel/coccinelle
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	regit
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	d4eb23e
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/textproc/coccigrep/distinfo
==============================================================================
--- head/textproc/coccigrep/distinfo	Sat Apr  4 13:08:00 2015	(r383220)
+++ head/textproc/coccigrep/distinfo	Sat Apr  4 13:19:00 2015	(r383221)
@@ -1,2 +1,2 @@
-SHA256 (coccigrep-1.13.tar.gz) = 7f612719de4581fa891396a8ba81a4207425c74413ad261cca6d4c529d356a86
-SIZE (coccigrep-1.13.tar.gz) = 32395
+SHA256 (regit-coccigrep-1.13-v1.13_GH0.tar.gz) = 15fb99a1f5435a6d30fa967cc24141fee2d5116d1140d7ca34b38b763cf26b32
+SIZE (regit-coccigrep-1.13-v1.13_GH0.tar.gz) = 32366


More information about the svn-ports-all mailing list