diff options
author | danilo <danilo@FreeBSD.org> | 2016-07-31 06:33:20 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-07-31 06:33:20 +0800 |
commit | 03072295381376a90aeee91a8fe9837c1554d9f4 (patch) | |
tree | d303d127db515e21449d0592c8b418ab7a679991 /games | |
parent | 79e6bc5cae51180258b961c76e69006cedf7b1e6 (diff) | |
download | freebsd-ports-gnome-03072295381376a90aeee91a8fe9837c1554d9f4.tar.gz freebsd-ports-gnome-03072295381376a90aeee91a8fe9837c1554d9f4.tar.zst freebsd-ports-gnome-03072295381376a90aeee91a8fe9837c1554d9f4.zip |
- Update to 1.5.0
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus-quest-editor/Makefile | 2 | ||||
-rw-r--r-- | games/solarus-quest-editor/distinfo | 5 | ||||
-rw-r--r-- | games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h (renamed from games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h) | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index af1d06f797dd..9957bad4a79a 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= solarus-quest-editor -PORTVERSION= 1.4.5 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/solarus-quest-editor/distinfo b/games/solarus-quest-editor/distinfo index dceb7babb491..9e1c40ee0066 100644 --- a/games/solarus-quest-editor/distinfo +++ b/games/solarus-quest-editor/distinfo @@ -1,2 +1,3 @@ -SHA256 (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = e569282947b8e4d1c21f62d9243dfb0534411bbc469fda7ff29706adb797c493 -SIZE (christopho-solarus-quest-editor-v1.4.5_GH0.tar.gz) = 11824339 +TIMESTAMP = 1469816068 +SHA256 (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 5cb3ccaca86512399625403eac02eceff62a3ec06830d8ff86585979ca2dfc6a +SIZE (christopho-solarus-quest-editor-v1.5.0_GH0.tar.gz) = 63369273 diff --git a/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h b/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h index e95c77889403..da0edafcea19 100644 --- a/games/solarus-quest-editor/files/patch-include_gui_plain__text__edit.h +++ b/games/solarus-quest-editor/files/patch-include_widgets_plain__text__edit.h @@ -1,6 +1,6 @@ ---- include/gui/plain_text_edit.h.orig 2015-11-29 14:07:34 UTC -+++ include/gui/plain_text_edit.h -@@ -73,7 +73,7 @@ protected: +--- include/widgets/plain_text_edit.h.orig 2016-07-30 20:59:16 UTC ++++ include/widgets/plain_text_edit.h +@@ -75,7 +75,7 @@ protected: if (show_margin) { const QRect rect = event->rect(); const QFont font = currentCharFormat().font(); |