aboutsummaryrefslogtreecommitdiff
path: root/audio/py-shout
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 14:51:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 14:51:06 +0000
commita26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf (patch)
treedc2bec5b7b2498b26c42697255a464e87d4c3088 /audio/py-shout
parent2a5b8b14467d804e047aaf2a12129c8617f344f9 (diff)
downloadports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.tar.gz
ports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.zip
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1]
Notes
Notes: svn path=/head/; revision=353022
Diffstat (limited to 'audio/py-shout')
-rw-r--r--audio/py-shout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-shout/Makefile b/audio/py-shout/Makefile
index 31482c7d9d7e..8664e8e8eb3d 100644
--- a/audio/py-shout/Makefile
+++ b/audio/py-shout/Makefile
@@ -3,6 +3,7 @@
PORTNAME= shout
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://downloads.us.xiph.org/releases/libshout/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Python bindings for libshout2
LICENSE= LGPL20
-LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2
+LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}