mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/serd: Update 0.32.2 => 0.32.4
Changelog: https://gitlab.com/drobilla/serd/-/releases/v0.32.4 PR: 286393
This commit is contained in:
parent
2c4760082b
commit
bd8591c6e9
3 changed files with 5 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= serd
|
PORTNAME= serd
|
||||||
DISTVERSION= 0.32.2
|
DISTVERSION= 0.32.4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://download.drobilla.net/
|
MASTER_SITES= http://download.drobilla.net/
|
||||||
|
|
||||||
|
@ -14,9 +14,8 @@ USES= meson pkgconfig python:test tar:xz
|
||||||
USE_CSTD= c99
|
USE_CSTD= c99
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MESON_ARGS= -Ddocs=disabled
|
MESON_ARGS= -Ddocs=disabled
|
||||||
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||||
|
|
||||||
PLIST_SUB= VERSION=${PORTVERSION}
|
PLIST_SUB= VERSION=${PORTVERSION}
|
||||||
|
|
||||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1712453237
|
TIMESTAMP = 1745770879
|
||||||
SHA256 (serd-0.32.2.tar.xz) = df7dc2c96f2ba1decfd756e458e061ded7d8158d255554e7693483ac0963c56b
|
SHA256 (serd-0.32.4.tar.xz) = cbefb569e8db686be8c69cb3866a9538c7cb055e8f24217dd6a4471effa7d349
|
||||||
SIZE (serd-0.32.2.tar.xz) = 168840
|
SIZE (serd-0.32.4.tar.xz) = 174476
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- meson.build.orig 2023-10-23 14:57:25 UTC
|
|
||||||
+++ meson.build
|
|
||||||
@@ -228,6 +228,4 @@ endif
|
|
||||||
subdir('test')
|
|
||||||
endif
|
|
||||||
|
|
||||||
-if not get_option('docs').disabled()
|
|
||||||
- subdir('doc')
|
|
||||||
-endif
|
|
||||||
+subdir('doc')
|
|
Loading…
Add table
Reference in a new issue