Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 22:26:15 +0200 (CEST)
From:      mohawk <mohawk@bsdsx.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179350: [Maintainer update] www/mohawk 2.0.5
Message-ID:  <201306052026.r55KQFN7043543@mx2.bsdsx.fr>
Resent-Message-ID: <201306052030.r55KU0kJ024300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179350
>Category:       ports
>Synopsis:       [Maintainer update] www/mohawk 2.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 20:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     mohawk
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mx2.bsdsx.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	use Makefile.inc
	fix 32/64 bits getrusage
	fix examples (chroot, path)
	use SLIST when is possible
	fix mohawk namespace
	remove restrict_froms 
	add grant_access, based on the patch submitted by Jeremie Le Hen <jeremie@le-hen.org>
	improve do_log
	check FreeBSD version
	bump version
>How-To-Repeat:
	
>Fix:

diff -ruN mohawk.orig/Makefile mohawk/Makefile
--- mohawk.orig/Makefile	2013-06-03 21:09:41.000000000 +0200
+++ mohawk/Makefile	2013-06-05 21:38:18.000000000 +0200
@@ -2,11 +2,10 @@
 # $FreeBSD: www/mohawk/Makefile 316250 2013-04-22 17:58:03Z madpilot $
 
 PORTNAME=	mohawk
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.5
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
 		http://fossil.bsdsx.fr/mohawk/tarball/
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
 
 MAINTAINER=	mohawk@bsdsx.fr
 COMMENT=	Simple and lightweight HTTP daemon
diff -ruN mohawk.orig/distinfo mohawk/distinfo
--- mohawk.orig/distinfo	2013-06-03 21:09:41.000000000 +0200
+++ mohawk/distinfo	2013-06-05 21:38:35.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb
-SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244
+SHA256 (mohawk-2.0.5.tar.gz) = 6698f065347c29f102ddd57125f3eb20bacb3c483deecae59fb7f6287d005a04
+SIZE (mohawk-2.0.5.tar.gz) = 36380

>Release-Note:
>Audit-Trail:
>Unformatted:



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