diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-23 06:23:16 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-23 06:23:16 +0800 |
commit | 698a3cc0903ea7ba01b7771cda46ebcc630fbc82 (patch) | |
tree | 7383c98d5e83b3992afacab79225a9221116281b /net/p5-Apache2-SOAP | |
parent | 4e5b3249c8b8df9b7871e8c1fdca5c19f13b18a3 (diff) | |
download | freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.tar.gz freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.tar.zst freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.zip |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@
Diffstat (limited to 'net/p5-Apache2-SOAP')
-rw-r--r-- | net/p5-Apache2-SOAP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Apache2-SOAP/Makefile b/net/p5-Apache2-SOAP/Makefile index c38f888d3568..8ba81ee62096 100644 --- a/net/p5-Apache2-SOAP/Makefile +++ b/net/p5-Apache2-SOAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache2-SOAP PORTVERSION= 0.73 +PORTREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |