Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 07:55:34 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
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
Message-ID:  <201704100755.v3A7tYJp005919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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