svn commit: r374775 - in head/deskutils/autocutsel: . files

Pawel Pekala pawel at FreeBSD.org
Mon Dec 15 23:00:53 UTC 2014


Author: pawel
Date: Mon Dec 15 23:00:51 2014
New Revision: 374775
URL: https://svnweb.freebsd.org/changeset/ports/374775
QAT: https://qat.redports.org/buildarchive/r374775/

Log:
  Update to version 0.10.0
  
  PR:		195725
  Submitted by:	Anton Tornqvist <antont at inbox.lv>
  Approved by:	maintainer

Deleted:
  head/deskutils/autocutsel/files/
Modified:
  head/deskutils/autocutsel/Makefile
  head/deskutils/autocutsel/distinfo

Modified: head/deskutils/autocutsel/Makefile
==============================================================================
--- head/deskutils/autocutsel/Makefile	Mon Dec 15 23:00:37 2014	(r374774)
+++ head/deskutils/autocutsel/Makefile	Mon Dec 15 23:00:51 2014	(r374775)
@@ -2,20 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	autocutsel
-PORTVERSION=	0.9.0
-PORTREVISION=	2
+PORTVERSION=	0.10.0
 CATEGORIES=	deskutils
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	autocutsel
 
 MAINTAINER=	john at jnielsen.net
 COMMENT=	Synchronizes the two copy/paste buffers used by X applications
 
-USE_XORG=	x11 xaw xext
+USE_GITHUB=	yes
+GH_ACCOUNT=	sigmike
+GH_COMMIT=	35388eb
+
+USE_XORG=	x11 xaw xmu
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake autoreconf libtool
 
 PLIST_FILES=	bin/autocutsel \
 		bin/cutsel
 
+post-configure:
+	@${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>

Modified: head/deskutils/autocutsel/distinfo
==============================================================================
--- head/deskutils/autocutsel/distinfo	Mon Dec 15 23:00:37 2014	(r374774)
+++ head/deskutils/autocutsel/distinfo	Mon Dec 15 23:00:51 2014	(r374775)
@@ -1,2 +1,2 @@
-SHA256 (autocutsel-0.9.0.tar.gz) = bef0ebc2dc2c92fc29f00867771229fd8391e6028bbb8bca9d809e827119e342
-SIZE (autocutsel-0.9.0.tar.gz) = 297595
+SHA256 (autocutsel-0.10.0.tar.gz) = 49974d139c9d476606e747bee2b97fdbc3bd5b99e8df65a6ee440a25eb784a7d
+SIZE (autocutsel-0.10.0.tar.gz) = 19125


More information about the svn-ports-head mailing list