diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-30 10:20:19 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-30 10:20:19 +0000 |
commit | 0800c4057d6d6c45ef175c0af69e26511d77f789 (patch) | |
tree | 0f8bda612b20cf90baafb943e400b2b4c5998f62 | |
parent | 9edf98e8f2a3023e333dd033a840aa5c77e3d653 (diff) | |
download | FreeBSD-ports-branches/2015Q4.zip FreeBSD-ports-branches/2015Q4.tar.gz |
MFH: r404817branches/2015Q4
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
-rw-r--r-- | audio/liblscp/Makefile | 2 | ||||
-rw-r--r-- | audio/liblscp/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index 71ef251..5e0d7b0 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -13,7 +13,7 @@ COMMENT= Wrapper around the LSCP network protocol 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 abb1c01..7776e40 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 |