Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 17:58:03 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316250 - head/www/mohawk
Message-ID:  <201304221758.r3MHw3Cv041536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <mohawk@bsdsx.fr> (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 <bapt@FreeBSD.org>
-#
+# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
 # $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 <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304221758.r3MHw3Cv041536>