mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to version 2.10.6.
PR: 27963 Submitted by: maintainer
This commit is contained in:
parent
005deae803
commit
50328ec333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44132
@ -6,32 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= mod_layout
|
||||
PORTVERSION= 2.8.2
|
||||
PORTVERSION= 2.10.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \
|
||||
http://www.tangent.org/mod_layout/
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c *.c
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -A -i ${PORTNAME}.so
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_SUB+= DOC=''
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.html \
|
||||
${PREFIX}/share/doc/${PORTNAME}
|
||||
|
||||
.else
|
||||
PLIST_SUB+= DOC='@comment '
|
||||
${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mod_layout-2.8.2.tar.gz) = f786c566c7107e1da63201162489d774
|
||||
MD5 (mod_layout-2.10.6.tar.gz) = 2221e35e31388354132bbd20bec44d35
|
||||
|
@ -1 +1 @@
|
||||
An Apache module that provides for prepending/appending HTML pages served
|
||||
Apache module that provides for prepending/appending served HTML pages
|
||||
|
@ -13,3 +13,6 @@ From the software's FAQ list:
|
||||
possibilities.
|
||||
|
||||
WWW: http://www.tangent.org/mod_layout/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
@ -1,5 +1,5 @@
|
||||
libexec/apache/mod_layout.so
|
||||
%%DOC%%share/doc/mod_layout/faq.html
|
||||
%%DOC%%@dirrm share/doc/mod_layout
|
||||
@exec ${PKG_PREFIX}/sbin/apxs -e -A -n layout mod_layout.so; echo " enable the mod_layout in Apache's config manually"
|
||||
@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n layout mod_layout.so || echo " remove the mod_layout from Apache's config manually"
|
||||
%%PORTDOCS%%share/doc/mod_layout/faq.html
|
||||
@exec %D/sbin/apxs -e -A -n layout mod_layout.so
|
||||
%%PORTDOCS%%@dirrm share/doc/mod_layout
|
||||
@unexec %D/sbin/apxs -e -A -n layout mod_layout.so || echo " disable mod_layout in Apache's config manually"
|
||||
|
Loading…
Reference in New Issue
Block a user