aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/torrentzip
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
committermat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
commit92a23247b1467190ce10007190052c33423ff547 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/torrentzip
parent95f228514e93df3c298ff9e8142253c866d190fe (diff)
downloadfreebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.gz
freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.zst
freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'archivers/torrentzip')
-rw-r--r--archivers/torrentzip/files/patch-src-trrntzip.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/torrentzip/files/patch-src-trrntzip.c b/archivers/torrentzip/files/patch-src-trrntzip.c
index e54c5b305054..ee9c83c33731 100644
--- a/archivers/torrentzip/files/patch-src-trrntzip.c
+++ b/archivers/torrentzip/files/patch-src-trrntzip.c
@@ -1,6 +1,6 @@
---- src/trrntzip.c-orig Mon May 2 08:38:40 2005
-+++ src/trrntzip.c Sat May 7 02:51:55 2005
-@@ -716,7 +716,7 @@
+--- src/trrntzip.c.orig 2005-05-02 13:38:40 UTC
++++ src/trrntzip.c
+@@ -716,7 +716,7 @@ RecursiveMigrate (const char *pszPath, W
if (dirp)
{
@@ -9,7 +9,7 @@
// our new zipfiles if they are returned by readdir() a second time.
while (direntp = readdir (dirp))
{
-@@ -732,7 +732,7 @@
+@@ -732,7 +732,7 @@ RecursiveMigrate (const char *pszPath, W
if (strstr (szTmpBuf, ".zip\0"))
{
@@ -18,7 +18,7 @@
}
}
// Zip file is actually a dir
-@@ -780,9 +780,9 @@
+@@ -780,9 +780,9 @@ RecursiveMigrate (const char *pszPath, W
sprintf (szTmpBuf, "%s", direntp->d_name);
strlwr (szTmpBuf);