svn commit: r386941 - head/audio/liblscp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 21 16:08:10 UTC 2015
Author: amdmi3
Date: Thu May 21 16:08:08 2015
New Revision: 386941
URL: https://svnweb.freebsd.org/changeset/ports/386941
Log:
- Update to 0.5.7
PR: 200291
Submitted by: tkato432 at yahoo.com
Modified:
head/audio/liblscp/Makefile
head/audio/liblscp/distinfo
head/audio/liblscp/pkg-plist
Modified: head/audio/liblscp/Makefile
==============================================================================
--- head/audio/liblscp/Makefile Thu May 21 16:06:15 2015 (r386940)
+++ head/audio/liblscp/Makefile Thu May 21 16:08:08 2015 (r386941)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= liblscp
-PORTVERSION= 0.5.6
-PORTREVISION= 1
+PORTVERSION= 0.5.7
CATEGORIES= audio
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
http://download.linuxsampler.org/packages/
@@ -11,11 +10,16 @@ MASTER_SITES= SF/qsampler/${PORTNAME}/${
MAINTAINER= ports at FreeBSD.org
COMMENT= Wrapper around the LSCP network protocol
-LICENSE= LGPL21
+LICENSE= LGPL21 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake pathfix libtool
+USES= libtool pathfix
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|"GNU strip"|"strip"|' ${WRKSRC}/configure
.include <bsd.port.mk>
Modified: head/audio/liblscp/distinfo
==============================================================================
--- head/audio/liblscp/distinfo Thu May 21 16:06:15 2015 (r386940)
+++ head/audio/liblscp/distinfo Thu May 21 16:08:08 2015 (r386941)
@@ -1,2 +1,2 @@
-SHA256 (liblscp-0.5.6.tar.gz) = 4e518d44646465c4b53296bb8c2acd75b87692cc03b555e4896263a09f6b10cf
-SIZE (liblscp-0.5.6.tar.gz) = 369550
+SHA256 (liblscp-0.5.7.tar.gz) = a8e3bc446645244aeeea1c4a5e80e5d1bce91e6830dd8a651a2b82c1430a13de
+SIZE (liblscp-0.5.7.tar.gz) = 638289
Modified: head/audio/liblscp/pkg-plist
==============================================================================
--- head/audio/liblscp/pkg-plist Thu May 21 16:06:15 2015 (r386940)
+++ head/audio/liblscp/pkg-plist Thu May 21 16:08:08 2015 (r386941)
@@ -7,5 +7,5 @@ include/lscp/version.h
lib/liblscp.a
lib/liblscp.so
lib/liblscp.so.6
-lib/liblscp.so.6.0.0
+lib/liblscp.so.6.0.1
libdata/pkgconfig/lscp.pc
More information about the svn-ports-all
mailing list