diff options
author | tobez <tobez@FreeBSD.org> | 2011-09-07 17:45:50 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-09-07 17:45:50 +0800 |
commit | 2e4b311d37b53622732eb3692eedc138c3da02c8 (patch) | |
tree | 44967529787506480f72c97320097a6561547154 /www | |
parent | 0dd2afea053889730bda92d6e8a5b68c1bcb7e13 (diff) | |
download | freebsd-ports-gnome-2e4b311d37b53622732eb3692eedc138c3da02c8.tar.gz freebsd-ports-gnome-2e4b311d37b53622732eb3692eedc138c3da02c8.tar.zst freebsd-ports-gnome-2e4b311d37b53622732eb3692eedc138c3da02c8.zip |
Update to 1.85.
Changes: http://search.cpan.org/dist/URI-Title/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI-Title/Makefile | 8 | ||||
-rw-r--r-- | www/p5-URI-Title/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-URI-Title/Makefile b/www/p5-URI-Title/Makefile index 6e7baa7481d6..7839264d5624 100644 --- a/www/p5-URI-Title/Makefile +++ b/www/p5-URI-Title/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI-Title -PORTVERSION= 1.82 +PORTVERSION= 1.85 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= URI @@ -15,13 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Get the titles of things on the web in a sensible way -RUN_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ +COMMON_DEPENDS= p5-File-Type>=0.22:${PORTSDIR}/devel/p5-File-Type \ p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-Image-Size>0:${PORTSDIR}/graphics/p5-Image-Size \ p5-MP3-Info>0:${PORTSDIR}/audio/p5-MP3-Info \ p5-libwww>0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= URI::Title.3 diff --git a/www/p5-URI-Title/distinfo b/www/p5-URI-Title/distinfo index 2be0d8449149..fd81d4587627 100644 --- a/www/p5-URI-Title/distinfo +++ b/www/p5-URI-Title/distinfo @@ -1,2 +1,2 @@ -SHA256 (URI-Title-1.82.tar.gz) = 62360f9fe64ea8525cf26f72eefdafd48c1cb7358783d3d6416def91f1758d72 -SIZE (URI-Title-1.82.tar.gz) = 6491 +SHA256 (URI-Title-1.85.tar.gz) = 5d07767c7a960b82efc80590c8212b8cccc2aa52715ac7f0213381acd212bda4 +SIZE (URI-Title-1.85.tar.gz) = 6840 |