diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-27 14:20:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-27 14:20:32 +0000 |
commit | e028bdafc4c170496d1eb8729d8d72e4aafc43d2 (patch) | |
tree | 5edfb3f8d3f58ffa81ebbc485c8b0a3d82a76933 /www/mod_layout | |
parent | 1e4c1c809b667d8ec67bac9071edc0c641a205f7 (diff) |
Update to 3.2.1
PR: 57173
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89547
Diffstat (limited to 'www/mod_layout')
-rw-r--r-- | www/mod_layout/Makefile | 7 | ||||
-rw-r--r-- | www/mod_layout/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 2e66b9b81f62..2dab83192e60 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_layout -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= www MASTER_SITES= http://software.tangent.org/download/ @@ -19,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's!apxs!${LOCALBASE}/sbin/apxs!g; \ + s!-DDEBUG!!g' ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) diff --git a/www/mod_layout/distinfo b/www/mod_layout/distinfo index 6dd1f1b87b43..a52ab926f591 100644 --- a/www/mod_layout/distinfo +++ b/www/mod_layout/distinfo @@ -1 +1 @@ -MD5 (mod_layout-3.2.tar.gz) = ff5b88973978b6a1a1d5277c52cc59f1 +MD5 (mod_layout-3.2.1.tar.gz) = fdad44ac360f65b2ca75f08fe53af4ad |