diff options
178 files changed, 216 insertions, 205 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 852a9ea01c51..670082e59b58 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -7,7 +7,7 @@ PORTNAME= celestia PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Celestia-source/${PORTVERSION} PKGNAMESUFFIX= -${CELESTIA_UI} diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile index eb75b0d851e7..60fcd5f5489d 100644 --- a/audio/akode-plugins-xiph/Makefile +++ b/audio/akode-plugins-xiph/Makefile @@ -7,7 +7,7 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 96aee80d1d53..f7b2d0cadb3d 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ http://wickedmachine.net/mirror/ diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 789589b22f9f..f9967127901a 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -8,7 +8,7 @@ PORTNAME= arts PORTVERSION= 1.5.10 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index 6c21e2a12c03..5a263a9cc38f 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= audacity PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 8b33b2fa2714..1ca7f8f0d1cd 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -6,7 +6,7 @@ PORTNAME= audacity PORTVERSION= 1.2.4b -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile index 78158c12e765..ae5958877a11 100644 --- a/audio/audiere/Makefile +++ b/audio/audiere/Makefile @@ -7,7 +7,7 @@ PORTNAME= audiere PORTVERSION= 1.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -59,7 +59,7 @@ CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|cdaudio|no_&|' .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg .else CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|vorbis|no_&|' .endif diff --git a/audio/beast/Makefile b/audio/beast/Makefile index d9fd4d2bafac..36b8dea8774a 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,7 +7,7 @@ PORTNAME= beast PORTVERSION= 0.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.7/ \ http://beast.gtk.org/beast-ftp/v0.7/ diff --git a/audio/cantus_3/Makefile b/audio/cantus_3/Makefile index 3617910a097c..d5a9670f91ab 100644 --- a/audio/cantus_3/Makefile +++ b/audio/cantus_3/Makefile @@ -7,7 +7,7 @@ PORTNAME= cantus PORTVERSION= 3.0.2 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONSUFFIX= -testing.src CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Testing%20%28unstable%29/${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ vorbis.4:${PORTSDIR}/audio/libvorbis diff --git a/audio/celt/Makefile b/audio/celt/Makefile index 63da8e8e5a0f..b86d251bb258 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -7,13 +7,14 @@ PORTNAME= celt PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/celt/ MAINTAINER= trasz@FreeBSD.org COMMENT= The CELT ultra-low delay audio codec -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index c68f2bcfc355..d3c0c7bba8ec 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -8,6 +8,7 @@ PORTNAME= darkice PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 29a0a01f7ad1..5919b18faea3 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -7,7 +7,7 @@ PORTNAME= deadbeef PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/dvda-author/Makefile b/audio/dvda-author/Makefile index f234440dec7c..4f62cbb39e81 100644 --- a/audio/dvda-author/Makefile +++ b/audio/dvda-author/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvda-author PORTVERSION= 09.05 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/dvd-audio/${PORTNAME}-core/${PORTNAME}-${PORTVERSION}-core @@ -17,7 +17,7 @@ MAINTAINER= martin.dieringer@gmx.de COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ sox.1:${PORTSDIR}/audio/sox \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ png.6:${PORTSDIR}/graphics/png diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index 5eb130ae851e..d531e3073147 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= easytag PORTVERSION= 2.1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20unstable%20%28gtk%202%29/${PORTVERSION} PKGNAMESUFFIX= -devel diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 85aa8fd39744..fb94a4b9b600 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -7,7 +7,7 @@ PORTNAME= easytag PORTVERSION= 2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28gtk%202%29/${PORTVERSION} diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 7eb76305db4e..983c83065f98 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -7,7 +7,7 @@ PORTNAME= ezstream PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \ http://svn.xiph.org/releases/ezstream/ diff --git a/audio/firefly/Makefile b/audio/firefly/Makefile index 050c55499de8..adf51f1c71c7 100644 --- a/audio/firefly/Makefile +++ b/audio/firefly/Makefile @@ -6,7 +6,7 @@ PORTNAME= firefly PORTVERSION= 1696 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://nightlies.fireflymediaserver.org/nightlies/svn-${PORTVERSION}/ \ http://www.magnesium.net/~mdf/distfiles/ diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 64ea1f9b5dc6..ba2e9027efbe 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -7,14 +7,14 @@ PORTNAME= flac PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}-src MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 59a734f46016..0473ade549b7 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -7,7 +7,7 @@ PORTNAME= glame PORTVERSION= 2.0.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio gnome MASTER_SITES= SF diff --git a/audio/gstreamer-plugins-ogg/Makefile b/audio/gstreamer-plugins-ogg/Makefile index fb108afb3522..6aadfde762bb 100644 --- a/audio/gstreamer-plugins-ogg/Makefile +++ b/audio/gstreamer-plugins-ogg/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer Ogg bitstream plugin diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index fb3d18b30de9..f67ce0eeb981 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkpod PORTVERSION= 0.99.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 08159eaab3bb..324581012cd0 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ diff --git a/audio/ices/Makefile b/audio/ices/Makefile index dd90569663a7..d0df6f024ad3 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -7,7 +7,7 @@ PORTNAME= ices PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index ae5a6ca54558..6dcc9c2032ce 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -7,7 +7,7 @@ PORTNAME= ices PORTVERSION= 0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index aba91f068929..f5b5d6715be5 100644 --- a/audio/kid3-kde4/Makefile +++ b/audio/kid3-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= kid3 PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= SF PKGNAMESUFFIX= -kde4 @@ -17,7 +17,7 @@ COMMENT= MP3/Ogg/FLAC tag editor for KDE LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ FLAC.10:${PORTSDIR}/audio/flac \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ tunepimp.5:${PORTSDIR}/audio/libtunepimp \ mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index a0e3920aaef3..2b63462cb67c 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -7,7 +7,7 @@ PORTNAME= kid3 PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= MP3/Ogg/FLAC tag editor for KDE LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ FLAC.10:${PORTSDIR}/audio/flac \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ tunepimp.5:${PORTSDIR}/audio/libtunepimp \ mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index dfff6715530b..0233875d5133 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -7,6 +7,7 @@ PORTNAME= libcanberra PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= audio devel MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 9e1f4c36d343..7b8c84a6c336 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -54,7 +54,7 @@ LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag .if defined(WITHOUT_VORBIS) CONFIGURE_ARGS+= --disable-ogg .else -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis PLIST_FILES+= lib/libmp3splt/libsplt_ogg.a \ lib/libmp3splt/libsplt_ogg.la \ diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index 5417a4cc730b..221a9bb81a2a 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -7,6 +7,7 @@ PORTNAME= liboggz DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \ http://wickedmachine.net/mirror/ @@ -14,7 +15,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/liboggz/ \ MAINTAINER= jsa@wickedmachine.net COMMENT= Simple Ogg API -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool:22 USE_GNOME= pkgconfig diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index ed0e8010fbb0..6e0366301b7b 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libshout2 PORTVERSION= 2.2.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 661521c5fb0d..577634616036 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 9c7982a11cba..e93650c000ce 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtunepimp-old PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/musicbrainz/ \ diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 886a31b590de..6b68ce7a6365 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \ diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index d00dc8ec4bb1..60f7e89f9a0c 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -7,7 +7,7 @@ PORTNAME= liquidsoap PORTVERSION= 0.9.2 -PORTREVISION?= 2 +PORTREVISION?= 3 DISTVERSIONPREFIX= full- CATEGORIES= audio net MASTER_SITES= SF/savonet/${PORTNAME}/${PORTVERSION} diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 3b3a17d5a244..d7fbe03fed20 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -7,7 +7,7 @@ PORTNAME= lmms PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/madman/Makefile b/audio/madman/Makefile index bd018710def5..c6483a30f220 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -7,7 +7,7 @@ PORTNAME= madman PORTVERSION= 0.93 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 5254a0b1f480..63c923a4624b 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -7,7 +7,7 @@ PORTNAME= mixxx PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 300ed4551c61..e51247997080 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -7,7 +7,7 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 5c6a4e44e7a9..c0a58415ef36 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -7,7 +7,7 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 0e198e3c81a4..b46ceee81f60 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -6,7 +6,7 @@ PORTNAME= mp3splt-gtk PORTVERSION= 0.5.7a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= Utility to split mp3 and ogg files (via GTK Interface) BUILD_DEPENDS= audacious2:${PORTSDIR}/multimedia/audacious LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt \ mad.2:${PORTSDIR}/audio/libmad \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ id3tag.0:${PORTSDIR}/audio/libid3tag diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 0bdd403a4108..c665778d8cd4 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -8,7 +8,7 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= https://signal-lost.homeip.net/files/ \ http://www.alaskaparadise.com/freebsd/ diff --git a/audio/mpeglib_artsplug/Makefile b/audio/mpeglib_artsplug/Makefile index aaf14a9c6351..96ae1c212e28 100644 --- a/audio/mpeglib_artsplug/Makefile +++ b/audio/mpeglib_artsplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpeglib_artsplug PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/audio/muine/Makefile b/audio/muine/Makefile index a18233404623..10257e7fa451 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -8,7 +8,7 @@ PORTNAME= muine PORTVERSION= 0.8.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnome MASTER_SITES= GNOME diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 46aa4ba02430..df3d998d12fa 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -8,7 +8,7 @@ PORTNAME= MuSE PORTVERSION= 0.9.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= ftp://ftp.dyne.org/muse/releases/ \ http://www.ljudmila.org/~jaromil/muse/releases/ @@ -17,7 +17,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= Multiple Streaming Engine LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg BROKEN= does not compile diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index b9fd24734b1b..8744850a365d 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.20 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://stian.cubic.org/ocp/ \ diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index f7de48d018e3..19ac1c2d2af4 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -6,14 +6,14 @@ PORTNAME= oggsplit PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://homepage.ntlworld.com/jfe1205/OggVorbis/ MAINTAINER= pav@FreeBSD.org COMMENT= Split multiplexed (grouped or chained) Ogg files into separate streams -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 03f4e785f2b1..023657e63786 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -7,7 +7,7 @@ PORTNAME= openal PORTVERSION= 20060211 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://openal.org/openal_webstf/downloads/ DISTVERSION= 0.0.8 diff --git a/audio/orpheus/Makefile b/audio/orpheus/Makefile index 02a548dc6399..e39bccaa41fe 100644 --- a/audio/orpheus/Makefile +++ b/audio/orpheus/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpheus PORTVERSION= 1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://thekonst.net/download/ diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 7d80686dc942..ac021f6e347f 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -8,7 +8,7 @@ PORTNAME= osalp PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-beta diff --git a/audio/oss/Makefile b/audio/oss/Makefile index ca6c19d06c15..920979328872 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -7,7 +7,7 @@ PORTNAME= oss DISTVERSION= 4.2-build2002 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio kld MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd diff --git a/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile b/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile index 0c587a0ee54a..d541e27411ec 100644 --- a/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile +++ b/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile @@ -7,7 +7,7 @@ PORTNAME= Ogg-Vorbis-Header-PurePerl PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR=Ogg diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile index 291ca60688cd..c8ba88324fce 100644 --- a/audio/p5-Ogg-Vorbis-Header/Makefile +++ b/audio/p5-Ogg-Vorbis-Header/Makefile @@ -7,7 +7,7 @@ PORTNAME= Ogg-Vorbis-Header PORTVERSION= 0.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/audio/p5-libvorbis/Makefile b/audio/p5-libvorbis/Makefile index 5c453281d7f1..fced9f6ebb7e 100644 --- a/audio/p5-libvorbis/Makefile +++ b/audio/p5-libvorbis/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvorbis PORTVERSION= 0.05 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FO/FOOF diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 934102c27b72..b3f6c8b81808 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -7,7 +7,7 @@ PORTNAME= prokyon3 PORTVERSION= 0.9.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 35f1b6eb0e02..cfe43782b91d 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogg PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio python MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DISTNAME= pyogg-${PORTVERSION} MAINTAINER= xride@FreeBSD.org COMMENT= Object-oriented Python bindings for the ogg library -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index f084d2f2b79a..cb045900ba77 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 4a79de777e0e..3a65b2a12f8a 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -7,7 +7,7 @@ PORTNAME= rezound DISTVERSION= 0.12.3beta -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION} @@ -61,7 +61,7 @@ LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio .endif .if defined(WITH_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg .endif .if defined(WITH_VORBIS) diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile index 293377e03289..e59d97c13480 100644 --- a/audio/ruby-vorbisfile/Makefile +++ b/audio/ruby-vorbisfile/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbisfile PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio ruby MASTER_SITES= http://rikkus.info/arch/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 7136a2c39420..980f6d80b971 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index 3b4b59755c7a..344da1d05e63 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \ http://offload2.icculus.org:9090/SDL_sound/downloads/ diff --git a/audio/snack/Makefile b/audio/snack/Makefile index aa25aa64ed9f..d6998ad73690 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -8,7 +8,7 @@ PORTNAME= snack PORTVERSION= 2.2.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio tcl tk MASTER_SITES= http://www.speech.kth.se/snack/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/audio/speex/Makefile b/audio/speex/Makefile index b1dea7d27236..de87757cc42f 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,7 +7,7 @@ PORTNAME= speex DISTVERSION= 1.2rc1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -15,7 +15,7 @@ MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org COMMENT= An open-source patent-free voice codec -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg CONFLICTS= speex-devel-[0-9]* diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 3096a37ad2c7..131117e1b7e4 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -7,7 +7,7 @@ PORTNAME= streamripper PORTVERSION= 1.64.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} \ http://gd.tuwien.ac.at/hci/cdk/:cdk diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index 323d5eb35cf8..bde7d2fd87b9 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -7,7 +7,7 @@ PORTNAME= streamtranscoder PORTVERSION= 1.2.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/ diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 631930649966..d937d347938d 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -7,7 +7,7 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 4f51ff5b2d15..699a117585d1 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -7,7 +7,7 @@ PORTNAME= tagtool PORTVERSION= 0.12.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 87fce52d685a..7cb6001cc6e4 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -7,7 +7,7 @@ PORTNAME= terminatorx PORTVERSION= 3.82 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= http://terminatorx.org/dist/ DISTNAME= terminatorX-${PORTVERSION} diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 4d48f895f4c5..b41812415679 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -7,7 +7,7 @@ PORTNAME= timidity++ PORTVERSION= 2.13.2 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 7bc505321f57..3aab50d6d5f5 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -8,7 +8,7 @@ PORTNAME= vorbisgain PORTVERSION= 0.37 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://sjeng.org/ftp/vorbis/ diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 1f3ebcd3dbf2..60d56c89bc44 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmcd PORTVERSION= 3.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/ diff --git a/audio/xmms-kde/Makefile b/audio/xmms-kde/Makefile index f761ae861ae2..9429539c820e 100644 --- a/audio/xmms-kde/Makefile +++ b/audio/xmms-kde/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-kde PORTVERSION= 3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio kde MASTER_SITES= SF diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index 4944e9aabb1e..23af7f77e269 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -7,7 +7,7 @@ PORTNAME= yammi PORTVERSION= 1.2.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 7fd42a0a2731..4dea4b986fab 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,7 +7,7 @@ PORTNAME= zinf PORTVERSION= 2.2.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio ipv6 MASTER_SITES= SF diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 1f3fca899b63..a2639186b27c 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= clanlib PORTVERSION= 0.8.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-0.8/ diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 4f6526dfd94e..2b5b9a22355e 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugo PORTVERSION= 2.12 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= http://www.zeograd.com/download/ diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 46464cd8af7e..d976cbd3c8be 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -7,7 +7,7 @@ PORTNAME= mednafen PORTVERSION= 0.8.B -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION} diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 9af1638a30bc..a0a50fff6255 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -7,7 +7,7 @@ PORTNAME= xsystem35 PORTVERSION= 1.7.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 7c4600c06642..2465d0449702 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -7,7 +7,7 @@ PORTNAME= adonthell PORTVERSION= 0.3.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index 1ab544cb9bd5..3599e09bc1e3 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -7,7 +7,7 @@ PORTNAME= alienarena PORTVERSION= 2009.733 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://ftp.jeuxlinux.fr/files/ \ diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 20efa9372bf2..019fe034c8b5 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -7,7 +7,7 @@ PORTNAME= allacrost PORTVERSION= 0.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= allacrost_demo_source_${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= A single player 2D role-playing game BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.a:${PORTSDIR}/devel/luabind LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index b1b4951d0616..5edfe4104775 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -7,6 +7,7 @@ PORTNAME= btanks PORTVERSION= 0.9.8083 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/ diff --git a/games/bfm/Makefile b/games/bfm/Makefile index be72d9dd4bcf..a624456a62fa 100644 --- a/games/bfm/Makefile +++ b/games/bfm/Makefile @@ -7,7 +7,7 @@ PORTNAME= bfm PORTVERSION= 0.0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/battle4mandicor/Battle%20for%20Mandicor/${PORTVERSION}.1 EXTRACT_SUFX= -src.tar.gz diff --git a/games/blackshadeselite/Makefile b/games/blackshadeselite/Makefile index 1c430c5aa672..5b75e63421c0 100644 --- a/games/blackshadeselite/Makefile +++ b/games/blackshadeselite/Makefile @@ -7,7 +7,7 @@ PORTNAME= blackshadeselite PORTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://download.gna.org/blackshadeselite/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index c28e62e109d2..b9e97866f3de 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -7,7 +7,7 @@ PORTNAME= blinkensisters PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blinkensisters%20-%20Lost%20Pixels/LostPixels%20${PORTVERSION} diff --git a/games/boswars/Makefile b/games/boswars/Makefile index b54b0b9de414..ad1fee5736de 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -7,7 +7,7 @@ PORTNAME= boswars PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://boswars.org:8001/bos/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 6d7929a6d82a..0d8f91e78f4f 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -7,7 +7,7 @@ PORTNAME= darkplaces PORTVERSION= 20071120 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org:9090/twilight/darkplaces/files/ DISTNAME= ${PORTNAME}engine${PORTVERSION} diff --git a/games/edge/Makefile b/games/edge/Makefile index dcd69907ccc1..fffffdf55bad 100644 --- a/games/edge/Makefile +++ b/games/edge/Makefile @@ -7,7 +7,7 @@ PORTNAME= edge PORTVERSION= 1.29 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/EDGE%20Source%20Code/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index dc7e75345557..cfb6a7d284be 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -6,9 +6,8 @@ PORTNAME= eduke32 PORTVERSION= 20090313 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSION= 20090131 -PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://dukeworld.duke4.net/eduke32/source_code/ DISTFILES= ${PORTNAME}_src_${DISTVERSION}${EXTRACT_SUFX} diff --git a/games/el/Makefile b/games/el/Makefile index f76d740105ef..bc9d7c929062 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,7 +7,7 @@ PORTNAME= el PORTVERSION= 180 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} diff --git a/games/evq3/Makefile b/games/evq3/Makefile index 6841f663ea81..cc33b9e9cce6 100644 --- a/games/evq3/Makefile +++ b/games/evq3/Makefile @@ -7,7 +7,7 @@ PORTNAME= evq3 PORTVERSION= 1.3.20080810 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|alepulver/|} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index c805f6776485..28d669360ae3 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -7,6 +7,7 @@ PORTNAME= freedroidrpg PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/freedroid/freedroidRPG/freedroidRPG-${PORTVERSION} @@ -41,7 +42,7 @@ CONFIGURE_ARGS+=--disable-opengl .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+=--enable-vorbis .else CONFIGURE_ARGS+=--disable-vorbis diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 4832897e4221..f71748ee87f7 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeorion PORTVERSION= 0.3.13.3318 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= oliver diff --git a/games/fteqw/Makefile b/games/fteqw/Makefile index c247d920d43e..6c2d1b9cc5a8 100644 --- a/games/fteqw/Makefile +++ b/games/fteqw/Makefile @@ -7,7 +7,7 @@ PORTNAME= fteqw PORTVERSION= 3343 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Source/${PORTVERSION} DISTNAME= ftesrc${PORTVERSION}-all diff --git a/games/glest/Makefile b/games/glest/Makefile index fe5e2ba956f8..69135af0fad3 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -7,7 +7,7 @@ PORTNAME= glest PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} DISTNAME= ${PORTNAME}_source_${PORTVERSION} diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 54999d4c0a18..ef4b0bfa8606 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -7,7 +7,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION:R} diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 64d1984f2ad1..b37f75766383 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ioquake3 DISTVERSION?= 1.36 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile index c7bf59f5cc0b..ea59baa12d00 100644 --- a/games/iourbanterror/Makefile +++ b/games/iourbanterror/Makefile @@ -7,7 +7,7 @@ PORTNAME= iourbanterror DISTVERSION= 2007_12_20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/urbanterror/iourbanterror/source/complete/ DISTNAME= ioUrbanTerrorSource_${DISTVERSION} diff --git a/games/kmquake2/Makefile b/games/kmquake2/Makefile index 5b6d1b93857b..866c0c24df7a 100644 --- a/games/kmquake2/Makefile +++ b/games/kmquake2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmquake2 PORTVERSION= 0.19 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/KMQuake2/:src \ http://qexpo2005.quakedev.com/uploaded/54/:data \ diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index e213a7c13a83..43c127e373ff 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -7,7 +7,7 @@ PORTNAME= kuklomenos PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/games/neverball/Makefile b/games/neverball/Makefile index a4afbcbb395d..e3f3a213fc06 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -7,7 +7,7 @@ PORTNAME= neverball PORTVERSION= 1.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org:9090/neverball/ \ http://offload2.icculus.org:9090/neverball/ \ diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 7a2002bd4090..5283afd8c5ab 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -7,7 +7,7 @@ PORTNAME= nexuiz PORTVERSION= 2.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/games/openarena/Makefile b/games/openarena/Makefile index 35f03d5c594c..cc76dc2cbfad 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -7,7 +7,7 @@ PORTNAME= openarena PORTVERSION= 0.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://openarena.ws/rel/070/:src \ http://download.tuxfamily.net/cooker/openarena/rel070/:data \ diff --git a/games/openastromenace/Makefile b/games/openastromenace/Makefile index b4801e8c108a..f7fbde1cfff4 100644 --- a/games/openastromenace/Makefile +++ b/games/openastromenace/Makefile @@ -7,7 +7,7 @@ PORTNAME= openastromenace PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF DISTFILES= openamenace-src-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile index 8c466357b1ab..bd46422af74c 100644 --- a/games/opensonic/Makefile +++ b/games/opensonic/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensonic PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION} DISTNAME= opensnc-src${PORTVERSION} @@ -32,7 +33,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ RUN_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \ alpng>=1.3:${PORTSDIR}/graphics/alpng LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis .include <bsd.port.pre.mk> diff --git a/games/q2p/Makefile b/games/q2p/Makefile index 8c415776d105..1e012e7d1b15 100644 --- a/games/q2p/Makefile +++ b/games/q2p/Makefile @@ -7,7 +7,7 @@ PORTNAME= q2p PORTVERSION= 0.2.20061231 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/Q2P/ DISTNAME= Q2P-0.2-2006-12-31 diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 07727b47375f..d8fbc3bdb386 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -7,7 +7,7 @@ PORTNAME= quakeforge PORTVERSION= 0.5.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/quake/quake/${PORTVERSION}:sf DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf diff --git a/games/qudos/Makefile b/games/qudos/Makefile index 07faaa372285..92b386ff7b73 100644 --- a/games/qudos/Makefile +++ b/games/qudos/Makefile @@ -7,7 +7,7 @@ PORTNAME= qudos PORTVERSION= 0.40.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/QuDos/ DISTNAME= QuDos-${PORTVERSION}-src diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index e236f2af4128..53e2b12f683f 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= scummvm DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -49,7 +49,7 @@ WITH_VORBIS= yes .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+=--with-ogg-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} diff --git a/games/spring/Makefile b/games/spring/Makefile index 8db664234fa7..effd7fdcf79c 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -7,6 +7,7 @@ PORTNAME= spring PORTVERSION= 0.81.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src @@ -17,7 +18,7 @@ COMMENT= A project aiming to create a new and versatile RTS Engine LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ IL.2:${PORTSDIR}/graphics/devil \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ execinfo.1:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile index 2f2d9116470d..921c0ac34293 100644 --- a/games/stepmania-devel/Makefile +++ b/games/stepmania-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= stepmania PORTVERSION= 20071121 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/OldFiles PKGNAMESUFFIX= -devel @@ -43,7 +43,7 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" on \ .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg .else CONFIGURE_ARGS+=--without-vorbis .endif diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index de4c07881617..27f4ad587381 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -7,7 +7,7 @@ PORTNAME= stratagus PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF EXTRACT_SUFX= -src.tar.gz diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index e5a861c44362..6a474e9978ae 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -7,7 +7,7 @@ PORTNAME= supertuxkart PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/supertuxkart/SuperTuxKart/${PORTVERSION} EXTRACT_SUFX= -src.tar.bz2 @@ -17,7 +17,7 @@ COMMENT= Free 3D kart racing game BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GL= gl glu glut diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index 74fbc58c142e..278468048483 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -7,7 +7,7 @@ PORTNAME= tecnoballz PORTVERSION= 0.92 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \ http://mirror.amdmi3.ru/distfiles/ @@ -18,7 +18,7 @@ COMMENT= A brick breaker (Arkanoid-like game) LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod \ vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ smpeg.1:${PORTSDIR}/multimedia/smpeg USE_AUTOTOOLS= automake:19 aclocal:19 diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index f186e2cfc22e..85f29ebfde80 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -7,7 +7,7 @@ PORTNAME= tremulous PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 \ http://0day.icculus.org/mirrors/tremulous/ \ diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index 4b34ab2b4ab8..be0b2e04741d 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -8,7 +8,7 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://users.student.lth.se/d00jkr/tuxpuck/ diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 490ef4c4934c..de23f5a085a4 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -7,7 +7,7 @@ PORTNAME= ufoai PORTVERSION= 2.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source diff --git a/games/uqm/Makefile b/games/uqm/Makefile index 98353b347f55..7cf187e1dc88 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -14,7 +14,7 @@ PORTNAME= uqm PORTVERSION= 0.6.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/sc2/UQM/${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index 7350dd35b766..20ca4aeb7fbc 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -7,7 +7,7 @@ PORTNAME= vavoom PORTVERSION= 1.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION} diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 6abc2e7c8150..ac1939bf77dc 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdrift PORTVERSION= 20090215 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2009-02-15 DISTNAME= ${PORTNAME}-2009-02-15 diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 90e840e6de96..ec0b9278b4c2 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -7,7 +7,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= vegastrike-source-${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= Opensource 3D space simulator RUN_DEPENDS= ${DATADIR}/vegastrike.ico:${PORTSDIR}/games/vegastrike-data LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg USE_OPENAL= al USE_BZIP2= yes diff --git a/games/warsow/Makefile b/games/warsow/Makefile index 5201df9aa536..f3637c205631 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -7,7 +7,7 @@ PORTNAME= warsow PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://woe.crying-wolves.net/ \ http://www.derchris.eu/warsow/ \ diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 4ef6c94a218e..6756e489d15d 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -7,7 +7,7 @@ PORTNAME= warzone2100 PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Warzone%202100%20${PORTVERSION} @@ -19,7 +19,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ mad.2:${PORTSDIR}/audio/libmad \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ physfs.1:${PORTSDIR}/devel/physfs \ png.6:${PORTSDIR}/graphics/png \ vorbis.4:${PORTSDIR}/audio/libvorbis \ diff --git a/games/windstille/Makefile b/games/windstille/Makefile index 8d4f3b0c0530..26bc8f34aea0 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -7,7 +7,7 @@ PORTNAME= windstille PORTVERSION= 0.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= BERLIOS CENKES @@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Classic 2D jump-n-shoot game LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ png.6:${PORTSDIR}/graphics/png \ squirrel.0:${PORTSDIR}/lang/squirrel \ diff --git a/games/worldofpadman/Makefile b/games/worldofpadman/Makefile index 0e34c18453cc..b6d1ee772bd6 100644 --- a/games/worldofpadman/Makefile +++ b/games/worldofpadman/Makefile @@ -7,7 +7,7 @@ PORTNAME= worldofpadman PORTVERSION= 1.2.20080621 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://thilo.kickchat.com/download/:full \ http://btc3x6.che.uni-bayreuth.de/~tl/wop_final/:full \ diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 7a2002bd4090..5283afd8c5ab 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -7,7 +7,7 @@ PORTNAME= nexuiz PORTVERSION= 2.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 9f1e927315e2..657cdc07dffd 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -7,7 +7,7 @@ PORTNAME= zaz PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 4a14a0731b28..4cb6e63c5c1d 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= crystalspace PORTVERSION= 1.0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/crystal/crystal/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-src/}-${PORTVERSION} diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 4f7f9a8c9f3f..247dca3a4a6c 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -7,7 +7,7 @@ PORTNAME= enfle PORTVERSION= 20071024 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/files/stable/ diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index e097fe894757..38b0bbcf545d 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -7,7 +7,7 @@ PORTNAME= simage PORTVERSION= 1.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 55f978862537..a50ac27e764b 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile index 6a16f1981eb3..5c5d475229e6 100644 --- a/multimedia/avidemux2/Makefile +++ b/multimedia/avidemux2/Makefile @@ -7,7 +7,7 @@ PORTNAME= avidemux2 PORTVERSION= 2.4.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ SF/avidemux/avidemux/${PORTVERSION} diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 848a86aff243..c4ab8cc6496a 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -7,7 +7,7 @@ PORTNAME= avifile PORTVERSION= 0.7.43 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-20050224 diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 0cddc5c8355f..86054307b23c 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -7,7 +7,7 @@ PORTNAME= beep-media-player PORTVERSION= 0.9.7.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 MASTER_SITES= SF/beepmp/bmp/${PORTVERSION} diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile index ecc22e778838..2a3e5530a31e 100644 --- a/multimedia/bmp-extra-plugins/Makefile +++ b/multimedia/bmp-extra-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmp-extra-plugins PORTVERSION= 0.2.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia audio MASTER_SITES= http://wrzask.pl/files/ diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index 16bc02f26292..d8fd68df6614 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ffmpeg DISTVERSION= 2010-04-18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://people.freebsd.org/~mm/distfiles/ PKGNAMESUFFIX= -devel diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 4a08b4975aad..213ff58ba508 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -7,6 +7,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.5.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg2theora/Makefile b/multimedia/ffmpeg2theora/Makefile index 483f88f2d545..627e556882b2 100644 --- a/multimedia/ffmpeg2theora/Makefile +++ b/multimedia/ffmpeg2theora/Makefile @@ -6,7 +6,7 @@ PORTNAME= ffmpeg2theora PORTVERSION= 0.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/ diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile index 352944bb3105..499b458f1c31 100644 --- a/multimedia/gmerlin-avdecoder/Makefile +++ b/multimedia/gmerlin-avdecoder/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmerlin-avdecoder PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 9c4a4e5d2b6e..34e1a6363b51 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -8,7 +8,7 @@ PORTNAME= gstreamer-plugins-all PORTVERSION= 1.3.${GST_VERSION}.${GST_SHLIB_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= # empty DISTFILES= # empty diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index eda66ce1b282..4906fdcff606 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 6261a7ebf857..2ee3a61a2659 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -377,7 +377,7 @@ gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ gst_neon_DIST= bad # ogg -gst_ogg_LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +gst_ogg_LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION} gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ ${GST_LIB_DIR}/libgstogg.so diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index 42119e2ef032..433b338bfe9f 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdemultimedia PORTVERSION= ${KDE_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 9b7389ffa33d..50f0b25caf0f 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdemultimedia PORTVERSION= ${KDE4_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -17,7 +17,7 @@ COMMENT= KDE Multimedia applications LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ tag.1:${PORTSDIR}/audio/taglib \ vorbis.4:${PORTSDIR}/audio/libvorbis \ musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index 5a9944599aa4..bb9503d4a894 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libkate PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +15,7 @@ MAINTAINER= anders@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg \ png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 9faf8fdfb518..3be2815ea55e 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libquicktime PORTVERSION= 1.1.5 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index e05610e183ed..1ad1ab2894ee 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtheora PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index b0071666b0d5..1d63b4462281 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.16.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib%20%28${PORTNAME}%20core%29/${PORTVERSION} PKGNAMEPREFIX= lib diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 168ac7333713..ab5b213d7477 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -7,7 +7,7 @@ PORTNAME= lives PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/ DISTNAME= LiVES-${PORTVERSION} diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 1be237eef407..1999ca632c22 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -7,7 +7,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -20,7 +20,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ lzo2.2:${PORTSDIR}/archivers/lzo2 \ matroska.0:${PORTSDIR}/multimedia/libmatroska \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ boost_regex.4:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index a63fa7b53ac8..d8abc6c15f5c 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -6,6 +6,7 @@ PORTNAME= mlt PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 29251ae805c2..804d600a717f 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= High performance media player supporting many formats diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 1c5e80dde6f2..2be767ee29af 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -5,7 +5,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF MASTER_SITE_SUBDIR= oggvideotools/oggvideotools/${DISTNAME} @@ -14,7 +14,7 @@ MAINTAINER= jille@quis.cx COMMENT= A toolbox for manipulating Ogg video files LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ theora.0:${PORTSDIR}/multimedia/libtheora \ vorbis.4:${PORTSDIR}/audio/libvorbis diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 361e41256c4b..4b40c120db06 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogmrip PORTVERSION= 0.13.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 1152f665041d..5c3d16480360 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogmtools PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index 2646e318ffb0..2e86ea058465 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -7,7 +7,7 @@ PORTNAME= poe PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile index 556297ddb8a7..7f5ab3401a58 100644 --- a/multimedia/recordmydesktop/Makefile +++ b/multimedia/recordmydesktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= recordmydesktop DISTVERSION= 0.3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 73f6f9ae924f..7811ce233c8e 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --disable-x264 .endif .if defined(WITH_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+= --with-ogg-prefix=${LOCALBASE} --enable-ogg .else CONFIGURE_ARGS+= --disable-ogg diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index fc75ca09ac44..728c13d374aa 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ @@ -486,7 +486,7 @@ CONFIGURE_ARGS+=--disable-mpc .endif .if !defined(WITHOUT_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+=--enable-ogg .else CONFIGURE_ARGS+=--disable-ogg diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 936553bc7448..796f4ee30f3d 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES+= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ LOCAL/beech diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 86a762fa1b6b..43098a6f789d 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= giFT PORTVERSION= 0.11.8.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF DISTNAME= ${PORTNAME:L}-${PORTVERSION} diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 86be84436cfd..f95cc8709045 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -7,7 +7,7 @@ PORTNAME= lopster PORTVERSION= 1.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MASTER_SITES= SF \ http://lopster.sourceforge.net/download/ @@ -24,12 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libogg.so.4) +.if exists(${LOCALBASE}/lib/libogg.so.7) WITH_OGG= yes .endif .if defined(WITH_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg .endif .if !defined(WITHOUT_ZLIB) diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index 96f369c9ab88..487714f2d86c 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -6,7 +6,7 @@ PORTNAME= museekplus PORTVERSION= 0.1.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MASTER_SITES= SF/museek-plus/museek-plus/${PORTVERSION} DISTNAME= museek+-${PORTVERSION} diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile index 92064e056556..823f348f7c36 100644 --- a/net-p2p/qtella/Makefile +++ b/net-p2p/qtella/Makefile @@ -7,7 +7,7 @@ PORTNAME= qtella PORTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION} diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index a0c95522d9d1..aa394269991e 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.26.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 285095eb39c8..bec830c86655 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 285095eb39c8..bec830c86655 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 285095eb39c8..bec830c86655 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index e0d88a7f1dce..7ffdfbb0287d 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.6.0.21 -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= 16 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ diff --git a/net/callweaver/Makefile b/net/callweaver/Makefile index 3f9d757b050d..9369b130bf89 100644 --- a/net/callweaver/Makefile +++ b/net/callweaver/Makefile @@ -6,7 +6,7 @@ PORTNAME= callweaver PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://devs.callweaver.org/release/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index dfbc5cbfa583..60237efa7aac 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeswitch PORTVERSION= 1.0.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/:source1 \ http://dl.getdropbox.com/u/152504/:source2 \ diff --git a/net/gini/Makefile b/net/gini/Makefile index 1cce84c2a3ca..193e93346a3e 100644 --- a/net/gini/Makefile +++ b/net/gini/Makefile @@ -7,7 +7,7 @@ PORTNAME= gini PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/OldFiles diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 52d2558d1088..cb57c8d89994 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} @@ -113,7 +113,7 @@ CONFIGURE_ARGS+= --enable-localilbc .if defined(WITH_THEORA) LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+= --enable-theora PLIST_SUB+= THEORA="" WITH_VIDEO= yes diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index 02152deeb4a5..2fb21c665475 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -7,7 +7,7 @@ PORTNAME= graveman PORTVERSION= 0.3.12.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} @@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--disable-mp3 .endif .if defined(WITH_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+=--disable-ogg diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index 9bdb7067e46c..685ce79c18e3 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -8,7 +8,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client @@ -27,7 +27,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ hal.1:${PORTSDIR}/sysutils/hal \ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ raptor.3:${PORTSDIR}/textproc/raptor \ - ogg.6:${PORTSDIR}/audio/libogg \ + ogg.7:${PORTSDIR}/audio/libogg \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \ o3totxt:${PORTSDIR}/converters/o3read \ diff --git a/textproc/goldendict-devel/Makefile b/textproc/goldendict-devel/Makefile index 18b451a75066..7b7f59dcd64f 100644 --- a/textproc/goldendict-devel/Makefile +++ b/textproc/goldendict-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= goldendict PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= BERLIOS DISTNAME= ${PORTNAME}-${PORTVERSION}-src-x11 diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 18b451a75066..7b7f59dcd64f 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -7,7 +7,7 @@ PORTNAME= goldendict PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= BERLIOS DISTNAME= ${PORTNAME}-${PORTVERSION}-src-x11 diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index d0b8f7eef1d4..70cb0c53abd7 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.20b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 9b4e8ff6336c..f1449215c02a 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_musicindex PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www audio MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \ http://depot.fsck.ch/mirror/distfiles/ |