Date: Tue, 18 Jun 2013 06:57:23 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321173 - head/www/mohawk Message-ID: <201306180657.r5I6vNPg031686@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Jun 18 06:57:22 2013 New Revision: 321173 URL: http://svnweb.freebsd.org/changeset/ports/321173 Log: - Update to 2.0.6 [1] - Pet portlint(1) by changing spaces into tabs in Makefile PR: ports/179668 [1] Submitted by: mohawk@bsdsx.fr (maintainer) Modified: head/www/mohawk/Makefile head/www/mohawk/distinfo Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Tue Jun 18 06:43:13 2013 (r321172) +++ head/www/mohawk/Makefile Tue Jun 18 06:57:22 2013 (r321173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mohawk -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ @@ -12,7 +12,7 @@ COMMENT= Simple and lightweight HTTP dae LICENSE= BSD -LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ sbin/mohawk \ @@ -27,8 +27,8 @@ MAN5= mohawk.conf.5 MAN8= mhtpasswd.8 \ mohawk.8 -CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib/event2 +CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib/event2 .include <bsd.port.options.mk> Modified: head/www/mohawk/distinfo ============================================================================== --- head/www/mohawk/distinfo Tue Jun 18 06:43:13 2013 (r321172) +++ head/www/mohawk/distinfo Tue Jun 18 06:57:22 2013 (r321173) @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04 -SIZE (mohawk-2.0.5.tar.gz) = 36380 +SHA256 (mohawk-2.0.6.tar.gz) = 9c998e02a0977b78b18f3ccd7694ab176433a3accb29f1a599c281251bd69d18 +SIZE (mohawk-2.0.6.tar.gz) = 36383
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306180657.r5I6vNPg031686>