From owner-svn-ports-all@FreeBSD.ORG Mon Nov 11 15:03:40 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0B882FE; Mon, 11 Nov 2013 15:03:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 7573A2D9D; Mon, 11 Nov 2013 15:03:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rABF3ePI095781; Mon, 11 Nov 2013 15:03:40 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rABF3eAL095778; Mon, 11 Nov 2013 15:03:40 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201311111503.rABF3eAL095778@svn.freebsd.org> From: Wen Heping Date: Mon, 11 Nov 2013 15:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333509 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 15:03:40 -0000 Author: wen Date: Mon Nov 11 15:03:39 2013 New Revision: 333509 URL: http://svnweb.freebsd.org/changeset/ports/333509 Log: - Update to 2.0.9 - Support stage PR: 183837 Submitted by: mohawk (maintainer) Modified: head/www/mohawk/Makefile head/www/mohawk/distinfo Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Mon Nov 11 14:40:44 2013 (r333508) +++ head/www/mohawk/Makefile Mon Nov 11 15:03:39 2013 (r333509) @@ -1,7 +1,7 @@ # $FreeBSD$ 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/ @@ -12,7 +12,7 @@ COMMENT= Simple and lightweight HTTP dae LICENSE= BSD -LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ sbin/mohawk \ @@ -21,8 +21,6 @@ PLIST_FILES+= bin/mhtpasswd \ PORTEXAMPLES= * USE_RC_SUBR= mohawk -MANCOMPRESSED= yes - MAN5= mohawk.conf.5 MAN8= mhtpasswd.8 \ mohawk.8 @@ -30,15 +28,14 @@ MAN8= mhtpasswd.8 \ 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 Modified: head/www/mohawk/distinfo ============================================================================== --- head/www/mohawk/distinfo Mon Nov 11 14:40:44 2013 (r333508) +++ head/www/mohawk/distinfo Mon Nov 11 15:03:39 2013 (r333509) @@ -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