From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 17:57:19 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 DECC666EB9F; Sun, 18 Jul 2021 17:57:19 +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 4GSXk745lkz3ltJ; Sun, 18 Jul 2021 17:57:19 +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 4736656; Sun, 18 Jul 2021 17:57:19 +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 16IHvJJa037993; Sun, 18 Jul 2021 17:57:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16IHvJB6037992; Sun, 18 Jul 2021 17:57:19 GMT (envelope-from git) Date: Sun, 18 Jul 2021 17:57:19 GMT Message-Id: <202107181757.16IHvJB6037992@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: 0736af12373a - main - devel/p5-Data-Properties: Update to 1.05 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: 0736af12373a780ccef0194f215b5f501a62deef 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, 18 Jul 2021 17:57:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0736af12373a780ccef0194f215b5f501a62deef commit 0736af12373a780ccef0194f215b5f501a62deef Author: Po-Chuan Hsieh AuthorDate: 2021-07-18 17:48:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-18 17:48:16 +0000 devel/p5-Data-Properties: Update to 1.05 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/dist/Data-Properties/changes --- devel/p5-Data-Properties/Makefile | 12 ++++++++++-- devel/p5-Data-Properties/distinfo | 5 +++-- devel/p5-Data-Properties/pkg-plist | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/devel/p5-Data-Properties/Makefile b/devel/p5-Data-Properties/Makefile index daff04571245..8043b532fe3d 100644 --- a/devel/p5-Data-Properties/Makefile +++ b/devel/p5-Data-Properties/Makefile @@ -1,8 +1,7 @@ # Created by: Akinori MUSHA aka knu PORTNAME= Data-Properties -PORTVERSION= 0.02 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for persistent properties +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-File-LoadLines>=1.020:devel/p5-File-LoadLines \ + p5-String-Interpolate-Named>=1.01:devel/p5-String-Interpolate-Named + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Data-Properties/distinfo b/devel/p5-Data-Properties/distinfo index 5cf929b71e4f..2c2070f6f513 100644 --- a/devel/p5-Data-Properties/distinfo +++ b/devel/p5-Data-Properties/distinfo @@ -1,2 +1,3 @@ -SHA256 (Data-Properties-0.02.tar.gz) = 36fc2684e724e04655396dd4c62538ca2be1d55ed7aebdfc948dbd15890c5ce3 -SIZE (Data-Properties-0.02.tar.gz) = 4434 +TIMESTAMP = 1626542168 +SHA256 (Data-Properties-1.05.tar.gz) = d9bacef2325f7040621b5bd7dff46102de062ff1d99de27ea7545492b5da0d57 +SIZE (Data-Properties-1.05.tar.gz) = 20527 diff --git a/devel/p5-Data-Properties/pkg-plist b/devel/p5-Data-Properties/pkg-plist index ebba45eed6c1..66fb8fb7225b 100644 --- a/devel/p5-Data-Properties/pkg-plist +++ b/devel/p5-Data-Properties/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Data::Properties.3.gz %%SITE_PERL%%/Data/Properties.pm +%%PERL5_MAN3%%/Data::Properties.3.gz