FreeBSD Bugzilla – Attachment 136055 Details for
Bug 181119
[PATCH] ports-mgmt/portconf: update to 1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portconf-1.6.patch
portconf-1.6.patch (text/plain), 1.34 KB, created by
gslin
on 2013-08-07 19:20:00 UTC
(
hide
)
Description:
portconf-1.6.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2013-08-07 19:20:00 UTC
Size:
1.34 KB
patch
obsolete
>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@FreeBSD.org> >-# >+# Created by: Alex Dupre <ale@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181119
: 136055