From owner-svn-ports-head@freebsd.org Mon Apr 10 07:55:35 2017 Return-Path: Delivered-To: svn-ports-head@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 EE464D37C06; Mon, 10 Apr 2017 07:55:35 +0000 (UTC) (envelope-from ehaupt@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 B197D19E; Mon, 10 Apr 2017 07:55:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3A7tYA7005922; Mon, 10 Apr 2017 07:55:34 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3A7tYJp005919; Mon, 10 Apr 2017 07:55:34 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201704100755.v3A7tYJp005919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 10 Apr 2017 07:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438129 - head/x11/p5-X11-Protocol-Other X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 07:55:36 -0000 Author: ehaupt Date: Mon Apr 10 07:55:34 2017 New Revision: 438129 URL: https://svnweb.freebsd.org/changeset/ports/438129 Log: - Update to 30 - Provide examples Modified: head/x11/p5-X11-Protocol-Other/Makefile head/x11/p5-X11-Protocol-Other/distinfo head/x11/p5-X11-Protocol-Other/pkg-plist Modified: head/x11/p5-X11-Protocol-Other/Makefile ============================================================================== --- head/x11/p5-X11-Protocol-Other/Makefile Mon Apr 10 07:51:16 2017 (r438128) +++ head/x11/p5-X11-Protocol-Other/Makefile Mon Apr 10 07:55:34 2017 (r438129) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= X11-Protocol-Other -PORTVERSION= 29 -PORTREVISION= 1 +PORTVERSION= 30 CATEGORIES= x11 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +16,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-X11-Protocol>=0:x11/p5-X11-Protocol RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure NO_ARCH= yes +OPTIONS_DEFINE= EXAMPLES + +SHEBANG_FILES= examples/*.pl + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + .include Modified: head/x11/p5-X11-Protocol-Other/distinfo ============================================================================== --- head/x11/p5-X11-Protocol-Other/distinfo Mon Apr 10 07:51:16 2017 (r438128) +++ head/x11/p5-X11-Protocol-Other/distinfo Mon Apr 10 07:55:34 2017 (r438129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480350280 -SHA256 (X11-Protocol-Other-29.tar.gz) = 04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f -SIZE (X11-Protocol-Other-29.tar.gz) = 257542 +TIMESTAMP = 1491809865 +SHA256 (X11-Protocol-Other-30.tar.gz) = 323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5 +SIZE (X11-Protocol-Other-30.tar.gz) = 263720 Modified: head/x11/p5-X11-Protocol-Other/pkg-plist ============================================================================== --- head/x11/p5-X11-Protocol-Other/pkg-plist Mon Apr 10 07:51:16 2017 (r438128) +++ head/x11/p5-X11-Protocol-Other/pkg-plist Mon Apr 10 07:55:34 2017 (r438129) @@ -38,3 +38,14 @@ %%PERL5_MAN3%%/X11::Protocol::Other.3.gz %%PERL5_MAN3%%/X11::Protocol::WM.3.gz %%PERL5_MAN3%%/X11::Protocol::XSetRoot.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cursor-font-anim.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/damage-duplicate.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbe-info.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbe-swap.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mit-screen-saver-external.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/view-root.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xfixes-cursor-image.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xfixes-selection.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xinerama-info.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xresource-pairwise.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xresource-print.pl