diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-17 23:20:41 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-17 23:20:41 +0800 |
commit | d83fbdeb643559ee128d5f0054c914095aef06b3 (patch) | |
tree | 7a6aa7294efaebdf8e80496dc7f9c7afb2b90b74 /x11 | |
parent | bcffd58c6df0ae899d4e0784d61e91f2cf7e4bf0 (diff) | |
download | freebsd-ports-gnome-d83fbdeb643559ee128d5f0054c914095aef06b3.tar.gz freebsd-ports-gnome-d83fbdeb643559ee128d5f0054c914095aef06b3.tar.zst freebsd-ports-gnome-d83fbdeb643559ee128d5f0054c914095aef06b3.zip |
- Update to 0.11
PR: ports/131719
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xclip/Makefile | 12 | ||||
-rw-r--r-- | x11/xclip/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 7eeb4ce08d8f..8080e3484e59 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -7,18 +7,18 @@ # PORTNAME= xclip -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= x11 -MASTER_SITES= http://people.debian.org/~kims/xclip/ +MASTER_SITES= SF MAINTAINER= eitanadlerlist@gmail.com COMMENT= An interface to X selections ("the clipboard") from the command line -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USE_XORG= x11 xproto xmu +USE_GMAKE= yes +GNU_CONFIGURE= yes MAN1= xclip.1 -PLIST_FILES= bin/xclip +PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile .include <bsd.port.mk> diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo index e3f8db2f9cd9..987a43778ce3 100644 --- a/x11/xclip/distinfo +++ b/x11/xclip/distinfo @@ -1,3 +1,3 @@ -MD5 (xclip-0.08.tar.gz) = a90bde3fb0da6aad3a6042c4867245c6 -SHA256 (xclip-0.08.tar.gz) = ee76e90d38ef19f4efa4cc3cb4f435cb9e64ed215cd4deff1309597ab88cc65f -SIZE (xclip-0.08.tar.gz) = 27914 +MD5 (xclip-0.11.tar.gz) = 4caf3a2b03c36981f9af36a8e8582951 +SHA256 (xclip-0.11.tar.gz) = 8f29fd6b7e635d63ff84451afcf15c264fd1b4213b584aa5f9ce988fddecfc46 +SIZE (xclip-0.11.tar.gz) = 60067 |