diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2013-01-27 01:28:33 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2013-01-27 01:28:33 +0800 |
commit | bed86add9b65ce3c2142a729306b620c37f429b7 (patch) | |
tree | 8dce9e90ef0b15220d918e9d9a56b68516e0088b | |
parent | a3882bf0e5291aac4090d483e1e38fd30007a563 (diff) | |
download | freebsd-ports-gnome-bed86add9b65ce3c2142a729306b620c37f429b7.tar.gz freebsd-ports-gnome-bed86add9b65ce3c2142a729306b620c37f429b7.tar.zst freebsd-ports-gnome-bed86add9b65ce3c2142a729306b620c37f429b7.zip |
Update to 1.38.
-rw-r--r-- | devel/p5-Mac-PropertyList/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Mac-PropertyList/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Mac-PropertyList/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Mac-PropertyList/Makefile b/devel/p5-Mac-PropertyList/Makefile index cec09633da60..f77a378f6af4 100644 --- a/devel/p5-Mac-PropertyList/Makefile +++ b/devel/p5-Mac-PropertyList/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mac-PropertyList -PORTVERSION= 1.37 +PORTVERSION= 1.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Mac::PropertyList.3 \ - Mac::PropertyList::ReadBinary.3 + Mac::PropertyList::ReadBinary.3 \ + Mac::PropertyList::WriteBinary.3 .include <bsd.port.mk> diff --git a/devel/p5-Mac-PropertyList/distinfo b/devel/p5-Mac-PropertyList/distinfo index 986f5cbd8abf..7a89ae4a372c 100644 --- a/devel/p5-Mac-PropertyList/distinfo +++ b/devel/p5-Mac-PropertyList/distinfo @@ -1,2 +1,2 @@ -SHA256 (Mac-PropertyList-1.37.tar.gz) = 91a0313fb11045099c85b5631ab46f23344b2d2ecf95b6be718572fc4d625f1d -SIZE (Mac-PropertyList-1.37.tar.gz) = 24655 +SHA256 (Mac-PropertyList-1.38.tar.gz) = fa6f5d52232b4c08b0e6ddab83cb7ac90a4c113ab56facd489d1535b2845df91 +SIZE (Mac-PropertyList-1.38.tar.gz) = 31913 diff --git a/devel/p5-Mac-PropertyList/pkg-plist b/devel/p5-Mac-PropertyList/pkg-plist index fc448bf10060..817c72c3d1ad 100644 --- a/devel/p5-Mac-PropertyList/pkg-plist +++ b/devel/p5-Mac-PropertyList/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Mac/PropertyList.pm %%SITE_PERL%%/Mac/PropertyList/ReadBinary.pm +%%SITE_PERL%%/Mac/PropertyList/WriteBinary.pm %%SITE_PERL%%/mach/auto/Mac/PropertyList/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mac/PropertyList @dirrm %%SITE_PERL%%/Mac/PropertyList |