aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-25 20:09:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-25 20:09:16 +0000
commit6763f2ce335fd905993c1df03c6f15e0df5e73a1 (patch)
tree84a801a2f7577f2b435c5a57667363be5b6f684f
parent4bb7a4d7f5d6c1091417d534b10edb748ab66207 (diff)
downloadports-6763f2ce335fd905993c1df03c6f15e0df5e73a1.tar.gz
ports-6763f2ce335fd905993c1df03c6f15e0df5e73a1.zip
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=362926
-rw-r--r--audio/cmus/Makefile2
-rw-r--r--audio/decibel-audio-player/Makefile2
-rw-r--r--audio/faac/Makefile2
-rw-r--r--audio/kid3-kde4/Makefile1
-rw-r--r--audio/mixxx/Makefile2
-rw-r--r--multimedia/mp4v2/Makefile3
-rw-r--r--multimedia/mp4v2/pkg-plist4
-rw-r--r--multimedia/mpeg4ip/Makefile2
-rw-r--r--multimedia/quodlibet/Makefile1
-rw-r--r--www/mod_musicindex/Makefile1
10 files changed, 12 insertions, 8 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 62cc93643a6b..be6205871e8e 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cmus
PORTVERSION= 2.5.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
diff --git a/audio/decibel-audio-player/Makefile b/audio/decibel-audio-player/Makefile
index 4e0a8b8fd173..7d683d9b7277 100644
--- a/audio/decibel-audio-player/Makefile
+++ b/audio/decibel-audio-player/Makefile
@@ -3,7 +3,7 @@
PORTNAME= decibel-audio-player
PORTVERSION= 1.08
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio multimedia gnome python
MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 6f7b62ddf598..601686d17b40 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -3,7 +3,7 @@
PORTNAME= faac
PORTVERSION= 1.28
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile
index bf6e1238fb31..163692f71671 100644
--- a/audio/kid3-kde4/Makefile
+++ b/audio/kid3-kde4/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kid3
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= SF
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 5db72d1b8b3e..dfe760e9564d 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mixxx
PORTVERSION= 1.11.0
DISTVERSIONSUFFIX= -src
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile
index c51c37ce3120..42bca29b278c 100644
--- a/multimedia/mp4v2/Makefile
+++ b/multimedia/mp4v2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mp4v2
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
@@ -10,7 +11,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library and tools to read, create, and modify mp4 files
CONFLICTS= mpeg4ip-libmp4v2-[0-9.]*
-USES= gmake tar:bzip2
+USES= gmake libtool tar:bzip2
MAKEFILE= GNUmakefile
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/multimedia/mp4v2/pkg-plist b/multimedia/mp4v2/pkg-plist
index 7d6b3b518b9c..f88dcefc498e 100644
--- a/multimedia/mp4v2/pkg-plist
+++ b/multimedia/mp4v2/pkg-plist
@@ -23,9 +23,9 @@ include/mp4v2/streaming.h
include/mp4v2/track.h
include/mp4v2/track_prop.h
lib/libmp4v2.a
-lib/libmp4v2.la
lib/libmp4v2.so
-lib/libmp4v2.so.10
+lib/libmp4v2.so.1
+lib/libmp4v2.so.1.9.1
man/man1/mp4art.1.gz
man/man1/mp4file.1.gz
man/man1/mp4subtitle.1.gz
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index f72e36231c49..9e2de8f6cf08 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpeg4ip
PORTVERSION= 1.6.1
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= LOCAL/ahze
# http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile
index 3b2c7ab2cd63..7c81878359f8 100644
--- a/multimedia/quodlibet/Makefile
+++ b/multimedia/quodlibet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= quodlibet
PORTVERSION= 2.6.3
+PORTREVISION= 1
CATEGORIES= multimedia audio python gnome
MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
index 334b79d32d02..bb8d822c545e 100644
--- a/www/mod_musicindex/Makefile
+++ b/www/mod_musicindex/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mod_musicindex
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= www audio
MASTER_SITES= http://hacks.slashdirt.org/musicindex/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}