audio/sndio: Update to upstream release 1.9.0
MFH: 2022Q3
This commit is contained in:
parent
87ea396ed8
commit
17c09798ee
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= sndio
|
||||
PORTVERSION= 1.8.1
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://sndio.org/
|
||||
|
||||
|
@ -30,6 +30,6 @@ post-patch:
|
|||
post-install:
|
||||
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} \
|
||||
aucat midicat sndioctl sndiod
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsndio.so.7.1
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsndio.so.7.2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1624167689
|
||||
SHA256 (sndio-1.8.1.tar.gz) = f81d37189e072cb4804ac98a059d74f963f69e9945eaff3d0d6a2f98d71a6321
|
||||
SIZE (sndio-1.8.1.tar.gz) = 155821
|
||||
TIMESTAMP = 1658046710
|
||||
SHA256 (sndio-1.9.0.tar.gz) = f30826fc9c07e369d3924d5fcedf6a0a53c0df4ae1f5ab50fe9cf280540f699a
|
||||
SIZE (sndio-1.9.0.tar.gz) = 157354
|
||||
|
|
|
@ -4,7 +4,7 @@ bin/sndioctl
|
|||
bin/sndiod
|
||||
include/sndio.h
|
||||
lib/libsndio.so
|
||||
lib/libsndio.so.7.1
|
||||
lib/libsndio.so.7.2
|
||||
libdata/pkgconfig/sndio.pc
|
||||
share/man/man1/aucat.1.gz
|
||||
share/man/man1/midicat.1.gz
|
||||
|
|
Loading…
Reference in a new issue