diff options
author | zeising <zeising@FreeBSD.org> | 2017-11-19 05:14:19 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2017-11-19 05:14:19 +0800 |
commit | b6fa1b5179b2b38b75620be9df04304d74d4b7d9 (patch) | |
tree | 778307cf8838a44eb57fed5b1d22985e7581315a /x11 | |
parent | b84702dd96eff507c123a4ac9c92e252fcdbe4d3 (diff) | |
download | freebsd-ports-gnome-b6fa1b5179b2b38b75620be9df04304d74d4b7d9.tar.gz freebsd-ports-gnome-b6fa1b5179b2b38b75620be9df04304d74d4b7d9.tar.zst freebsd-ports-gnome-b6fa1b5179b2b38b75620be9df04304d74d4b7d9.zip |
Update to 0.13
Upstream has switched to GitHub, chase this.
PR: 223232
Submitted by: Mateusz Piotrowski
Approved by: maintainer timeout
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xclip/Makefile | 10 | ||||
-rw-r--r-- | x11/xclip/distinfo | 5 | ||||
-rw-r--r-- | x11/xclip/pkg-descr | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index a3990b694f65..6f0404d5fc0f 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= xclip -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTVERSION= 0.13 CATEGORIES= x11 -MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Interface to X selections ("the clipboard") from the command line LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= astrand + +USES= autoreconf gmake iconv USE_XORG= x11 xmu -USES= gmake + GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_X11_Xmu_Atoms_h=yes \ ac_cv_header_X11_Intrinsic_h=yes \ diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo index 74c3faa9a268..715b68c00909 100644 --- a/x11/xclip/distinfo +++ b/x11/xclip/distinfo @@ -1,2 +1,3 @@ -SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 -SIZE (xclip-0.12.tar.gz) = 63420 +TIMESTAMP = 1511039611 +SHA256 (astrand-xclip-0.13_GH0.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 +SIZE (astrand-xclip-0.13_GH0.tar.gz) = 30461 diff --git a/x11/xclip/pkg-descr b/x11/xclip/pkg-descr index 301f1a058333..fb62e89381ab 100644 --- a/x11/xclip/pkg-descr +++ b/x11/xclip/pkg-descr @@ -15,4 +15,4 @@ FEATURES * Connects to the X display in $DISPLAY, or specified with -display host:0 * Waits for selection requests in the background -WWW: https://sourceforge.net/projects/xclip/ +WWW: https://github.com/astrand/xclip |