- Update to 2.0.10
- BSD License has 2 clauses - New LIB_DEPENDS syntax Submitted by: maintainer on IRC
This commit is contained in:
parent
2a486098dc
commit
ce3652633b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336511
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mohawk
|
||||
PORTVERSION= 2.0.9
|
||||
PORTVERSION= 2.0.10
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \
|
||||
http://fossil.bsdsx.fr/mohawk/tarball/
|
||||
|
@ -10,9 +10,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${PORTVERSION}
|
|||
MAINTAINER= mohawk@bsdsx.fr
|
||||
COMMENT= Simple and lightweight HTTP daemon
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2
|
||||
LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
|
||||
|
||||
PLIST_FILES+= bin/mhtpasswd \
|
||||
man/man5/mohawk.conf.5.gz \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mohawk-2.0.9.tar.gz?uuid=2.0.9) = c940e6bdaee60b6665a59d513dce12db91adace8ef9ea70cebd44357e802f95b
|
||||
SIZE (mohawk-2.0.9.tar.gz?uuid=2.0.9) = 37926
|
||||
SHA256 (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 3267309ecd4fb9a40fd56bb00624293dc86ce97c1d4d6a6f38e67df1503b50da
|
||||
SIZE (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 37872
|
||||
|
|
Loading…
Reference in a new issue