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

(-)audio/liblscp/Makefile (-5 / +8 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/audio/liblscp/Makefile 357981 2014-06-16 12:44:00Z amdmi3 $
2
# $FreeBSD: head/audio/liblscp/Makefile 357981 2014-06-16 12:44:00Z amdmi3 $
3
3
4
PORTNAME=	liblscp
4
PORTNAME=	liblscp
5
PORTVERSION=	0.5.6
5
PORTVERSION=	0.5.7
6
PORTREVISION=	1
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	SF/qsampler/${PORTNAME}/${PORTVERSION} \
7
MASTER_SITES=	SF/qsampler/${PORTNAME}/${PORTVERSION} \
9
		http://download.linuxsampler.org/packages/
8
		http://download.linuxsampler.org/packages/
Lines 11-21 Link Here
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Wrapper around the LSCP network protocol
11
COMMENT=	Wrapper around the LSCP network protocol
13
12
14
LICENSE=	LGPL21
13
LICENSE=	LGPL21 # (or later)
15
14
16
USES=		gmake pathfix libtool
15
USES=		libtool pathfix
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
USE_LDCONFIG=	yes
19
INSTALL_TARGET=	install-strip
17
INSTALL_TARGET=	install-strip
18
USE_LDCONFIG=	yes
19
20
post-patch:
21
	@${REINPLACE_CMD} -e \
22
		's|"GNU strip"|"strip"|' ${WRKSRC}/configure
20
23
21
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)audio/liblscp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (liblscp-0.5.6.tar.gz) = 4e518d44646465c4b53296bb8c2acd75b87692cc03b555e4896263a09f6b10cf
1
SHA256 (liblscp-0.5.7.tar.gz) = a8e3bc446645244aeeea1c4a5e80e5d1bce91e6830dd8a651a2b82c1430a13de
2
SIZE (liblscp-0.5.6.tar.gz) = 369550
2
SIZE (liblscp-0.5.7.tar.gz) = 638289
(-)audio/liblscp/pkg-plist (-1 / +1 lines)
Lines 7-11 Link Here
7
lib/liblscp.a
7
lib/liblscp.a
8
lib/liblscp.so
8
lib/liblscp.so
9
lib/liblscp.so.6
9
lib/liblscp.so.6
10
lib/liblscp.so.6.0.0
10
lib/liblscp.so.6.0.1
11
libdata/pkgconfig/lscp.pc
11
libdata/pkgconfig/lscp.pc

Return to bug 200291