svn commit: r404819 - branches/2015Q4/audio/liblscp

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Dec 30 10:20:20 UTC 2015


Author: rakuco
Date: Wed Dec 30 10:20:19 2015
New Revision: 404819
URL: https://svnweb.freebsd.org/changeset/ports/404819

Log:
  MFH: r404817
  
  Fix `make fetch' after r386941.
  
  0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and
  regenerate distinfo.
  
  Approved by:	portmgr blanket

Modified:
  branches/2015Q4/audio/liblscp/Makefile
  branches/2015Q4/audio/liblscp/distinfo
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/audio/liblscp/Makefile
==============================================================================
--- branches/2015Q4/audio/liblscp/Makefile	Wed Dec 30 10:20:16 2015	(r404818)
+++ branches/2015Q4/audio/liblscp/Makefile	Wed Dec 30 10:20:19 2015	(r404819)
@@ -13,7 +13,7 @@ COMMENT=	Wrapper around the LSCP network
 LICENSE=	LGPL21 # (or later)
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix
+USES=		libtool pathfix tar:bzip2
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes

Modified: branches/2015Q4/audio/liblscp/distinfo
==============================================================================
--- branches/2015Q4/audio/liblscp/distinfo	Wed Dec 30 10:20:16 2015	(r404818)
+++ branches/2015Q4/audio/liblscp/distinfo	Wed Dec 30 10:20:19 2015	(r404819)
@@ -1,2 +1,2 @@
-SHA256 (liblscp-0.5.7.tar.gz) = a8e3bc446645244aeeea1c4a5e80e5d1bce91e6830dd8a651a2b82c1430a13de
-SIZE (liblscp-0.5.7.tar.gz) = 638289
+SHA256 (liblscp-0.5.7.tar.bz2) = 5156fb6a36bc14f427a5971b1e8768df7771ee7bd9fe501d3330d3bb8f255a3c
+SIZE (liblscp-0.5.7.tar.bz2) = 529902


More information about the svn-ports-all mailing list