aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/baresip/Makefile1
-rw-r--r--audio/darkice/Makefile2
-rw-r--r--audio/gstreamer-plugins-opus/Makefile2
-rw-r--r--audio/gstreamer1-plugins-opus/Makefile2
-rw-r--r--audio/mumble/Makefile1
-rw-r--r--audio/musicpd/Makefile2
-rw-r--r--audio/opus-tools/Makefile4
-rw-r--r--audio/opus/Makefile7
-rw-r--r--audio/opus/pkg-plist4
-rw-r--r--audio/opusfile/Makefile2
-rw-r--r--mail/thunderbird/Makefile1
-rw-r--r--multimedia/ffmpeg/Makefile2
-rw-r--r--multimedia/libav/Makefile2
-rw-r--r--multimedia/mplayer/Makefile1
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--net-im/tox/Makefile1
-rw-r--r--www/firefox-esr/Makefile1
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/libxul/Makefile1
-rw-r--r--www/seamonkey/Makefile1
20 files changed, 26 insertions, 14 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile
index b0f40baf6494..6d0c1a041ada 100644
--- a/audio/baresip/Makefile
+++ b/audio/baresip/Makefile
@@ -2,6 +2,7 @@
PORTNAME= baresip
PORTVERSION= 0.4.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.creytiv.com/pub/
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index 95834f0fd26d..b15fc36396c0 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= darkice
PORTVERSION= 1.2
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= audio net
MASTER_SITES= GOOGLE_CODE
diff --git a/audio/gstreamer-plugins-opus/Makefile b/audio/gstreamer-plugins-opus/Makefile
index 10ca91c66dc5..d36e3bdce6ea 100644
--- a/audio/gstreamer-plugins-opus/Makefile
+++ b/audio/gstreamer-plugins-opus/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
diff --git a/audio/gstreamer1-plugins-opus/Makefile b/audio/gstreamer1-plugins-opus/Makefile
index f8080177e474..a08d9426effc 100644
--- a/audio/gstreamer1-plugins-opus/Makefile
+++ b/audio/gstreamer1-plugins-opus/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 7950a0b4c11d..042b0c43aeea 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 2d5559162429..34d21a27d3d6 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.18.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile
index 5778feb20c51..7857f32430fc 100644
--- a/audio/opus-tools/Makefile
+++ b/audio/opus-tools/Makefile
@@ -2,9 +2,11 @@
PORTNAME= opus-tools
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
- https://ftp.mozilla.org/pub/mozilla.org/opus/
+ ${MASTER_SITE_MOZILLA_EXTENDED}
+MASTER_SITE_SUBDIR= opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 7e0bff0efa72..9635a02d1fcc 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -2,15 +2,16 @@
PORTNAME= opus
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
- https://ftp.mozilla.org/pub/mozilla.org/opus/
+ ${MASTER_SITE_MOZILLA_EXTENDED}
+MASTER_SITE_SUBDIR= opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= IETF audio codec
-USES= gmake pathfix
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist
index d6df3ab3d1f5..eb96b15c8577 100644
--- a/audio/opus/pkg-plist
+++ b/audio/opus/pkg-plist
@@ -4,9 +4,9 @@ include/opus/opus_defines.h
include/opus/opus_multistream.h
include/opus/opus_types.h
lib/libopus.a
-lib/libopus.la
lib/libopus.so
-lib/libopus.so.5
+lib/libopus.so.0
+lib/libopus.so.0.5.0
libdata/pkgconfig/opus.pc
share/aclocal/opus.m4
@dirrm include/opus
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile
index b46c7b99569f..8912e1163a83 100644
--- a/audio/opusfile/Makefile
+++ b/audio/opusfile/Makefile
@@ -2,7 +2,7 @@
PORTNAME= opusfile
PORTVERSION= 0.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
${MASTER_SITE_MOZILLA_EXTENDED}
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index c70d8b0cf5b0..84a7346dbd04 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -3,6 +3,7 @@
PORTNAME= thunderbird
DISTVERSION= 24.5.0
+PORTREVISION= 1
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 27e29eb74d8f..bbd2570ad9e6 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 2.1.1
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile
index 18b32eadb8cc..0ebfa44fa930 100644
--- a/multimedia/libav/Makefile
+++ b/multimedia/libav/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libav
PORTVERSION= 10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://libav.org/releases/
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 129b88044e35..236cfd6dfa89 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}
+PORTREVISION= 1
COMMENT= High performance media player supporting many formats
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index e9d48ebe768d..60ae7795518d 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vlc
DISTVERSION= 2.1.4
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 91fb68631436..e6026e7437c5 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ProjectTox-Core
PORTVERSION= 0.140514
+PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= thierry@FreeBSD.org
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 6c647b858349..41189b82059b 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 24.5.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 4a37b245eaab..dabf3a68bb81 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 29.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 37db7447e248..c9ab49a6795c 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libxul
DISTVERSION= 24.5.0
+PORTREVISION= 1
CATEGORIES?= www devel
MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \
https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index d1316d1ffb58..ff755e2b1848 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -3,6 +3,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.26
+PORTREVISION= 1
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/