View | Details | Raw Unified | Return to bug 230783
Collapse All | Expand All

(-)audio/sratom/Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sratom
4
PORTNAME=	sratom
5
PORTVERSION=	0.6.0
5
PORTVERSION=	0.6.2
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://download.drobilla.net/
7
MASTER_SITES=	http://download.drobilla.net/
8
8
Lines 19-25 Link Here
19
19
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
PLIST_SUB=	VERSION=${PORTVERSION}
23
22
post-install:
24
post-install:
23
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.0.6.0
25
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION}
24
26
25
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)audio/sratom/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475784219
1
TIMESTAMP = 1534708844
2
SHA256 (sratom-0.6.0.tar.bz2) = 440ac2b1f4f0b7878f8b95698faa1e8f8c50929a498f68ec5d066863626a3d43
2
SHA256 (sratom-0.6.2.tar.bz2) = 0a514a55d6b6cb7b5d6f32d1dcb78a1e6e54537fa22fce533e4ef6adf240e853
3
SIZE (sratom-0.6.0.tar.bz2) = 149340
3
SIZE (sratom-0.6.2.tar.bz2) = 229079
(-)audio/sratom/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
include/sratom-0/sratom/sratom.h
1
include/sratom-0/sratom/sratom.h
2
lib/libsratom-0.so
2
lib/libsratom-0.so
3
lib/libsratom-0.so.0
3
lib/libsratom-0.so.0
4
lib/libsratom-0.so.0.6.0
4
lib/libsratom-0.so.%%VERSION%%
5
libdata/pkgconfig/sratom-0.pc
5
libdata/pkgconfig/sratom-0.pc

Return to bug 230783