diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-03-03 07:54:54 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-03-03 07:54:54 +0800 |
commit | fa7e34a874effa43677e0aa8b14ab6a826116654 (patch) | |
tree | 4d501669d3204fc82edd3b77dd5f35f1d7e27efa /www | |
parent | cf08151dcd1adbcc3a1a5f39e6aa300cb0f3df35 (diff) | |
download | freebsd-ports-gnome-fa7e34a874effa43677e0aa8b14ab6a826116654.tar.gz freebsd-ports-gnome-fa7e34a874effa43677e0aa8b14ab6a826116654.tar.zst freebsd-ports-gnome-fa7e34a874effa43677e0aa8b14ab6a826116654.zip |
- fix depends if apache22 is the default
- remove MD5 from distinfo
- followup for PR ports/147009 [1]
PR: ports/147009 [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Bundle-Slash/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Bundle-Slash/distinfo | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile index 20126c43dccf..3cd5d4abeaae 100644 --- a/www/p5-Bundle-Slash/Makefile +++ b/www/p5-Bundle-Slash/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ @@ -39,12 +38,11 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ ${SITE_PERL}/DBIx/Password.pm:${PORTSDIR}/databases/p5-DBIx-Password -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes -USE_APACHE= 1.3+ +USE_APACHE= 13+ USE_MYSQL= yes - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500903 @@ -53,7 +51,10 @@ RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .if ${APACHE_VERSION} == 13 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \ - ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test + ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \ + ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1 +.else +BUILD_DEPENDS+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2 .endif MAN3= Bundle::Slash.3 diff --git a/www/p5-Bundle-Slash/distinfo b/www/p5-Bundle-Slash/distinfo index dc4ec2b9157c..ba7d436e0847 100644 --- a/www/p5-Bundle-Slash/distinfo +++ b/www/p5-Bundle-Slash/distinfo @@ -1,3 +1,2 @@ -MD5 (Bundle-Slash-2.52.tar.gz) = 7e5e8f769bea1d78e3f3dfa9318d01d3 SHA256 (Bundle-Slash-2.52.tar.gz) = 1994a513fe4f8794caceef21817180c7b0369cd17c1b117d0ab70a366c8f4350 SIZE (Bundle-Slash-2.52.tar.gz) = 2084 |