diff options
author | hrs <hrs@FreeBSD.org> | 2017-04-01 17:13:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2017-04-01 17:13:31 +0800 |
commit | 012939bd932651fa7ba7ca2887fa904ab760aebf (patch) | |
tree | b0435817a88a6c9c7c7a9ff8e20ff0116fc7b58b /textproc/greple | |
parent | f1bee2b329786204aab1bd6003f704dec7c9bbd6 (diff) | |
download | freebsd-ports-gnome-012939bd932651fa7ba7ca2887fa904ab760aebf.tar.gz freebsd-ports-gnome-012939bd932651fa7ba7ca2887fa904ab760aebf.tar.zst freebsd-ports-gnome-012939bd932651fa7ba7ca2887fa904ab760aebf.zip |
Update to a snapshot as of 2017/04/01.
Diffstat (limited to 'textproc/greple')
-rw-r--r-- | textproc/greple/Makefile | 5 | ||||
-rw-r--r-- | textproc/greple/distinfo | 6 | ||||
-rw-r--r-- | textproc/greple/files/patch-lib_App_Greple_daemon3.pm | 11 |
3 files changed, 5 insertions, 17 deletions
diff --git a/textproc/greple/Makefile b/textproc/greple/Makefile index fcb711401982..e51c443f7aaa 100644 --- a/textproc/greple/Makefile +++ b/textproc/greple/Makefile @@ -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} diff --git a/textproc/greple/distinfo b/textproc/greple/distinfo index e829e91d0ce9..33b825b80f45 100644 --- a/textproc/greple/distinfo +++ b/textproc/greple/distinfo @@ -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 diff --git a/textproc/greple/files/patch-lib_App_Greple_daemon3.pm b/textproc/greple/files/patch-lib_App_Greple_daemon3.pm deleted file mode 100644 index 03783c8d2b2f..000000000000 --- a/textproc/greple/files/patch-lib_App_Greple_daemon3.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/App/Greple/daemon3.pm.orig 2017-03-30 09:05:08 UTC -+++ lib/App/Greple/daemon3.pm -@@ -241,7 +241,7 @@ END { } - } - } - sub tags { -- keys shift; -+ keys %{$_[0]}; - } - } - |