Date: Wed, 30 Dec 2015 10:17:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404817 - head/audio/liblscp Message-ID: <201512301017.tBUAH5vG019880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Dec 30 10:17:05 2015 New Revision: 404817 URL: https://svnweb.freebsd.org/changeset/ports/404817 Log: Fix `make fetch' after r386941. 0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and regenerate distinfo. Modified: head/audio/liblscp/Makefile head/audio/liblscp/distinfo Modified: head/audio/liblscp/Makefile ============================================================================== --- head/audio/liblscp/Makefile Wed Dec 30 09:53:30 2015 (r404816) +++ head/audio/liblscp/Makefile Wed Dec 30 10:17:05 2015 (r404817) @@ -10,12 +10,10 @@ MASTER_SITES= SF/qsampler/${PORTNAME}/${ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around the LSCP network protocol -BROKEN= unfetchable - 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: head/audio/liblscp/distinfo ============================================================================== --- head/audio/liblscp/distinfo Wed Dec 30 09:53:30 2015 (r404816) +++ head/audio/liblscp/distinfo Wed Dec 30 10:17:05 2015 (r404817) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301017.tBUAH5vG019880>