diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-05 17:40:38 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-05 17:40:38 +0000 |
commit | c35dd7a24bbd692ff0fbde406b924f1904986cc4 (patch) | |
tree | 51c7563c61fcfb63c801cc9303839cd43a2a949d /archivers | |
parent | 44eb83e82b09121d6d120e86009aae5ab81b8a4e (diff) | |
download | ports-c35dd7a24bbd692ff0fbde406b924f1904986cc4.tar.gz ports-c35dd7a24bbd692ff0fbde406b924f1904986cc4.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 10 | ||||
-rw-r--r-- | archivers/p5-Archive-Extract/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index 03942964326f..5874e5943cc8 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Extract -PORTVERSION= 0.42 +PORTVERSION= 0.44 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,22 +14,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A generic archive extracting mechanism -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Archive::Extract.3 -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd +RUN_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd .endif .if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ +RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check .endif diff --git a/archivers/p5-Archive-Extract/distinfo b/archivers/p5-Archive-Extract/distinfo index d26e2a32b122..eccbab5a93ea 100644 --- a/archivers/p5-Archive-Extract/distinfo +++ b/archivers/p5-Archive-Extract/distinfo @@ -1,3 +1,3 @@ -MD5 (Archive-Extract-0.42.tar.gz) = ee68a0e603a998524b30224c3599bb00 -SHA256 (Archive-Extract-0.42.tar.gz) = f5ff0efbfc48a5b09a870177308c8a729062460c61d046a17b5b0c48b02aacad -SIZE (Archive-Extract-0.42.tar.gz) = 25007 +MD5 (Archive-Extract-0.44.tar.gz) = 0a7fa755fe72be9d4bbc42999225f80d +SHA256 (Archive-Extract-0.44.tar.gz) = 4ae240b4ca313f4ac3fdde370cd3668ff8489efec6c16a2bb4ba1542315abdf8 +SIZE (Archive-Extract-0.44.tar.gz) = 25173 |