- USE_APACHE=yes is deprecated

- Fix Fetch
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Fix NOPORTDOCS
- Pet Portlint
- Bump PORTREVISION
This commit is contained in:
Philip M. Gollucci 2009-04-12 04:54:06 +00:00
parent 92cc6e3289
commit 0ca1a3ecc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232177
2 changed files with 14 additions and 14 deletions

View file

@ -7,29 +7,29 @@
PORTNAME= mod_put
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://perso.ec-lyon.fr/lyonel.vincent/apache/
DISTFILES= mod_put.tar.gz
DISTNAME= ${PORTNAME}
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module that provides PUT and DELETE methods
USE_APACHE= yes
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
CONFLICTS= apache-contrib-1.*
do-build:
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -c ${PORTNAME}.c
USE_APACHE= 1.3
do-install:
cd ${WRKSRC} && ${LOCALBASE}/sbin/apxs -A -i ${PORTNAME}.so
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= ${PORTNAME}.html
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html \
${PREFIX}/share/doc/${PORTNAME}
@${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (mod_put-1.3/mod_put.tar.gz) = 23e3c9925c200ccc5913c43b371da32c
SHA256 (mod_put-1.3/mod_put.tar.gz) = fe6cddc95bae926a246b269882fed3d7eab90b5a1bb76ae8133cd5f26428fe4b
SIZE (mod_put-1.3/mod_put.tar.gz) = 5021
MD5 (mod_put.tar.gz) = 23e3c9925c200ccc5913c43b371da32c
SHA256 (mod_put.tar.gz) = fe6cddc95bae926a246b269882fed3d7eab90b5a1bb76ae8133cd5f26428fe4b
SIZE (mod_put.tar.gz) = 5021