pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xclip Update x11/xclip to xclip-0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d87d2eb463
branches:  trunk
changeset: 354970:49d87d2eb463
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Nov 16 15:29:35 2016 +0000

description:
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:

 x11/xclip/Makefile |  16 ++++++++++------
 x11/xclip/distinfo |  10 +++++-----
 2 files changed, 15 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 730491169d47 -r 49d87d2eb463 x11/xclip/Makefile
--- a/x11/xclip/Makefile        Wed Nov 16 15:13:39 2016 +0000
+++ b/x11/xclip/Makefile        Wed Nov 16 15:29:35 2016 +0000
@@ -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@localhost
-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 -r 730491169d47 -r 49d87d2eb463 x11/xclip/distinfo
--- a/x11/xclip/distinfo        Wed Nov 16 15:13:39 2016 +0000
+++ b/x11/xclip/distinfo        Wed Nov 16 15:29:35 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index