mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/sord: Update to 0.16.16
- Install man pages in %{PREFIX}/share/man ChangeLog: https://drobilla.net/2023/10/22/sord-0-16-16.html
This commit is contained in:
parent
b081ddf630
commit
d026715a5c
3 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= sord
|
PORTNAME= sord
|
||||||
DISTVERSION= 0.16.14
|
DISTVERSION= 0.16.16
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://download.drobilla.net/
|
MASTER_SITES= http://download.drobilla.net/
|
||||||
|
|
||||||
|
@ -10,12 +10,14 @@ WWW= https://drobilla.net/category/sord/
|
||||||
LICENSE= ISCL
|
LICENSE= ISCL
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libpcre.so:devel/pcre \
|
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
|
||||||
libserd-0.so:devel/serd
|
libserd-0.so:devel/serd \
|
||||||
|
libzix-0.so:devel/zix
|
||||||
|
|
||||||
USES= meson pkgconfig python:build tar:xz
|
USES= meson pkgconfig python:build tar:xz
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MESON_ARGS= -Ddocs=disabled
|
MESON_ARGS= -Ddocs=disabled \
|
||||||
|
--mandir=${PREFIX}/share/man
|
||||||
PLIST_SUB= VERSION=${DISTVERSION}
|
PLIST_SUB= VERSION=${DISTVERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1662827366
|
TIMESTAMP = 1698133751
|
||||||
SHA256 (sord-0.16.14.tar.xz) = 220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b
|
SHA256 (sord-0.16.16.tar.xz) = 257f876d756143da02ee84c9260af93559d6249dd87f317e70ab5fffcc975fd0
|
||||||
SIZE (sord-0.16.14.tar.xz) = 112748
|
SIZE (sord-0.16.16.tar.xz) = 107148
|
||||||
|
|
|
@ -6,5 +6,5 @@ lib/libsord-0.so
|
||||||
lib/libsord-0.so.0
|
lib/libsord-0.so.0
|
||||||
lib/libsord-0.so.%%VERSION%%
|
lib/libsord-0.so.%%VERSION%%
|
||||||
libdata/pkgconfig/sord-0.pc
|
libdata/pkgconfig/sord-0.pc
|
||||||
man/man1/sord_validate.1.gz
|
share/man/man1/sord_validate.1.gz
|
||||||
man/man1/sordi.1.gz
|
share/man/man1/sordi.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue