diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-10-21 14:33:30 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-10-21 14:33:30 +0000 |
commit | fa97fbe39b29888ee7217d819c7b1a6a91eb10fa (patch) | |
tree | c2c4859a430e9f14adb62f591d72a110d7e71e30 /www/perlbal | |
parent | 1a79a1a85477bab7d4d296333a81e99e00ee5111 (diff) | |
download | FreeBSD-ports-fa97fbe39b29888ee7217d819c7b1a6a91eb10fa.zip FreeBSD-ports-fa97fbe39b29888ee7217d819c7b1a6a91eb10fa.tar.gz |
Update to 1.38. [1]
Fix creative DEPENDS line. [2]
Submitted by: Jacques Marneweck <jacques@powertrip.co.za> (maintainer) [1]
Reported by: kris [2]
Diffstat (limited to 'www/perlbal')
-rw-r--r-- | www/perlbal/Makefile | 4 | ||||
-rw-r--r-- | www/perlbal/distinfo | 4 | ||||
-rw-r--r-- | www/perlbal/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile index a079244..8db436c 100644 --- a/www/perlbal/Makefile +++ b/www/perlbal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perlbal -PORTVERSION= 1.36 +PORTVERSION= 1.38 CATEGORIES= www MASTER_SITES= http://www.danga.com/dist/Perlbal/ PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Reverse-proxy load balancer and webserver BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ - p5-Danga-Socket>=1.44:${PORTSDIR}/devel/p5-Danga-Socket \ + ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/www/perlbal/distinfo b/www/perlbal/distinfo index 9fbb9a3..bc55fcb 100644 --- a/www/perlbal/distinfo +++ b/www/perlbal/distinfo @@ -1,2 +1,2 @@ -MD5 (Perlbal-1.36.tar.gz) = 4f90db1ed6b6362811df07cc6fc8b5f5 -SIZE (Perlbal-1.36.tar.gz) = 95079 +MD5 (Perlbal-1.38.tar.gz) = 2dc8ab4ee887e4b6e6a9ec38ecda9b60 +SIZE (Perlbal-1.38.tar.gz) = 101001 diff --git a/www/perlbal/pkg-plist b/www/perlbal/pkg-plist index 27657af..728fc70 100644 --- a/www/perlbal/pkg-plist +++ b/www/perlbal/pkg-plist @@ -9,6 +9,7 @@ bin/perlbal %%SITE_PERL%%/Perlbal/CommandContext.pm %%SITE_PERL%%/Perlbal/HTTPHeaders.pm %%SITE_PERL%%/Perlbal/ManageCommand.pm +%%SITE_PERL%%/Perlbal/Plugin/AccessControl.pm %%SITE_PERL%%/Perlbal/Plugin/Highpri.pm %%SITE_PERL%%/Perlbal/Plugin/Palimg.pm %%SITE_PERL%%/Perlbal/Plugin/Queues.pm @@ -22,6 +23,7 @@ bin/perlbal %%SITE_PERL%%/Perlbal/Test.pm %%SITE_PERL%%/Perlbal/Test/WebClient.pm %%SITE_PERL%%/Perlbal/Test/WebServer.pm +%%SITE_PERL%%/Perlbal/UploadListener.pm %%SITE_PERL%%/Perlbal/Util.pm %%SITE_PERL%%/mach/auto/Perlbal/.packlist @dirrm %%SITE_PERL%%/Perlbal/Plugin |