diff options
author | lth <lth@FreeBSD.org> | 2005-03-02 19:28:17 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-03-02 19:28:17 +0800 |
commit | e9d6ba42b90606eaf8854e26a5019136a02e3a69 (patch) | |
tree | a7fa24b0ae87b4e62337a9600d2ba580bb74d10a /devel | |
parent | c44c778467b2aad78bca46d3955db98dee292909 (diff) | |
download | freebsd-ports-gnome-e9d6ba42b90606eaf8854e26a5019136a02e3a69.tar.gz freebsd-ports-gnome-e9d6ba42b90606eaf8854e26a5019136a02e3a69.tar.zst freebsd-ports-gnome-e9d6ba42b90606eaf8854e26a5019136a02e3a69.zip |
Update to 1.13
Rearranged _DEPENDS to please portlint
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-FileRotate/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index 1629640ea03b..a94d82349c7b 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log-Dispatch-FileRotate -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log @@ -15,13 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= A Log::Dispatch plug-in for files that archive/rotate themselves -BUILD_DEPENDS= ${PM_DEPENDS} -RUN_DEPENDS= ${PM_DEPENDS} - -PM_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch -PM_DEPENDS+= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip -PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate -PM_DEPENDS+= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Dispatch-FileRotate/distinfo b/devel/p5-Log-Dispatch-FileRotate/distinfo index 16f2a6662de7..caf8c80c0d44 100644 --- a/devel/p5-Log-Dispatch-FileRotate/distinfo +++ b/devel/p5-Log-Dispatch-FileRotate/distinfo @@ -1,2 +1,2 @@ -MD5 (Log-Dispatch-FileRotate-1.11.tar.gz) = 40c20e7de02230a1a379ebfbfab82140 -SIZE (Log-Dispatch-FileRotate-1.11.tar.gz) = 12080 +MD5 (Log-Dispatch-FileRotate-1.13.tar.gz) = 803aca2946621c91a7e1f30358c5dd9c +SIZE (Log-Dispatch-FileRotate-1.13.tar.gz) = 14012 |