View | Details | Raw Unified | Return to bug 125273
Collapse All | Expand All

(-)/amd/account/gcs/96/9655630/dev/ports/ports-mgmt/portconf/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
#
8
#
9
9
10
PORTNAME=	portconf
10
PORTNAME=	portconf
11
PORTVERSION=	1.3
11
PORTVERSION=	1.4
12
CATEGORIES=	ports-mgmt
12
CATEGORIES=	ports-mgmt
13
MASTER_SITES=	# none
13
MASTER_SITES=	# none
14
DISTFILES=	# none
14
DISTFILES=	# none
(-)/amd/account/gcs/96/9655630/dev/ports/ports-mgmt/portconf/files/portconf.sh.in (-1 / +1 lines)
Lines 36-42 Link Here
36
sed '/^#/d;/^[[:space:]]*$/d' "${_conf}" | while read _line; do
36
sed '/^#/d;/^[[:space:]]*$/d' "${_conf}" | while read _line; do
37
    for _port in ${_line%%:*}; do
37
    for _port in ${_line%%:*}; do
38
        if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then
38
        if [ "${_pwd%%${_port}}" != "${_pwd}" ]; then
39
            echo ${_line#*:} | sed -E 's/([A-Z0-9_]+)(=([^|]+))?/\1=\3/g;s/ *\| */|/g;s/ /%/g'
39
            echo ${_line#*:} | sed -E 's/(!?[A-Z0-9_]+)(=([^|]+))?/\1=\3/g;s/ *\| */|/g;s/ /%/g'
40
        fi
40
        fi
41
    done
41
    done
42
done
42
done
(-)/amd/account/gcs/96/9655630/dev/ports/ports-mgmt/portconf/pkg-install (+1 lines)
Lines 11-16 Link Here
11
.if !empty(.CURDIR:M${PORTS_DIR}*) && exists(${PKG_PREFIX}/libexec/portconf)
11
.if !empty(.CURDIR:M${PORTS_DIR}*) && exists(${PKG_PREFIX}/libexec/portconf)
12
_PORTCONF!=${PKG_PREFIX}/libexec/portconf
12
_PORTCONF!=${PKG_PREFIX}/libexec/portconf
13
.for i in \${_PORTCONF:S/|/ /g}
13
.for i in \${_PORTCONF:S/|/ /g}
14
\${i:C/!([A-Z0-9_]+)(=([^ ]+)?)?/.undef \1/g}
14
\${i:S/%/ /g}
15
\${i:S/%/ /g}
15
.endfor
16
.endfor
16
.endif
17
.endif

Return to bug 125273