summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-11-16 15:29:35 +0000
committerleot <leot@pkgsrc.org>2016-11-16 15:29:35 +0000
commitf4cc2f0dfc6344d66acd95fd7f518bde6cd9de4e (patch)
tree004dd009a79ecb83cecc4ef3b0da463519cddc5b /x11
parent00aef5cc69ceeb2cdb215bccab41cd22a3b9f8b1 (diff)
downloadpkgsrc-f4cc2f0dfc6344d66acd95fd7f518bde6cd9de4e.tar.gz
Update x11/xclip to xclip-0.13
pkgsrc changes: - Update MASTER_SITES and HOMEPAGE (now hosted on GitHub) - Add `autoconf' to USE_TOOLS in order to use `autoreconf' for the pre-configure phase Changes: 0.13 ---- - Add `-rmlastnl' option (to remove the last newline) - Add `-target' option - Misc bug fixes and improvements
Diffstat (limited to 'x11')
-rw-r--r--x11/xclip/Makefile16
-rw-r--r--x11/xclip/distinfo10
2 files changed, 15 insertions, 11 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
index e8f3046f9b6..fa14b99dddf 100644
--- a/x11/xclip/Makefile
+++ b/x11/xclip/Makefile
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.18 2014/04/30 06:25:54 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/11/16 15:29:35 leot Exp $
-DISTNAME= xclip-0.12
+DISTNAME= xclip-0.13
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=astrand/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/xclip/
+HOMEPAGE= https://github.com/astrand/xclip
COMMENT= Command line interface to the X windows clipboard
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+USE_TOOLS+= autoconf gmake
+pre-configure:
+ cd ${WRKSRC} && autoreconf
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xclip/distinfo b/x11/xclip/distinfo
index 5b25c4c63c5..709a364b827 100644
--- a/x11/xclip/distinfo
+++ b/x11/xclip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 03:28:58 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/11/16 15:29:35 leot Exp $
-SHA1 (xclip-0.12.tar.gz) = aed2cff18b9aecfe3377ad064c6a67518bbec211
-RMD160 (xclip-0.12.tar.gz) = 8c19557031295e041d2f952d6706717a3d125cd8
-SHA512 (xclip-0.12.tar.gz) = 6c769878004c02d87b9eca2b33dc34edb40acc59be767a6481f207a74d52fca3725a040b0c8deffa1419b687bd73cf3124a090413c06787c0dd137b0ede795e0
-Size (xclip-0.12.tar.gz) = 63420 bytes
+SHA1 (xclip-0.13.tar.gz) = 0231194c2d244213f5b8d83e3e676aa3cb0ef8eb
+RMD160 (xclip-0.13.tar.gz) = be74e3bf01e4444d2b6224cf75bbfec06eadb8c9
+SHA512 (xclip-0.13.tar.gz) = 191a86194a1503a47c6641a55855dc4aaa8c2c99d2e6f1d46e727feec85a6639041f37ec2265c05c178c0c7d791d3e88bde89223f879effa878812f078485ed2
+Size (xclip-0.13.tar.gz) = 30461 bytes