diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-30 18:17:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-30 18:17:05 +0800 |
commit | 42be240f970cfa31082313c613ca705c55c13d91 (patch) | |
tree | 4c8ffca72f0ec688980d9d75886b50dd6dc5443f /audio | |
parent | ceff4b169826c461992ce5eddee5096cfd652be3 (diff) | |
download | freebsd-ports-gnome-42be240f970cfa31082313c613ca705c55c13d91.tar.gz freebsd-ports-gnome-42be240f970cfa31082313c613ca705c55c13d91.tar.zst freebsd-ports-gnome-42be240f970cfa31082313c613ca705c55c13d91.zip |
Fix `make fetch' after r386941.
0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and
regenerate distinfo.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liblscp/Makefile | 4 | ||||
-rw-r--r-- | audio/liblscp/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index c5fa2df82543..5e0d7b0e3478 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -10,12 +10,10 @@ MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ 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 diff --git a/audio/liblscp/distinfo b/audio/liblscp/distinfo index abb1c011ec7a..7776e40297b8 100644 --- a/audio/liblscp/distinfo +++ b/audio/liblscp/distinfo @@ -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 |