Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2017 21:14:19 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454461 - head/x11/xclip
Message-ID:  <201711182114.vAILEJHv035411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Nov 18 21:14:19 2017
New Revision: 454461
URL: https://svnweb.freebsd.org/changeset/ports/454461

Log:
  Update to 0.13
  
  Upstream has switched to GitHub, chase this.
  
  PR:		223232
  Submitted by:	Mateusz Piotrowski
  Approved by:	maintainer timeout

Modified:
  head/x11/xclip/Makefile
  head/x11/xclip/distinfo
  head/x11/xclip/pkg-descr

Modified: head/x11/xclip/Makefile
==============================================================================
--- head/x11/xclip/Makefile	Sat Nov 18 20:58:01 2017	(r454460)
+++ head/x11/xclip/Makefile	Sat Nov 18 21:14:19 2017	(r454461)
@@ -2,18 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	xclip
-PORTVERSION=	0.12
-PORTREVISION=	2
+PORTVERSION=	0.13
 CATEGORIES=	x11
-MASTER_SITES=	SF
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Interface to X selections ("the clipboard") from the command line
 
 LICENSE=	GPLv2
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	astrand
+
+USES=		autoreconf gmake iconv
 USE_XORG=	x11 xmu
-USES=		gmake
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	ac_cv_header_X11_Xmu_Atoms_h=yes \
 		ac_cv_header_X11_Intrinsic_h=yes \

Modified: head/x11/xclip/distinfo
==============================================================================
--- head/x11/xclip/distinfo	Sat Nov 18 20:58:01 2017	(r454460)
+++ head/x11/xclip/distinfo	Sat Nov 18 21:14:19 2017	(r454461)
@@ -1,2 +1,3 @@
-SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45
-SIZE (xclip-0.12.tar.gz) = 63420
+TIMESTAMP = 1511039611
+SHA256 (astrand-xclip-0.13_GH0.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
+SIZE (astrand-xclip-0.13_GH0.tar.gz) = 30461

Modified: head/x11/xclip/pkg-descr
==============================================================================
--- head/x11/xclip/pkg-descr	Sat Nov 18 20:58:01 2017	(r454460)
+++ head/x11/xclip/pkg-descr	Sat Nov 18 21:14:19 2017	(r454461)
@@ -15,4 +15,4 @@ FEATURES
 * Connects to the X display in $DISPLAY, or specified with -display host:0
 * Waits for selection requests in the background
 
-WWW: https://sourceforge.net/projects/xclip/
+WWW: https://github.com/astrand/xclip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711182114.vAILEJHv035411>