From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 7 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 6631EAED for ; Wed, 7 Aug 2013 18:20: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 43B132E32 for ; Wed, 7 Aug 2013 18:20: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 r77IK1lB035708 for ; Wed, 7 Aug 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r77IK0uk035705; Wed, 7 Aug 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 Aug 2013 18:20:00 GMT Resent-Message-Id: <201308071820.r77IK0uk035705@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, Gea-Suan Lin 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 740A1A22; Wed, 7 Aug 2013 18:10:29 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (112-121-80-241.mwsrv.com [112.121.80.241]) by mx1.freebsd.org (Postfix) with ESMTP id 3F8FB2DBC; Wed, 7 Aug 2013 18:10:28 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id D05537E848; Thu, 8 Aug 2013 02:10:24 +0800 (CST) Message-Id: <20130807181024.D05537E848@colo-p.gslin.org> Date: Thu, 8 Aug 2013 02:10:24 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181119: [PATCH] ports-mgmt/portconf: update to 1.6 Cc: gslin@gslin.org, ale@FreeBSD.org 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: Wed, 07 Aug 2013 18:20:01 -0000 >Number: 181119 >Category: ports >Synopsis: [PATCH] ports-mgmt/portconf: update to 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 07 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: - Update to 1.6 Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- portconf-1.6.patch begins here --- diff -ruN /usr/ports/ports-mgmt/portconf/Makefile ./Makefile --- /usr/ports/ports-mgmt/portconf/Makefile 2012-11-17 14:00:46.000000000 +0800 +++ ./Makefile 2013-08-08 02:00:02.000000000 +0800 @@ -1,14 +1,11 @@ -# New ports collection makefile for: portconf -# Date created: 7 Jun 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD: ports/ports-mgmt/portconf/Makefile,v 1.8 2012/11/17 06:00:46 svnexp Exp $ # # This port is self contained in the files directory. # PORTNAME= portconf -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none diff -ruN /usr/ports/ports-mgmt/portconf/files/portconf.sh.in ./files/portconf.sh.in --- /usr/ports/ports-mgmt/portconf/files/portconf.sh.in 2012-11-17 14:00:46.000000000 +0800 +++ ./files/portconf.sh.in 2013-08-08 02:09:27.000000000 +0800 @@ -36,7 +36,7 @@ sed '/^#/d;/^[[:space:]]*$/d' "${_conf}" | while read _line; do for _port in ${_line%%:*}; do if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then - echo ${_line#*:} | sed -E 's/([A-Za-z0-9_]+)(=([^|]+))?/\1=\3/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' + echo ${_line#*:} | sed -E 's/([A-Za-z0-9_]+)(\+)?(=([^|]+))?/\1\2=\4/g;s/!([A-Za-z0-9_]+)=([^|]+)?/.undef \1/g;s/ *\| */|/g;s/ /%/g' fi done done --- portconf-1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: