From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 10 09:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58133D6C for ; Sun, 10 Nov 2013 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37DF22EB0 for ; Sun, 10 Nov 2013 09:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAA9A1tZ092869 for ; Sun, 10 Nov 2013 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAA9A1dV092868; Sun, 10 Nov 2013 09:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 Nov 2013 09:10:01 GMT Resent-Message-Id: <201311100910.rAA9A1dV092868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mohawk Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E64E0D4E for ; Sun, 10 Nov 2013 09:06:24 +0000 (UTC) (envelope-from mohawk@bsdsx.fr) Received: from mx2.bsdsx.fr (mx2.bsdsx.fr [IPv6:2a02:27d0:100:f205:a642::9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70A4B2E9C for ; Sun, 10 Nov 2013 09:06:24 +0000 (UTC) Received: from mx2.bsdsx.fr (mx2.bsdsx.fr [172.16.0.9]) by mx2.bsdsx.fr (8.14.5/8.14.5) with ESMTP id rAA96LX5042676 for ; Sun, 10 Nov 2013 10:06:21 +0100 (CET) (envelope-from mohawk@mx2.bsdsx.fr) Received: (from mohawk@localhost) by mx2.bsdsx.fr (8.14.5/8.14.5/Submit) id rAA96LK4042675; Sun, 10 Nov 2013 10:06:21 +0100 (CET) (envelope-from mohawk) Message-Id: <201311100906.rAA96LK4042675@mx2.bsdsx.fr> Date: Sun, 10 Nov 2013 10:06:21 +0100 (CET) From: mohawk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183837: [Maintainer Update] www/mohawk to 2.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mohawk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 09:10:01 -0000 >Number: 183837 >Category: ports >Synopsis: [Maintainer Update] www/mohawk to 2.0.9 >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: Sun Nov 10 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: mohawk >Release: FreeBSD 9.1-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD mx2.bsdsx.fr 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Enable STAGE >How-To-Repeat: >Fix: --- mohawk.diff begins here --- diff -ruN mohawk.orig/Makefile mohawk/Makefile --- mohawk.orig/Makefile 2013-11-10 09:53:09.389329224 +0100 +++ mohawk/Makefile 2013-11-10 09:55:06.857330826 +0100 @@ -1,7 +1,7 @@ # $FreeBSD: head/www/mohawk/Makefile 328459 2013-09-27 12:27:55Z culot $ PORTNAME= mohawk -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= www ipv6 MASTER_SITES= http://fossil.etoilebsd.net/mohawk/tarball/ \ http://fossil.bsdsx.fr/mohawk/tarball/ @@ -30,15 +30,14 @@ CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib/event2 -NO_STAGE= yes .include post-install: - ${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${PREFIX}/etc/mohawk.conf.sample - ${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${PREFIX}/bin/mhtpasswd + ${INSTALL_DATA} ${WRKSRC}/examples/minimal.conf ${STAGEDIR}${PREFIX}/etc/mohawk.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/mhtpasswd.sh ${STAGEDIR}${PREFIX}/bin/mhtpasswd .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.conf ${STAGEDIR}${EXAMPLESDIR} .endif .include diff -ruN mohawk.orig/distinfo mohawk/distinfo --- mohawk.orig/distinfo 2013-11-10 09:53:09.389329224 +0100 +++ mohawk/distinfo 2013-11-10 09:56:22.400328036 +0100 @@ -1,2 +1,2 @@ -SHA256 (mohawk-2.0.8.tar.gz?uuid=2.0.8) = 2d77ba2cdc8b9ea6acfe35aebfbfe3661644fabb72d53df5ea10a26af83ece3c -SIZE (mohawk-2.0.8.tar.gz?uuid=2.0.8) = 37764 +SHA256 (mohawk-2.0.9.tar.gz?uuid=2.0.9) = c940e6bdaee60b6665a59d513dce12db91adace8ef9ea70cebd44357e802f95b +SIZE (mohawk-2.0.9.tar.gz?uuid=2.0.9) = 37926 --- mohawk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: