svn commit: r437402 - in head/textproc/greple: . files

Hiroki Sato hrs at FreeBSD.org
Sat Apr 1 09:13:33 UTC 2017


Author: hrs
Date: Sat Apr  1 09:13:31 2017
New Revision: 437402
URL: https://svnweb.freebsd.org/changeset/ports/437402

Log:
  Update to a snapshot as of 2017/04/01.

Deleted:
  head/textproc/greple/files/patch-lib_App_Greple_daemon3.pm
Modified:
  head/textproc/greple/Makefile
  head/textproc/greple/distinfo

Modified: head/textproc/greple/Makefile
==============================================================================
--- head/textproc/greple/Makefile	Sat Apr  1 09:10:20 2017	(r437401)
+++ head/textproc/greple/Makefile	Sat Apr  1 09:13:31 2017	(r437402)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	greple
-PORTVERSION=	7.1.20170330
+PORTVERSION=	7.1.20170401
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
 
@@ -20,7 +20,7 @@ USE_PERL5=	run
 SHEBANG_FILES=	bin/${PORTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	kaz-utashiro
-GH_TAGNAME=	084c10e
+GH_TAGNAME=	5ad6491
 NO_BUILD=	yes
 NO_ARCH=	yes
 
@@ -31,7 +31,6 @@ post-extract:
 do-install:
 	cd ${WRKSRC} && \
 	    ${INSTALL_SCRIPT} bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${RM} -f ${WRKSRC}/lib/App/Greple/*.orig
 	cd ${WRKSRC}/lib && \
 	    ${COPYTREE_SHARE} App ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
 

Modified: head/textproc/greple/distinfo
==============================================================================
--- head/textproc/greple/distinfo	Sat Apr  1 09:10:20 2017	(r437401)
+++ head/textproc/greple/distinfo	Sat Apr  1 09:13:31 2017	(r437402)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490948099
-SHA256 (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = c264281397668b32b71cc9267e93417c2f671108a507210941041f4224781826
-SIZE (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = 98548
+TIMESTAMP = 1491037914
+SHA256 (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = d873aad8e33988023c301a1df75840e727fb896a4bb96a08ab5956a0eb76eca6
+SIZE (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = 98718


More information about the svn-ports-head mailing list