diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-30 06:25:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-30 06:25:54 +0000 |
commit | 729caacdde8a069228ee2d2db074c0ece99eba43 (patch) | |
tree | 3dd537987e9cf3c7532f8cceddfd89801bf2f492 /x11/xclip | |
parent | 6d052c40da0901c81955981c097fc846144ffd20 (diff) | |
download | pkgsrc-729caacdde8a069228ee2d2db074c0ece99eba43.tar.gz |
Update to 0.12, provided by Leonardo Taccari in PR 48772.
Changes:
o Build fixes: Check for Xmu and Xt
o The version number has been corrected.
o Man pages are now available (xclip-copyfile.1). Contributed by
Maximilian Gass.
Diffstat (limited to 'x11/xclip')
-rw-r--r-- | x11/xclip/Makefile | 5 | ||||
-rw-r--r-- | x11/xclip/PLIST | 3 | ||||
-rw-r--r-- | x11/xclip/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 15525c79e70..e8f3046f9b6 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2012/10/29 05:06:59 asau Exp $ -# +# $NetBSD: Makefile,v 1.18 2014/04/30 06:25:54 wiz Exp $ -DISTNAME= xclip-0.11 +DISTNAME= xclip-0.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/} diff --git a/x11/xclip/PLIST b/x11/xclip/PLIST index 564fd1fa127..5206bd326b0 100644 --- a/x11/xclip/PLIST +++ b/x11/xclip/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2008/03/08 20:42:02 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/04/30 06:25:54 wiz Exp $ bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile +man/man1/xclip-copyfile.1 man/man1/xclip.1 diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo index 8537a72731f..a036001f9ae 100644 --- a/x11/xclip/distinfo +++ b/x11/xclip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/08/19 13:33:09 obache Exp $ +$NetBSD: distinfo,v 1.6 2014/04/30 06:25:54 wiz Exp $ -SHA1 (xclip-0.11.tar.gz) = e65e287e48567d661d125c1a78e43d5d9f572cae -RMD160 (xclip-0.11.tar.gz) = f51800a6d90434722b099e0856496f2593131fd4 -Size (xclip-0.11.tar.gz) = 60067 bytes +SHA1 (xclip-0.12.tar.gz) = aed2cff18b9aecfe3377ad064c6a67518bbec211 +RMD160 (xclip-0.12.tar.gz) = 8c19557031295e041d2f952d6706717a3d125cd8 +Size (xclip-0.12.tar.gz) = 63420 bytes |