ports/181119: [PATCH] ports-mgmt/portconf: update to 1.6
Gea-Suan Lin
gslin at gslin.org
Wed Aug 7 18:20:01 UTC 2013
>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 at 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 <ale at FreeBSD.org>
-#
+# Created by: Alex Dupre <ale at FreeBSD.org>
# $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:
More information about the freebsd-ports-bugs
mailing list