diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 01:11:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 01:11:26 +0800 |
commit | d495829f741e6e7f17d476f2b312d15ef49b02ff (patch) | |
tree | cf9227f755875cdbf8ec211e873820a5d43eb7f4 /audio | |
parent | 88578e660a0e8624eaf01584463ac792e22f3b5b (diff) | |
download | freebsd-ports-gnome-d495829f741e6e7f17d476f2b312d15ef49b02ff.tar.gz freebsd-ports-gnome-d495829f741e6e7f17d476f2b312d15ef49b02ff.tar.zst freebsd-ports-gnome-d495829f741e6e7f17d476f2b312d15ef49b02ff.zip |
- Update to 2.3.1
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://svn.xiph.org/icecast/trunk/libshout/NEWS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libshout2/Makefile | 8 | ||||
-rw-r--r-- | audio/libshout2/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 7b24b2794eb5..9a7b4ecfdc0e 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libshout2 -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ \ @@ -16,9 +16,9 @@ DISTNAME= libshout-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server -LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ + theora:${PORTSDIR}/multimedia/libtheora \ + vorbis:${PORTSDIR}/audio/libvorbis CONFLICTS= libshout-[0-9]* diff --git a/audio/libshout2/distinfo b/audio/libshout2/distinfo index 38ccbacbd4ad..a9d2d97caa3f 100644 --- a/audio/libshout2/distinfo +++ b/audio/libshout2/distinfo @@ -1,2 +1,2 @@ -SHA256 (libshout-2.3.0.tar.gz) = a4ed39f3eeaa0bbf1ead0a96d6b072e989acef32a2d00f1798649878c48ca176 -SIZE (libshout-2.3.0.tar.gz) = 462223 +SHA256 (libshout-2.3.1.tar.gz) = cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e +SIZE (libshout-2.3.1.tar.gz) = 464229 |