diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/playgsf/files | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.gz freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.zst freebsd-ports-graphics-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 'audio/playgsf/files')
-rw-r--r-- | audio/playgsf/files/patch-VBA_GBA.cpp (renamed from audio/playgsf/files/patch-VBA__GBA.cpp) | 6 | ||||
-rw-r--r-- | audio/playgsf/files/patch-VBA_Util.cpp | 6 | ||||
-rw-r--r-- | audio/playgsf/files/patch-libresample-0.1.3_Makefile.in (renamed from audio/playgsf/files/patch-libresample-0.1.3__Makefile.in) | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/playgsf/files/patch-VBA__GBA.cpp b/audio/playgsf/files/patch-VBA_GBA.cpp index b97fbe111df..e8e3a13f90c 100644 --- a/audio/playgsf/files/patch-VBA__GBA.cpp +++ b/audio/playgsf/files/patch-VBA_GBA.cpp @@ -1,6 +1,6 @@ ---- ./VBA/GBA.cpp.orig 2013-04-02 11:31:53.610879624 +0200 -+++ ./VBA/GBA.cpp 2013-04-02 11:31:53.631880125 +0200 -@@ -1054,12 +1054,12 @@ +--- VBA/GBA.cpp.orig 2016-07-26 15:40:39 UTC ++++ VBA/GBA.cpp +@@ -1054,12 +1054,12 @@ int CPULoadRom(const char *szFile) { rom = (u8 *)malloc(0x200); loadedsize=0; diff --git a/audio/playgsf/files/patch-VBA_Util.cpp b/audio/playgsf/files/patch-VBA_Util.cpp index 096a5f6f026..b8997315312 100644 --- a/audio/playgsf/files/patch-VBA_Util.cpp +++ b/audio/playgsf/files/patch-VBA_Util.cpp @@ -1,6 +1,6 @@ ---- ./VBA/Util.cpp.orig 2013-04-02 11:32:02.322879639 +0200 -+++ ./VBA/Util.cpp 2013-04-02 11:33:58.107884638 +0200 -@@ -1484,7 +1484,8 @@ +--- VBA/Util.cpp.orig 2016-07-26 15:40:39 UTC ++++ VBA/Util.cpp +@@ -1484,7 +1484,8 @@ void utilWriteData(gzFile gzFile, variab gzFile utilGzOpen(const char *file, const char *mode) { diff --git a/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in b/audio/playgsf/files/patch-libresample-0.1.3_Makefile.in index d33cee871dd..715ca00f65c 100644 --- a/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in +++ b/audio/playgsf/files/patch-libresample-0.1.3_Makefile.in @@ -1,5 +1,5 @@ ---- ./libresample-0.1.3/Makefile.in.orig 2013-03-30 04:01:28.000000000 +0100 -+++ ./libresample-0.1.3/Makefile.in 2013-03-30 14:03:51.000000000 +0100 +--- libresample-0.1.3/Makefile.in.orig 2016-07-26 15:40:39 UTC ++++ libresample-0.1.3/Makefile.in @@ -3,8 +3,8 @@ # systems, use this file as a template to create a # working Makefile. |