aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
committerohauer <ohauer@FreeBSD.org>2011-08-21 01:27:52 +0800
commitbb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch)
tree0568d65daffcf341d48d7a3227af1e668328225a /net
parentd556b7fc223f0d881ea168a584545ca3278e9756 (diff)
downloadfreebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst
freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'net')
-rw-r--r--net/p5-Apache2-SOAP/Makefile4
-rw-r--r--net/prosearch/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Apache2-SOAP/Makefile b/net/p5-Apache2-SOAP/Makefile
index 8ba81ee62096..6431278bf293 100644
--- a/net/p5-Apache2-SOAP/Makefile
+++ b/net/p5-Apache2-SOAP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache2-SOAP
PORTVERSION= 0.73
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
-USE_APACHE= 2.0+
+USE_APACHE= 20+
MAN3= Apache2::SOAP.3
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index d83ecbe002a0..37e915fa7cb3 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -67,11 +67,11 @@ RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync
.endif
.if defined(WITH_APACH22)
-USE_APACHE= 2.2+
+USE_APACHE= 22+
.endif
.if defined(WITH_APACH20)
-USE_APACHE= 2.0+
+USE_APACHE= 20+
.endif
.if defined(WITH_NGINX)