svn commit: r461931 - head/www/googler

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 15 16:48:46 UTC 2018


Author: amdmi3
Date: Thu Feb 15 16:48:45 2018
New Revision: 461931
URL: https://svnweb.freebsd.org/changeset/ports/461931

Log:
  - Fix shebang
  - Add NO_ARCH
  - Fix LICENSE
  - While here, pet portlint
  
  Approved by:	portmgr blanket

Modified:
  head/www/googler/Makefile

Modified: head/www/googler/Makefile
==============================================================================
--- head/www/googler/Makefile	Thu Feb 15 15:21:25 2018	(r461930)
+++ head/www/googler/Makefile	Thu Feb 15 16:48:45 2018	(r461931)
@@ -4,22 +4,24 @@
 PORTNAME=	googler
 PORTVERSION=	3.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Google Search, Google Site Search, Google News from the terminal
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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
-
-USE_GITHUB=	yes
-USES=		python:3.3+
 
 post-patch:
 	@${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \


More information about the svn-ports-head mailing list