git: fc21ba99753a - main - devel/sord: Update to 0.16.18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jan 2025 19:23:40 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fc21ba99753a058c01fe6b6dce774c020a2b481b
commit fc21ba99753a058c01fe6b6dce774c020a2b481b
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-01-20 18:00:50 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-01-20 19:23:29 +0000
devel/sord: Update to 0.16.18
ChangeLog: https://drobilla.net/2025/01/19/sord-0-16-18.html
---
devel/sord/Makefile | 2 +-
devel/sord/distinfo | 6 +++---
devel/sord/files/patch-meson.build | 15 ---------------
3 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/devel/sord/Makefile b/devel/sord/Makefile
index 225cd604b630..32c887f4f7f7 100644
--- a/devel/sord/Makefile
+++ b/devel/sord/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sord
-DISTVERSION= 0.16.16
+DISTVERSION= 0.16.18
CATEGORIES= devel
MASTER_SITES= http://download.drobilla.net/
diff --git a/devel/sord/distinfo b/devel/sord/distinfo
index 967ab6c73aa9..fe2ae010239c 100644
--- a/devel/sord/distinfo
+++ b/devel/sord/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698133751
-SHA256 (sord-0.16.16.tar.xz) = 257f876d756143da02ee84c9260af93559d6249dd87f317e70ab5fffcc975fd0
-SIZE (sord-0.16.16.tar.xz) = 107148
+TIMESTAMP = 1737395359
+SHA256 (sord-0.16.18.tar.xz) = 4f398b635894491a4774b1498959805a08e11734c324f13d572dea695b13d3b3
+SIZE (sord-0.16.18.tar.xz) = 102300
diff --git a/devel/sord/files/patch-meson.build b/devel/sord/files/patch-meson.build
deleted file mode 100644
index 998dc8663f69..000000000000
--- a/devel/sord/files/patch-meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-Manpages are available even with -Ddocs=disabled
-
---- meson.build.orig 2022-09-09 03:08:05 UTC
-+++ meson.build
-@@ -128,10 +128,8 @@ if not get_option('tools').disabled()
- meson.override_find_program('sord_validate', sord_validate)
- endif
-
-- if not get_option('docs').disabled()
- install_man(files('doc/sordi.1'))
- install_man(files('doc/sord_validate.1'))
-- endif
- endif
-
- if not get_option('docs').disabled()