From owner-svn-ports-head@FreeBSD.ORG Tue Jun 18 06:57:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6E826BEB; Tue, 18 Jun 2013 06:57:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 60F371C33; Tue, 18 Jun 2013 06:57:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5I6vNAR031688; Tue, 18 Jun 2013 06:57:23 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5I6vNPg031686; Tue, 18 Jun 2013 06:57:23 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201306180657.r5I6vNPg031686@svn.freebsd.org> From: Frederic Culot Date: Tue, 18 Jun 2013 06:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321173 - head/www/mohawk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 06:57:23 -0000 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 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