svn commit: r568070 - head/www/googler
Nicola Vitale
nivit at FreeBSD.org
Thu Mar 11 08:32:39 UTC 2021
Author: nivit
Date: Thu Mar 11 08:32:38 2021
New Revision: 568070
URL: https://svnweb.freebsd.org/changeset/ports/568070
Log:
www/googler: update to 4.3.2
Remove runtime dependency by xclip. [1]
Add pkg-message to inform the user that copy URL to clipboard requires
an external program.
PR: 250902 [1]
Submitted by: jbeich
Added:
head/www/googler/pkg-message (contents, props changed)
Modified:
head/www/googler/Makefile
head/www/googler/distinfo
Modified: head/www/googler/Makefile
==============================================================================
--- head/www/googler/Makefile Thu Mar 11 08:21:25 2021 (r568069)
+++ head/www/googler/Makefile Thu Mar 11 08:32:38 2021 (r568070)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= googler
-PORTVERSION= 4.2
+PORTVERSION= 4.3.2
DISTVERSIONPREFIX= v
CATEGORIES= www
@@ -11,8 +11,6 @@ COMMENT= Google Search, Google Site Search, Google New
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= xclip:x11/xclip
USES= python:3.5+ shebangfix
USE_GITHUB= yes
Modified: head/www/googler/distinfo
==============================================================================
--- head/www/googler/distinfo Thu Mar 11 08:21:25 2021 (r568069)
+++ head/www/googler/distinfo Thu Mar 11 08:32:38 2021 (r568070)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601064684
-SHA256 (jarun-googler-v4.2_GH0.tar.gz) = ee0887ec30aea14823bb32117c97f4af8cdba381244b393665d2e273f8b60b43
-SIZE (jarun-googler-v4.2_GH0.tar.gz) = 80005
+TIMESTAMP = 1615397671
+SHA256 (jarun-googler-v4.3.2_GH0.tar.gz) = bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
+SIZE (jarun-googler-v4.3.2_GH0.tar.gz) = 82682
Added: head/www/googler/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/googler/pkg-message Thu Mar 11 08:32:38 2021 (r568070)
@@ -0,0 +1,13 @@
+[
+{ type: install
+ message: <<EOM
+Googler uses an external program to copy URL to clipboard. Install it
+manually from the following ports or corresponding packages:
+
+ x11/wl-clipboard (Wayland)
+ x11/xclip
+ x11/xsel-conrad
+EOM
+}
+]
+~
More information about the svn-ports-all
mailing list