git: 0736af12373a - main - devel/p5-Data-Properties: Update to 1.05
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 18 17:57:20 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0736af12373a780ccef0194f215b5f501a62deef
commit 0736af12373a780ccef0194f215b5f501a62deef
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:48:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 <knu at idaemons.org>
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 at 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 <bsd.port.mk>
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
More information about the dev-commits-ports-all
mailing list