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 /accessibility/yasr | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-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 'accessibility/yasr')
-rw-r--r-- | accessibility/yasr/Makefile | 1 | ||||
-rw-r--r-- | accessibility/yasr/files/patch-yasr__main.c (renamed from accessibility/yasr/files/extra-patch-yasr__main.c) | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index d6dbe18a4b3a..83da2d65681d 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -23,7 +23,6 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -EXTRA_PATCHES= ${FILESDIR}/extra-patch-yasr__main.c PLIST_FILES= bin/yasr \ man/man1/yasr.1.gz \ diff --git a/accessibility/yasr/files/extra-patch-yasr__main.c b/accessibility/yasr/files/patch-yasr__main.c index 0e773cf87663..169881e78033 100644 --- a/accessibility/yasr/files/extra-patch-yasr__main.c +++ b/accessibility/yasr/files/patch-yasr__main.c @@ -1,5 +1,5 @@ ---- ./yasr/main.c.orig 2013-11-11 18:44:59.238198747 -0500 -+++ ./yasr/main.c 2013-11-11 18:45:09.927197900 -0500 +--- yasr/main.c.orig 2007-09-23 00:46:58 UTC ++++ yasr/main.c @@ -24,11 +24,7 @@ #include "yasr.h" |