1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00

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
This commit is contained in:
Nicola Vitale 2021-03-11 08:32:38 +00:00
parent 5302be92c4
commit 4ba31d640f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568070
3 changed files with 17 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= googler
PORTVERSION= 4.2
PORTVERSION= 4.3.2
DISTVERSIONPREFIX= v
CATEGORIES= www
@ -12,8 +12,6 @@ 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.5+ shebangfix
USE_GITHUB= yes

View File

@ -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

13
www/googler/pkg-message Normal file
View File

@ -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
}
]
~