[68446] trunk/dports/sysutils/FDclone

takanori at macports.org takanori at macports.org
Thu Jun 3 11:20:19 PDT 2010


Revision: 68446
          http://trac.macports.org/changeset/68446
Author:   takanori at macports.org
Date:     2010-06-03 11:20:13 -0700 (Thu, 03 Jun 2010)
Log Message:
-----------
FDclone: Version bump to 3.00g.

Modified Paths:
--------------
    trunk/dports/sysutils/FDclone/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/FDclone/files/patch-string.c.diff

Modified: trunk/dports/sysutils/FDclone/Portfile
===================================================================
--- trunk/dports/sysutils/FDclone/Portfile	2010-06-03 16:47:55 UTC (rev 68445)
+++ trunk/dports/sysutils/FDclone/Portfile	2010-06-03 18:20:13 UTC (rev 68446)
@@ -3,8 +3,7 @@
 PortSystem      1.0
 
 name            FDclone
-version         3.00f
-revision        1
+version         3.00g
 categories      sysutils shells
 maintainers     takanori openmaintainer
 description     File & Directory Maintenance Tool
@@ -15,9 +14,8 @@
 master_sites    http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
                 ftp://ftp.unixusers.net/src/fdclone/
 distname        FD-${version}
-patchfiles      patch-Makefile.in.diff \
-                patch-string.c.diff
-checksums       rmd160 1a09119b9db6587d061bbb7a03f6429b139192aa
+patchfiles      patch-Makefile.in.diff
+checksums       rmd160 2838a6e9fd74fbbe9f8cb3a53ca0dd61836c4b70
 
 depends_lib     port:ncurses
 

Deleted: trunk/dports/sysutils/FDclone/files/patch-string.c.diff
===================================================================
--- trunk/dports/sysutils/FDclone/files/patch-string.c.diff	2010-06-03 16:47:55 UTC (rev 68445)
+++ trunk/dports/sysutils/FDclone/files/patch-string.c.diff	2010-06-03 18:20:13 UTC (rev 68446)
@@ -1,14 +0,0 @@
---- string.c.orig	2010-05-29 00:00:00.000000000 +0900
-+++ string.c	2010-05-30 02:06:50.000000000 +0900
-@@ -43,7 +43,10 @@
- {
- 	for (; n-- > 0; s++) {
- 		if (*s == c) return((char *)s);
--		else if (iswchar(s, 0)) s++;
-+		else if (iswchar(s, 0)) {
-+			if (n-- <= 0) break;
-+			s++;
-+		}
- 	}
- 
- 	return(NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100603/1f61bb10/attachment-0001.html>


More information about the macports-changes mailing list