diff options
author | rafan <rafan@FreeBSD.org> | 2013-09-21 17:56:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2013-09-21 17:56:13 +0800 |
commit | 6c1a03aae2350e9c2b9f65f2d19faf2f7483b257 (patch) | |
tree | 3162df08f44f8a546bedee8718fe151d023f9dbe | |
parent | f906f7fe1b2b9a918e3937b38866e170114165f5 (diff) | |
download | freebsd-ports-graphics-6c1a03aae2350e9c2b9f65f2d19faf2f7483b257.tar.gz freebsd-ports-graphics-6c1a03aae2350e9c2b9f65f2d19faf2f7483b257.tar.zst freebsd-ports-graphics-6c1a03aae2350e9c2b9f65f2d19faf2f7483b257.zip |
- Update to 0.40
-rw-r--r-- | www/p5-HTML-Display/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-Display/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-HTML-Display/Makefile b/www/p5-HTML-Display/Makefile index 12d33b14292..1ad644df31d 100644 --- a/www/p5-HTML-Display/Makefile +++ b/www/p5-HTML-Display/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Display -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,4 +35,8 @@ MAN3= HTML::Display.3 \ HTML::Display::Win32::OLE.3 NO_STAGE= yes + +regression-test: + @${WRKSRC} && ${MAKE} test + .include <bsd.port.mk> diff --git a/www/p5-HTML-Display/distinfo b/www/p5-HTML-Display/distinfo index 5920f771ad2..f488f4f29cd 100644 --- a/www/p5-HTML-Display/distinfo +++ b/www/p5-HTML-Display/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Display-0.39.tar.gz) = d54bba31e43e698506bfd8d3f33032043c0b36113e21f702c11404055cf76b09 -SIZE (HTML-Display-0.39.tar.gz) = 13720 +SHA256 (HTML-Display-0.40.tar.gz) = 43b2bd9883d9545c86c6cba7b0df4bd78cc889350fa4d7e17fe7a274ae9823a2 +SIZE (HTML-Display-0.40.tar.gz) = 14233 |