[68200] trunk/dports/sysutils/FDclone

takanori at macports.org takanori at macports.org
Fri May 28 16:11:58 PDT 2010


Revision: 68200
          http://trac.macports.org/changeset/68200
Author:   takanori at macports.org
Date:     2010-05-28 16:11:55 -0700 (Fri, 28 May 2010)
Log Message:
-----------
FDclone: Version bump to 3.00f.

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

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

Modified: trunk/dports/sysutils/FDclone/Portfile
===================================================================
--- trunk/dports/sysutils/FDclone/Portfile	2010-05-28 22:47:56 UTC (rev 68199)
+++ trunk/dports/sysutils/FDclone/Portfile	2010-05-28 23:11:55 UTC (rev 68200)
@@ -3,8 +3,7 @@
 PortSystem      1.0
 
 name            FDclone
-version         3.00e
-revision        1
+version         3.00f
 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-tree.c.diff
-checksums       rmd160 c9c31fe0887e970d18b12722ab7a58659492bf03
+patchfiles      patch-Makefile.in.diff
+checksums       rmd160 1a09119b9db6587d061bbb7a03f6429b139192aa
 
 depends_lib     port:ncurses
 

Deleted: trunk/dports/sysutils/FDclone/files/patch-tree.c.diff
===================================================================
--- trunk/dports/sysutils/FDclone/files/patch-tree.c.diff	2010-05-28 22:47:56 UTC (rev 68199)
+++ trunk/dports/sysutils/FDclone/files/patch-tree.c.diff	2010-05-28 23:11:55 UTC (rev 68200)
@@ -1,11 +0,0 @@
---- tree.c.orig	2010-02-27 00:00:00.000000000 +0900
-+++ tree.c	2010-05-13 22:55:09.000000000 +0900
-@@ -852,7 +852,7 @@
- 		path = _tree();
- 	} while (path == fullpath);
- #ifdef	DEP_PSEUDOPATH
--	if (drvp && (*drvp = preparedrv(path, NULL, NULL)) < 0) {
-+	if (drvp && path && (*drvp = preparedrv(path, NULL, NULL)) < 0) {
- 		warning(-1, path);
- 		Xfree(path);
- 		path = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100528/fb31d10d/attachment-0001.html>


More information about the macports-changes mailing list