diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 15:00:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-28 15:00:42 +0800 |
commit | d8f462caf3c083f7b27bf52ed3e74113a293fd12 (patch) | |
tree | c34ba747aedef118b87506af77c63d7109d54474 /www | |
parent | 73a15c5d832d9ab7ed98d69720aedcef3e47e30f (diff) | |
download | freebsd-ports-gnome-d8f462caf3c083f7b27bf52ed3e74113a293fd12.tar.gz freebsd-ports-gnome-d8f462caf3c083f7b27bf52ed3e74113a293fd12.tar.zst freebsd-ports-gnome-d8f462caf3c083f7b27bf52ed3e74113a293fd12.zip |
- Bump PORTREVISION for security/p5-Authen-NTLM PORTNAME change
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 7b62bf74c44c..2100f173da5e 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= libwww PORTVERSION= 6.02 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- @@ -15,7 +16,8 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 library for WWW access -RUN_DEPENDS= p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ +RUN_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ + p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-File-Listing>=6:${PORTSDIR}/sysutils/p5-File-Listing \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ @@ -24,7 +26,6 @@ RUN_DEPENDS= p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-HTTP-Negotiate>=6:${PORTSDIR}/www/p5-HTTP-Negotiate \ p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \ - p5-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ p5-WWW-RobotRules>=6:${PORTSDIR}/www/p5-WWW-RobotRules |