aboutsummaryrefslogtreecommitdiff
path: root/archivers/file-roller
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/file-roller
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'archivers/file-roller')
-rw-r--r--archivers/file-roller/files/patch-src_fr-command-tar.c6
-rw-r--r--archivers/file-roller/files/patch-src_fr-command-zip.c14
2 files changed, 10 insertions, 10 deletions
diff --git a/archivers/file-roller/files/patch-src_fr-command-tar.c b/archivers/file-roller/files/patch-src_fr-command-tar.c
index 78843a28c6e9..c61478e72453 100644
--- a/archivers/file-roller/files/patch-src_fr-command-tar.c
+++ b/archivers/file-roller/files/patch-src_fr-command-tar.c
@@ -1,6 +1,6 @@
---- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006
-+++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006
-@@ -231,6 +231,9 @@
+--- src/fr-command-tar.c.orig 2014-08-13 05:21:20 UTC
++++ src/fr-command-tar.c
+@@ -236,6 +236,9 @@ begin_tar_command (FrCommand *comm)
#if defined (__SVR4) && defined (__sun)
if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
command = g_strdup ("/usr/sfw/bin/gtar");
diff --git a/archivers/file-roller/files/patch-src_fr-command-zip.c b/archivers/file-roller/files/patch-src_fr-command-zip.c
index 5995813eb3b6..d55515487711 100644
--- a/archivers/file-roller/files/patch-src_fr-command-zip.c
+++ b/archivers/file-roller/files/patch-src_fr-command-zip.c
@@ -1,6 +1,6 @@
---- src/fr-command-zip.c.orig 2010-11-16 08:32:18.000000000 +0000
-+++ src/fr-command-zip.c 2011-01-20 16:55:45.000000000 +0000
-@@ -186,7 +186,11 @@ fr_command_zip_list (FrCommand *comm)
+--- src/fr-command-zip.c.orig 2015-02-15 10:13:10 UTC
++++ src/fr-command-zip.c
+@@ -179,7 +179,11 @@ fr_command_zip_list (FrCommand *comm)
{
fr_process_set_out_line_func (comm->process, list__process_line, comm);
@@ -11,8 +11,8 @@
+#endif
fr_process_set_begin_func (comm->process, list__begin, comm);
fr_process_add_arg (comm->process, "-ZTs");
- fr_process_add_arg (comm->process, comm->filename);
-@@ -301,7 +305,11 @@ fr_command_zip_extract (FrCommand *comm
+ fr_process_add_arg (comm->process, "--");
+@@ -299,7 +303,11 @@ fr_command_zip_extract (FrCommand *comm
process_line__common,
comm);
@@ -34,5 +34,5 @@
fr_process_begin_command (comm->process, "unzip");
+#endif
fr_process_add_arg (comm->process, "-t");
- add_password_arg (comm, comm->password);
- fr_process_add_arg (comm->process, comm->filename);
+ add_password_arg (comm, FR_ARCHIVE (comm)->password);
+ fr_process_add_arg (comm->process, "--");