diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /graphics/graphopt/files/patch-src_main.cc | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | graphics/graphopt/files/patch-src_main.cc (renamed from graphics/graphopt/files/patch-src:main.cc) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/graphopt/files/patch-src:main.cc b/graphics/graphopt/files/patch-src_main.cc index 1d54fd7ca8c5..e115e6bbfc1d 100644 --- a/graphics/graphopt/files/patch-src:main.cc +++ b/graphics/graphopt/files/patch-src_main.cc @@ -1,6 +1,6 @@ ---- src/main.cc.orig Fri Dec 5 22:57:02 2003 -+++ src/main.cc Fri Dec 5 22:57:20 2003 -@@ -18,7 +18,7 @@ +--- src/main.cc.orig 2003-05-07 15:06:31 UTC ++++ src/main.cc +@@ -18,7 +18,7 @@ int main (int argc, char *argv[]) { gtk_set_locale (); gtk_init (&argc, &argv); |