diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-28 20:27:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-28 20:27:42 +0000 |
commit | 9c814d78675db5e8db06ed58e86cbeca68b9eaf3 (patch) | |
tree | 4ad8ffa4d3074b9608e9daa3f2cadf4b298c1d12 /audio/gmpc-shout | |
parent | 56a4f3b709783f5c60cfee528b9c7ca4979fecd5 (diff) | |
download | ports-9c814d78675db5e8db06ed58e86cbeca68b9eaf3.tar.gz ports-9c814d78675db5e8db06ed58e86cbeca68b9eaf3.zip |
- Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=363248
Diffstat (limited to 'audio/gmpc-shout')
-rw-r--r-- | audio/gmpc-shout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile index fbcb26005350..470550490aec 100644 --- a/audio/gmpc-shout/Makefile +++ b/audio/gmpc-shout/Makefile @@ -3,7 +3,7 @@ PORTNAME= gmpc-shout PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ |