Index: head/www/googler/files/patch-googler =================================================================== --- head/www/googler/files/patch-googler (revision 486680) +++ head/www/googler/files/patch-googler (nonexistent) @@ -1,14 +0,0 @@ ---- googler.orig 2018-05-23 03:22:46 UTC -+++ googler -@@ -2083,9 +2083,9 @@ class GooglerCmd(object): - try: - # try copying the url to clipboard using native utilities - if sys.platform.startswith(('linux', 'freebsd', 'openbsd')): -- if shutil.which('xsel') is None: -+ if shutil.which('xclip') is None: - raise FileNotFoundError -- copier_params = ['xsel', '-b', '-i'] -+ copier_params = ['xclip', '-selection', 'clipboard'] - elif sys.platform == 'darwin': - copier_params = ['pbcopy'] - elif sys.platform == 'win32': Property changes on: head/www/googler/files/patch-googler ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/googler/Makefile =================================================================== --- head/www/googler/Makefile (revision 486680) +++ head/www/googler/Makefile (revision 486681) @@ -1,36 +1,36 @@ # Created by: Nicola Stanislao Vitale # $FreeBSD$ PORTNAME= googler -PORTVERSION= 3.6 +PORTVERSION= 3.7.1 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org COMMENT= Google Search, Google Site Search, Google News from the terminal LICENSE= GPLv3+ 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 post-patch: - @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \ + @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM = \)True$$/\1False/' \ ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${MANPREFIX}/man/man1/ .include Index: head/www/googler/distinfo =================================================================== --- head/www/googler/distinfo (revision 486680) +++ head/www/googler/distinfo (revision 486681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534410147 -SHA256 (jarun-googler-v3.6_GH0.tar.gz) = 514218f5155a2c1bd653462a503507beafca9d7ddff7203aeabb3ab4812e4b44 -SIZE (jarun-googler-v3.6_GH0.tar.gz) = 71738 +TIMESTAMP = 1544025699 +SHA256 (jarun-googler-v3.7.1_GH0.tar.gz) = 1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37 +SIZE (jarun-googler-v3.7.1_GH0.tar.gz) = 72114