- Update to 1.0.32 [1]

Change log
o Fixed some compilation errors with Apache 2.2 (and automagicaly set debian
  compatibility)
o Added initial support for mod_suphp from Thomas Rasch

- Remove IGNORE when PACKAGE_BUILDING, the probelm doesn't exist now.

PR:		111406 [1]
Submitted by:	Xavier Beaudouin <kiwi AT oav.net> (maintainer)
Approved by:	clsung (mentor)
This commit is contained in:
Li-Wen Hsu 2007-04-09 17:58:23 +00:00
parent 2606c0102d
commit 1a1a636d2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189590
2 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mod_vhs
PORTVERSION= 1.0.30
PORTVERSION= 1.0.32
CATEGORIES= www
MASTER_SITES= http://www.oav.net/projects/mod_vhs/
DIST_SUBDIR= apache2
@ -24,10 +24,6 @@ WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
.if defined(PACKAGE_BUILDING)
IGNORE= This port cannot be build as package because lang/php4 requires apache2
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
AP_INC+= ${LOCALBASE}/include/home
@ -48,4 +44,7 @@ post-install:
. endfor
.endif
# TODO :
# Add suphp support
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (apache2/mod_vhs-1.0.30.tar.gz) = 0ff70c7298e8639a00b2b0c1d90caf99
SHA256 (apache2/mod_vhs-1.0.30.tar.gz) = 13647cc259fa4ab55b2e21cb53c0ca525f16d303f1558849f9727d81b213b78c
SIZE (apache2/mod_vhs-1.0.30.tar.gz) = 18207
MD5 (apache2/mod_vhs-1.0.32.tar.gz) = bccb58b68639c2ece2d6f0adc1628ec1
SHA256 (apache2/mod_vhs-1.0.32.tar.gz) = f2c8b72393a06532239965b7a9fdd63dd881ab8fd6f9084ffc1e839b039741a5
SIZE (apache2/mod_vhs-1.0.32.tar.gz) = 20129