diff options
author | rafan <rafan@FreeBSD.org> | 2008-09-27 19:46:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-09-27 19:46:58 +0800 |
commit | 6033b89b296c4dcd3496c45a0bb5bc728d3a77a2 (patch) | |
tree | 01412b6f3dc9f1747d348e88a35b4be54706450a /devel | |
parent | 2f6c28050ded65f2acbe99fdba0035aa0b85389c (diff) | |
download | freebsd-ports-gnome-6033b89b296c4dcd3496c45a0bb5bc728d3a77a2.tar.gz freebsd-ports-gnome-6033b89b296c4dcd3496c45a0bb5bc728d3a77a2.tar.zst freebsd-ports-gnome-6033b89b296c4dcd3496c45a0bb5bc728d3a77a2.zip |
- Update to 5.67
- Add regression-test target
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AutoLoader/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-AutoLoader/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-AutoLoader/Makefile b/devel/p5-AutoLoader/Makefile index 7b1619625a88..8e8215a31101 100644 --- a/devel/p5-AutoLoader/Makefile +++ b/devel/p5-AutoLoader/Makefile @@ -6,7 +6,7 @@ # PORTNAME= AutoLoader -PORTVERSION= 5.66 +PORTVERSION= 5.67 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +18,7 @@ PERL_CONFIGURE= yes MAN3= AutoLoader.3 AutoSplit.3 +regression-test: + cd ${WRKSRC} && ${MAKE} test + .include <bsd.port.mk> diff --git a/devel/p5-AutoLoader/distinfo b/devel/p5-AutoLoader/distinfo index 1cc35722bc11..059f8fe1790e 100644 --- a/devel/p5-AutoLoader/distinfo +++ b/devel/p5-AutoLoader/distinfo @@ -1,3 +1,3 @@ -MD5 (AutoLoader-5.66.tar.gz) = 7726847bacc6775d733bb2754fb5278d -SHA256 (AutoLoader-5.66.tar.gz) = aa745a712eab3c75132565cba6d8933853d8fa16942dae5344de73bc3cbbcfd8 -SIZE (AutoLoader-5.66.tar.gz) = 27561 +MD5 (AutoLoader-5.67.tar.gz) = 1e4c5158f8dde37b2ab2b4b8bfcdaa70 +SHA256 (AutoLoader-5.67.tar.gz) = 4b8ae7874f0a2b490264d5a380aab69d9ccd998f4124cfb159ffc86e8f6e8d74 +SIZE (AutoLoader-5.67.tar.gz) = 25927 |