diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-10-13 10:03:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-10-13 10:03:53 +0800 |
commit | eb7445675aaf739d10ea7bc6c2cb6c8fd2ec117a (patch) | |
tree | 79a7193009a6dd3ce88b39dd4218781d4e67258b /devel | |
parent | 2a1fe48383474b54f9a76542ad8905c7a26eda92 (diff) | |
download | freebsd-ports-gnome-eb7445675aaf739d10ea7bc6c2cb6c8fd2ec117a.tar.gz freebsd-ports-gnome-eb7445675aaf739d10ea7bc6c2cb6c8fd2ec117a.tar.zst freebsd-ports-gnome-eb7445675aaf739d10ea7bc6c2cb6c8fd2ec117a.zip |
Upgrade to 1.0.3.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Storable/pkg-plist | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 736b6a3f2046..b560698cb377 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index a3eb261862c2..c85ea4eeb86c 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-1.0.0.tar.gz) = 4bef8f3f4dc44cff63a8d88e37b9563c +MD5 (Storable-1.0.3.tar.gz) = 8d50abf8018591ac8ac7415f772055de diff --git a/devel/p5-Storable/pkg-plist b/devel/p5-Storable/pkg-plist index 083c7ab7772d..2bc2aa8fa6f7 100644 --- a/devel/p5-Storable/pkg-plist +++ b/devel/p5-Storable/pkg-plist @@ -1,11 +1,15 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/Storable.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_freeze.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_retrieve.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_store.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/_store_fd.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/fd_retrieve.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/freeze.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_nstore.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_retrieve.al +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/lock_store.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nfreeze.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore.al lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Storable/nstore_fd.al |