From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 4 18:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D57565F7 for ; Mon, 4 Feb 2013 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BCDBF21F for ; Mon, 4 Feb 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14IU0nO016148 for ; Mon, 4 Feb 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14IU0qO016142; Mon, 4 Feb 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2013 18:30:00 GMT Resent-Message-Id: <201302041830.r14IU0qO016142@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, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D8D8494 for ; Mon, 4 Feb 2013 18:27:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEF11EC for ; Mon, 4 Feb 2013 18:27:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r14IRu1F010722 for ; Mon, 4 Feb 2013 18:27:56 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r14IRuc5010721; Mon, 4 Feb 2013 18:27:56 GMT (envelope-from nobody) Message-Id: <201302041827.r14IRuc5010721@red.freebsd.org> Date: Mon, 4 Feb 2013 18:27:56 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175839: [update]: www/mongrel2 up to optionsng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:30:00 -0000 >Number: 175839 >Category: ports >Synopsis: [update]: www/mongrel2 up to optionsng >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: Mon Feb 04 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 8.3-RELEASE-p5 >Organization: >Environment: FreeBSD ololo 8.3-RELEASE-p5 FreeBSD 8.3-RELEASE-p5 #0: Thu Dec 6 16:25:28 MSK 2012 root@ololo:/usr/obj/usr/src/sys/OLOLO amd64 >Description: Update to optionsng >How-To-Repeat: >Fix: diff -ruN mongrel2.orig/Makefile mongrel2/Makefile --- mongrel2.orig/Makefile 2013-02-04 22:26:06.492836582 +0400 +++ mongrel2/Makefile 2013-02-04 18:01:14.620972142 +0400 @@ -1,20 +1,17 @@ -# New ports collection makefile for: mongrel2 -# Date created: 2011-09-28 -# Whom: Gvozdikov Veniamin -# -# $FreeBSD: ports/www/mongrel2/Makefile,v 1.2 2012/11/17 06:02:43 svnexp Exp $ -# +# Created by: Gvozdikov Veniamin +# $FreeBSD$ PORTNAME= mongrel2 PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mongrel2.org/static/downloads/ MAINTAINER= g.veniamin@googlemail.com COMMENT= Is an application, language, and network arch -LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq \ + sqlite3:${PORTSDIR}/databases/sqlite3 USE_GMAKE= yes USE_BZIP2= yes @@ -30,11 +27,12 @@ tornado \ zcov -OPTIONS= EXAMPLES "Install examplse" on +OPTIONS_DEFINE= EXAMPLES +EXAMPLES_DESC= Install examplse -.include +.include -.if defined(WITH_EXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_SUB+= EXAMPLES="" .else PLIST_SUB+= EXAMPLES="@comment " @@ -44,11 +42,11 @@ @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Makefile post-install: -.if defined(WITH_EXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} .for examples in ${EXAMPLES_LIST} @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} ${examples} ${EXAMPLESDIR} .endfor .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: