From owner-svn-ports-all@freebsd.org Sat Nov 18 21:14:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26D2BDDC9B2; Sat, 18 Nov 2017 21:14:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E81BF7DEE8; Sat, 18 Nov 2017 21:14:20 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAILEJfC035414; Sat, 18 Nov 2017 21:14:19 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAILEJHv035411; Sat, 18 Nov 2017 21:14:19 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201711182114.vAILEJHv035411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 18 Nov 2017 21:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454461 - head/x11/xclip X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/xclip X-SVN-Commit-Revision: 454461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 21:14:21 -0000 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