svn commit: r502029 - head/www/googler

Nicola Vitale nivit at FreeBSD.org
Sun May 19 16:59:18 UTC 2019


Author: nivit
Date: Sun May 19 16:59:16 2019
New Revision: 502029
URL: https://svnweb.freebsd.org/changeset/ports/502029

Log:
  - Update to 3.8
  - Pet portlint
  
  Changes:	https://github.com/jarun/googler/releases/tag/v3.8

Modified:
  head/www/googler/Makefile
  head/www/googler/distinfo

Modified: head/www/googler/Makefile
==============================================================================
--- head/www/googler/Makefile	Sun May 19 16:48:08 2019	(r502028)
+++ head/www/googler/Makefile	Sun May 19 16:59:16 2019	(r502029)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	googler
-PORTVERSION=	3.7.1
+PORTVERSION=	3.8
 DISTVERSIONPREFIX=	v
 PORTREVISION=	0
 CATEGORIES=	www
@@ -16,14 +16,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	xclip:x11/xclip
 
 USES=		python:3.3+ shebangfix
-SHEBANG_FILES=	googler
 USE_GITHUB=	yes
+
 GH_ACCOUNT=	jarun
 
 NO_BUILD=	yes
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/googler man/man1/googler.1.gz
+
+SHEBANG_FILES=	googler
 
 post-patch:
 	@${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM = \)True$$/\1False/' \

Modified: head/www/googler/distinfo
==============================================================================
--- head/www/googler/distinfo	Sun May 19 16:48:08 2019	(r502028)
+++ head/www/googler/distinfo	Sun May 19 16:59:16 2019	(r502029)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544025699
-SHA256 (jarun-googler-v3.7.1_GH0.tar.gz) = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37
-SIZE (jarun-googler-v3.7.1_GH0.tar.gz) = 72114
+TIMESTAMP = 1558284457
+SHA256 (jarun-googler-v3.8_GH0.tar.gz) = d942392a6bc3faee44951e2069b547b401bb688b2368f3a4385bb3ca7b6efa0f
+SIZE (jarun-googler-v3.8_GH0.tar.gz) = 76343


More information about the svn-ports-all mailing list