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
|
||||
DISTVERSION= 0.16.14
|
||||
DISTVERSION= 0.16.16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
|
@ -10,12 +10,14 @@ WWW= https://drobilla.net/category/sord/
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
libserd-0.so:devel/serd
|
||||
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
|
||||
libserd-0.so:devel/serd \
|
||||
libzix-0.so:devel/zix
|
||||
|
||||
USES= meson pkgconfig python:build tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
MESON_ARGS= -Ddocs=disabled
|
||||
MESON_ARGS= -Ddocs=disabled \
|
||||
--mandir=${PREFIX}/share/man
|
||||
PLIST_SUB= VERSION=${DISTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662827366
|
||||
SHA256 (sord-0.16.14.tar.xz) = 220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b
|
||||
SIZE (sord-0.16.14.tar.xz) = 112748
|
||||
TIMESTAMP = 1698133751
|
||||
SHA256 (sord-0.16.16.tar.xz) = 257f876d756143da02ee84c9260af93559d6249dd87f317e70ab5fffcc975fd0
|
||||
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.%%VERSION%%
|
||||
libdata/pkgconfig/sord-0.pc
|
||||
man/man1/sord_validate.1.gz
|
||||
man/man1/sordi.1.gz
|
||||
share/man/man1/sord_validate.1.gz
|
||||
share/man/man1/sordi.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue