From owner-svn-ports-all@freebsd.org Sat May 19 11:06:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C859FEA980A; Sat, 19 May 2018 11:06:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73CC96A0B7; Sat, 19 May 2018 11:06:32 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E4F226301; Sat, 19 May 2018 11:06:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JB6VmD036919; Sat, 19 May 2018 11:06:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JB6VlB036918; Sat, 19 May 2018 11:06:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805191106.w4JB6VlB036918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 May 2018 11:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470379 - head/dns/p5-Tie-DNS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Tie-DNS X-SVN-Commit-Revision: 470379 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.26 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, 19 May 2018 11:06:33 -0000 Author: sunpoet Date: Sat May 19 11:06:31 2018 New Revision: 470379 URL: https://svnweb.freebsd.org/changeset/ports/470379 Log: Convert to options target helper - Convert PORTEXAMPLES=* to PLIST entries Modified: head/dns/p5-Tie-DNS/Makefile head/dns/p5-Tie-DNS/pkg-plist Modified: head/dns/p5-Tie-DNS/Makefile ============================================================================== --- head/dns/p5-Tie-DNS/Makefile Sat May 19 11:06:25 2018 (r470378) +++ head/dns/p5-Tie-DNS/Makefile Sat May 19 11:06:31 2018 (r470379) @@ -26,11 +26,9 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 shebangfix -PORTEXAMPLES= * - SHEBANG_FILES= eg/*.pl -post-install: +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${STAGEDIR}${EXAMPLESDIR}/ Modified: head/dns/p5-Tie-DNS/pkg-plist ============================================================================== --- head/dns/p5-Tie-DNS/pkg-plist Sat May 19 11:06:25 2018 (r470378) +++ head/dns/p5-Tie-DNS/pkg-plist Sat May 19 11:06:31 2018 (r470379) @@ -1,2 +1,9 @@ %%SITE_PERL%%/Tie/DNS.pm %%PERL5_MAN3%%/Tie::DNS.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example5.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example6.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example7.pl