mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- 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)
This commit is contained in:
parent
73a3e3b7c8
commit
ed5b3cbeb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303348
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user