From owner-dev-commits-ports-all@freebsd.org Sun Jun 20 11:43:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B45864E236; Sun, 20 Jun 2021 11:43:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G79lx662bz4sNY; Sun, 20 Jun 2021 11:43:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 574A11322; Sun, 20 Jun 2021 11:43:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KBhfVs016197; Sun, 20 Jun 2021 11:43:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KBhfUr016196; Sun, 20 Jun 2021 11:43:41 GMT (envelope-from git) Date: Sun, 20 Jun 2021 11:43:41 GMT Message-Id: <202106201143.15KBhfUr016196@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c2827199d56f - main - www/p5-Net-eBay: Convert PORTEXAMPLES to PLIST entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c2827199d56fda71b5498c2c313d809af5023eb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 11:43:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2827199d56fda71b5498c2c313d809af5023eb4 commit c2827199d56fda71b5498c2c313d809af5023eb4 Author: Po-Chuan Hsieh AuthorDate: 2021-06-20 11:36:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-20 11:36:24 +0000 www/p5-Net-eBay: Convert PORTEXAMPLES to PLIST entries --- www/p5-Net-eBay/Makefile | 11 +++++------ www/p5-Net-eBay/pkg-plist | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index af9112ab0002..d76d018bacca 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -26,17 +26,16 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -OPTIONS_DEFINE= EXAMPLES +USES= perl5 shebangfix +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 shebangfix -PORTEXAMPLES= * +SHEBANG_FILES= *.pl -SHEBANG_FILES= examples/*.pl +OPTIONS_DEFINE= EXAMPLES -post-extract: +post-patch: @${MKDIR} ${WRKSRC}/examples/ @${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/ diff --git a/www/p5-Net-eBay/pkg-plist b/www/p5-Net-eBay/pkg-plist index ae0e677744a9..fe15114a64f1 100644 --- a/www/p5-Net-eBay/pkg-plist +++ b/www/p5-Net-eBay/pkg-plist @@ -1,2 +1,21 @@ %%SITE_PERL%%/Net/eBay.pm %%PERL5_MAN3%%/Net::eBay.3.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-add-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-api-usage.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-end-item-early.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-all-bidders.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-categories.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-high-bidders.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-item-transactions.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-my-selling.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-my-sold.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-seller-list.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-suggested-categories.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-user-contact.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-get-user-feedback.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-leave-feedback.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-official-time.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-revise-item.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-search.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebay-validate-test-user.pl