diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-04-10 10:21:36 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-04-10 10:21:36 +0000 |
commit | 14ec8e33416033601f61013a6238142a852908e7 (patch) | |
tree | 5adc1cfd386261dbe1756968da3bb050f9baeaca /devel/p5-Storable | |
parent | 21c5f7ca1d79e86277856bec9dace2bee79911df (diff) | |
download | ports-14ec8e33416033601f61013a6238142a852908e7.tar.gz ports-14ec8e33416033601f61013a6238142a852908e7.zip |
Notes
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Storable/pkg-plist | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 50c009663f5e..9fc05358bd8a 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 2.15 +PORTVERSION= 2.16 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 3b63d4fa948a..93953f43c9bb 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1,3 +1,3 @@ -MD5 (Storable-2.15.tar.gz) = 9c84640123eea12cfc58c6b5e7060ad8 -SHA256 (Storable-2.15.tar.gz) = b0e408b4b688b62ee3c627389efe2fe1c55fc32556c326039fccf1ac033fb8c3 -SIZE (Storable-2.15.tar.gz) = 162994 +MD5 (Storable-2.16.tar.gz) = 48e14468e3395c7fdb399b537b5e8ba7 +SHA256 (Storable-2.16.tar.gz) = 86a4d9be1b0b15db9fb0a4606fbdc16939e48d2a76267b61103336c3dbdd0727 +SIZE (Storable-2.16.tar.gz) = 173578 diff --git a/devel/p5-Storable/pkg-plist b/devel/p5-Storable/pkg-plist index 447814c189f8..0f1d1a991023 100644 --- a/devel/p5-Storable/pkg-plist +++ b/devel/p5-Storable/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Storable.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/BIN_VERSION_NV.al +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/BIN_WRITE_VERSION_NV.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/CAN_FLOCK.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/Storable.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/Storable.so @@ -9,6 +11,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/_store_fd.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/fd_retrieve.al +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/file_magic.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/freeze.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/lock_nstore.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/lock_retrieve.al @@ -24,4 +27,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/store.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/store_fd.al %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/thaw.al -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable |