aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2022-05-18 07:44:27 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-05-19 11:05:07 +0000
commite0d0f7c2b10f7621d0e4a9d93cf36d881bed1bc2 (patch)
treed8e20e44e5c4cc78fb7731018bcb41b2123dc1ad
parent9c1f5ce60940acc6af4b2b3a03d28338d9cbacf8 (diff)
downloadports-e0d0f7c2b10f7621d0e4a9d93cf36d881bed1bc2.tar.gz
ports-e0d0f7c2b10f7621d0e4a9d93cf36d881bed1bc2.zip
graphics/elementary-photos: update to 2.7.5
ChangeLog: https://github.com/elementary/photos/releases/tag/2.7.5 Remove unneeded patches. PR: 264053 Reported by: duchateau.olivier@gmail.com Approved by: miguel@gocobachi.dev (maintainer, timeout from previous PRs)
-rw-r--r--graphics/elementary-photos/Makefile2
-rw-r--r--graphics/elementary-photos/distinfo6
-rw-r--r--graphics/elementary-photos/files/patch-src_main.vala11
-rw-r--r--graphics/elementary-photos/files/patch-vapi_config.vapi26
4 files changed, 4 insertions, 41 deletions
diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile
index e2b01659545b..d993048fbd84 100644
--- a/graphics/elementary-photos/Makefile
+++ b/graphics/elementary-photos/Makefile
@@ -1,5 +1,5 @@
PORTNAME= elementary-photos
-DISTVERSION= 2.7.4
+DISTVERSION= 2.7.5
CATEGORIES= graphics
MAINTAINER= miguel@gocobachi.dev
diff --git a/graphics/elementary-photos/distinfo b/graphics/elementary-photos/distinfo
index ab6e721f5bad..e459c6066dc9 100644
--- a/graphics/elementary-photos/distinfo
+++ b/graphics/elementary-photos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650719197
-SHA256 (elementary-photos-2.7.4_GH0.tar.gz) = 3227f498e483b150f0a1407f4cf244d69f1c7453fc9bcba164fe3ab944283315
-SIZE (elementary-photos-2.7.4_GH0.tar.gz) = 6755365
+TIMESTAMP = 1652821213
+SHA256 (elementary-photos-2.7.5_GH0.tar.gz) = dbf1161fa88635fff7b890605ed5d753e581a7efd691b3c9c4ad33d424e06974
+SIZE (elementary-photos-2.7.5_GH0.tar.gz) = 6718026
diff --git a/graphics/elementary-photos/files/patch-src_main.vala b/graphics/elementary-photos/files/patch-src_main.vala
deleted file mode 100644
index d8d231836066..000000000000
--- a/graphics/elementary-photos/files/patch-src_main.vala
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.vala.orig 2022-02-01 18:38:16 UTC
-+++ src/main.vala
-@@ -273,7 +273,7 @@ namespace CommandlineOptions {
- bool show_version = false;
- bool debug_enabled = false;
-
-- public const OptionEntry[] APP_OPTIONS = {
-+ const OptionEntry[] APP_OPTIONS = {
- { "datadir", 'd', 0, OptionArg.FILENAME, out data_dir, N_("Path to Photos' private data"), N_("DIRECTORY")},
- { "no-runtime-monitoring", 0, 0, OptionArg.NONE, out no_runtime_monitoring, N_("Do not monitor library directory at runtime for changes"), null},
- { "no-startup-progress", 0, 0, OptionArg.NONE, out no_startup_progress, N_("Don't display startup progress meter"), null},
diff --git a/graphics/elementary-photos/files/patch-vapi_config.vapi b/graphics/elementary-photos/files/patch-vapi_config.vapi
deleted file mode 100644
index 9d9f0ec681b0..000000000000
--- a/graphics/elementary-photos/files/patch-vapi_config.vapi
+++ /dev/null
@@ -1,26 +0,0 @@
---- vapi/config.vapi.orig 2022-02-01 18:38:16 UTC
-+++ vapi/config.vapi
-@@ -5,16 +5,16 @@
- */
-
- [CCode (cheader_filename="config.h")]
--extern const string _PREFIX;
-+public const string _PREFIX;
- [CCode (cheader_filename="config.h")]
--extern const string _VERSION;
-+public const string _VERSION;
- [CCode (cheader_filename="config.h")]
--extern const string GETTEXT_PACKAGE;
-+public const string GETTEXT_PACKAGE;
- [CCode (cheader_filename="config.h")]
--extern const string LOCALEDIR;
-+public const string LOCALEDIR;
- [CCode (cheader_filename="config.h")]
--extern const string _LIB;
-+public const string _LIB;
- [CCode (cheader_filename="config.h")]
--extern const string _LIBEXECDIR;
-+public const string _LIBEXECDIR;
- [CCode (cheader_filename="config.h")]
--extern const string PROJECT_NAME;
-+public const string PROJECT_NAME;