svn commit: r336511 - head/www/mohawk

Antoine Brodin antoine at FreeBSD.org
Sun Dec 15 10:02:59 UTC 2013


Author: antoine
Date: Sun Dec 15 10:02:58 2013
New Revision: 336511
URL: http://svnweb.freebsd.org/changeset/ports/336511

Log:
  - Update to 2.0.10
  - BSD License has 2 clauses
  - New LIB_DEPENDS syntax
  
  Submitted by:	maintainer on IRC

Modified:
  head/www/mohawk/Makefile
  head/www/mohawk/distinfo

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Sun Dec 15 09:43:05 2013	(r336510)
+++ head/www/mohawk/Makefile	Sun Dec 15 10:02:58 2013	(r336511)
@@ -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}.ta
 MAINTAINER=	mohawk at 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 \

Modified: head/www/mohawk/distinfo
==============================================================================
--- head/www/mohawk/distinfo	Sun Dec 15 09:43:05 2013	(r336510)
+++ head/www/mohawk/distinfo	Sun Dec 15 10:02:58 2013	(r336511)
@@ -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


More information about the svn-ports-head mailing list