From owner-svn-ports-head@FreeBSD.ORG Mon Apr 22 17:58:04 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 74B4F491; Mon, 22 Apr 2013 17:58:04 +0000 (UTC) (envelope-from madpilot@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 4D1DF1AA4; Mon, 22 Apr 2013 17:58:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3MHw44g041540; Mon, 22 Apr 2013 17:58:04 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3MHw3Cv041536; Mon, 22 Apr 2013 17:58:03 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201304221758.r3MHw3Cv041536@svn.freebsd.org> From: Guido Falsi Date: Mon, 22 Apr 2013 17:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316250 - 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: Mon, 22 Apr 2013 17:58:04 -0000 Author: madpilot Date: Mon Apr 22 17:58:03 2013 New Revision: 316250 URL: http://svnweb.freebsd.org/changeset/ports/316250 Log: - Update to 2.0.2 - Remove check for unsupported FreeBSD versions - Trim Makefile header - Use space instead of tab for WWW line in pkg-descr PR: ports/177986 Submitted by: mohawk (maintainer) Modified: head/www/mohawk/Makefile (contents, props changed) head/www/mohawk/distinfo (contents, props changed) head/www/mohawk/pkg-descr (contents, props changed) Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Mon Apr 22 17:01:33 2013 (r316249) +++ head/www/mohawk/Makefile Mon Apr 22 17:58:03 2013 (r316250) @@ -1,12 +1,8 @@ -# New ports collection makefile for: mohawk -# Date created: 2011-04-15 -# Whom: Baptiste Daroussin -# +# Created by: Baptiste Daroussin # $FreeBSD$ -# PORTNAME= mohawk -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ @@ -32,11 +28,6 @@ MAN5= mohawk.conf.5 MAN8= mhtpasswd.8 \ mohawk.8 -.include -.if ${OSVERSION} < 800502 -BROKEN= does not build -.endif - CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 @@ -48,4 +39,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR} .endif -.include +.include Modified: head/www/mohawk/distinfo ============================================================================== --- head/www/mohawk/distinfo Mon Apr 22 17:01:33 2013 (r316249) +++ head/www/mohawk/distinfo Mon Apr 22 17:58:03 2013 (r316250) @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 8215b59d6297a4eb48c9213aa8583d6ec66961423f48448477fe4370b2f8d9d1 -SIZE (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 46479 +SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb +SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244 Modified: head/www/mohawk/pkg-descr ============================================================================== --- head/www/mohawk/pkg-descr Mon Apr 22 17:01:33 2013 (r316249) +++ head/www/mohawk/pkg-descr Mon Apr 22 17:58:03 2013 (r316250) @@ -7,4 +7,4 @@ It provides the following features: - basic authentication - basic url mapping system. -WWW: http://fossil.etoilebsd.net/mohawk +WWW: http://fossil.etoilebsd.net/mohawk