[Midnightbsd-cvs] mports [15453] U trunk/shells/pdksh: update patch set
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 16 22:21:28 EDT 2013
Revision: 15453
http://svnweb.midnightbsd.org/mports/?rev=15453
Author: laffer1
Date: 2013-09-16 22:21:27 -0400 (Mon, 16 Sep 2013)
Log Message:
-----------
update patch set
Modified Paths:
--------------
trunk/shells/pdksh/Makefile
trunk/shells/pdksh/files/patch-edit.c
Property Changed:
----------------
trunk/shells/pdksh/Makefile
trunk/shells/pdksh/files/patch-edit.c
Modified: trunk/shells/pdksh/Makefile
===================================================================
--- trunk/shells/pdksh/Makefile 2013-09-17 02:10:37 UTC (rev 15452)
+++ trunk/shells/pdksh/Makefile 2013-09-17 02:21:27 UTC (rev 15453)
@@ -2,7 +2,7 @@
PORTNAME= pdksh
PORTVERSION= 5.2.14p2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= http://gd.tuwien.ac.at/utils/shells/pdksh/ \
ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
Property changes on: trunk/shells/pdksh/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.4
\ No newline at end of property
Modified: trunk/shells/pdksh/files/patch-edit.c
===================================================================
--- trunk/shells/pdksh/files/patch-edit.c 2013-09-17 02:10:37 UTC (rev 15452)
+++ trunk/shells/pdksh/files/patch-edit.c 2013-09-17 02:21:27 UTC (rev 15453)
@@ -8,3 +8,12 @@
cp += 2;
}
+@@ -847,7 +847,7 @@ add_glob(str, slen)
+ for (s = toglob; *s; s++) {
+ if (*s == '\\' && s[1])
+ s++;
+- else if (*s == '*' || *s == '[' || *s == '?' || *s == '$'
++ else if (*s == '*' || *s == '[' || *s == '?'
+ || (s[1] == '(' /*)*/ && strchr("*+?@!", *s)))
+ break;
+ else if (ISDIRSEP(*s))
Property changes on: trunk/shells/pdksh/files/patch-edit.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list