diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-29 19:28:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-29 19:28:46 +0000 |
commit | ed5b3cbeb2d33d3a3543c297a43718bcf8d86a8c (patch) | |
tree | 8ad1d7585b6e7f2ba03f7f4d8f43dbc5d7bd01d5 /www/mohawk | |
parent | 73a3e3b7c8d061adeb3b743d37ae8b1f25cfb6d6 (diff) |
- Update to 2.0.1
- Pet portlint some
ChangeLog:
* Fix fd leak
* Fix URL encoding of '+'
PR: ports/171152
Submitted by: Freddy Dissaux <freddy.dsx@free.fr>
Approved by: mohawk@bsdsx.fr (maintainer)
Approved by: eadler, bapt (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=303348
Diffstat (limited to 'www/mohawk')
-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 84c19d28b7e0..98a0cc4334c4 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -6,17 +6,19 @@ # PORTNAME= mohawk -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= www ipv6 -MASTER_SITES= http://files.etoilebsd.net/mohawk/ \ - http://mohawk.bsdsx.fr/ +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 LICENSE= BSD +LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 + PLIST_FILES+= bin/mhtpasswd \ sbin/mohawk \ etc/mohawk.conf.sample @@ -35,7 +37,6 @@ MAN8= mhtpasswd.8 \ BROKEN= does not build .endif -LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 @@ -45,6 +46,6 @@ post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR} -.endif +.endif .include <bsd.port.post.mk> diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 2c41ed6beb4a..d5b364fd5507 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.tar.gz) = 6cef4ff7a18a61a807b7f5ba9819f76fefc9ff49f41dfeb0fee75db7d1044b23 -SIZE (mohawk-2.0.tar.gz) = 45363 +SHA256 (mohawk-2.0.1.tar.gz?uuid=2.0.1) = a285a7c9962f5f54a86190f9f1d34152fb1cb39a303b1ed00413b15f691912f7 +SIZE (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 46483 |