diff options
author | wg <wg@FreeBSD.org> | 2013-06-06 19:04:18 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-06 19:04:18 +0800 |
commit | 006ad86f70d8a765f72badb0755585831a453862 (patch) | |
tree | e401139e3ed5fa7e8248aeb0b266ab92d83f0fc0 | |
parent | 42a39a61ee62758f003adb9e41b98c063e5330a8 (diff) | |
download | freebsd-ports-gnome-006ad86f70d8a765f72badb0755585831a453862.tar.gz freebsd-ports-gnome-006ad86f70d8a765f72badb0755585831a453862.tar.zst freebsd-ports-gnome-006ad86f70d8a765f72badb0755585831a453862.zip |
- Update to 2.0.5 [1]
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- Unmute install commands
PR: ports/179350 [1]
Submitted by: mohawk <mohawk@bsdsx.fr> (maintainer) [1]
Approved by: culot / jpaetzel (mentors, implicit)
-rw-r--r-- | www/mohawk/Makefile | 13 | ||||
-rw-r--r-- | www/mohawk/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index d939b6169e91..d4e38237c51f 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= mohawk -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.5 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} MAINTAINER= mohawk@bsdsx.fr COMMENT= Simple and lightweight HTTP daemon @@ -31,12 +30,14 @@ MAN8= mhtpasswd.8 \ CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 +.include <bsd.port.options.mk> + post-install: - @${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${PREFIX}/etc/mohawk.conf.sample - @${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${PREFIX}/bin/mhtpasswd -.if !defined(NOPORTEXAMPLES) + ${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${PREFIX}/etc/mohawk.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${PREFIX}/bin/mhtpasswd +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 7c0ea7237056..4d33cd071119 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb -SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244 +SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04 +SIZE (mohawk-2.0.5.tar.gz) = 36380 |