pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xclip



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Nov 16 15:29:35 UTC 2016

Modified Files:
        pkgsrc/x11/xclip: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xclip/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xclip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xclip/Makefile
diff -u pkgsrc/x11/xclip/Makefile:1.18 pkgsrc/x11/xclip/Makefile:1.19
--- pkgsrc/x11/xclip/Makefile:1.18      Wed Apr 30 06:25:54 2014
+++ pkgsrc/x11/xclip/Makefile   Wed Nov 16 15:29:35 2016
@@ -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"

Index: pkgsrc/x11/xclip/distinfo
diff -u pkgsrc/x11/xclip/distinfo:1.7 pkgsrc/x11/xclip/distinfo:1.8
--- pkgsrc/x11/xclip/distinfo:1.7       Wed Nov  4 03:28:58 2015
+++ pkgsrc/x11/xclip/distinfo   Wed Nov 16 15:29:35 2016
@@ -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