diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-15 10:02:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-15 10:02:58 +0000 |
commit | ce3652633bb7f1b735a3e2268ebe740e8b4b07e1 (patch) | |
tree | 3a87903579fc256158691424d627612f72a12a30 | |
parent | 2a486098dcda2afa0890caf75f8c5dd8ffda064d (diff) | |
download | ports-ce3652633bb7f1b735a3e2268ebe740e8b4b07e1.tar.gz ports-ce3652633bb7f1b735a3e2268ebe740e8b4b07e1.zip |
Notes
-rw-r--r-- | www/mohawk/Makefile | 6 | ||||
-rw-r--r-- | www/mohawk/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index 5b281a2b3f77..1a2408c908b9 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -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 \ diff --git a/www/mohawk/distinfo b/www/mohawk/distinfo index 14e032f12a13..a8287ecba8c6 100644 --- a/www/mohawk/distinfo +++ b/www/mohawk/distinfo @@ -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 |