summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2006-06-08 16:07:12 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2006-06-08 16:07:12 +0000
commit7339154fcdbbea498890242244beddc5c8ddda71 (patch)
treedb6c55f0bec3be54a18b5ca2bcbb5c57123d37c7
parentFix brokenness when installed with slib-guile versions >= 3a2. (diff)
update freealut to 1.1.0
Notes
Notes: svn path=/head/; revision=164837
-rw-r--r--audio/freealut/Makefile5
-rw-r--r--audio/freealut/distinfo6
-rw-r--r--audio/freealut/pkg-plist2
-rw-r--r--audio/py-openal/Makefile3
-rw-r--r--devel/simgear/Makefile3
-rw-r--r--games/atr3d/Makefile4
-rw-r--r--games/chromium-bsu/Makefile4
-rw-r--r--games/chromium/Makefile4
-rw-r--r--games/el/Makefile3
-rw-r--r--games/ember/Makefile4
-rw-r--r--games/excido/Makefile3
-rw-r--r--games/glest/Makefile4
-rw-r--r--games/scorched3d/Makefile4
-rw-r--r--games/torcs/Makefile4
-rw-r--r--games/trigger/Makefile4
-rw-r--r--games/vdrift/Makefile4
-rw-r--r--games/warzone/Makefile4
-rw-r--r--games/warzone2100/Makefile4
-rw-r--r--graphics/crystalspace-devel/Makefile4
-rw-r--r--graphics/crystalspace/Makefile4
20 files changed, 41 insertions, 36 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile
index e609565c84db..2e7b7e9f115e 100644
--- a/audio/freealut/Makefile
+++ b/audio/freealut/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= freealut
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1.0
CATEGORIES= audio
-MASTER_SITES= http://www.openal.org/openal_webstf/downloads/
+MASTER_SITES= http://www.openal.org/openal_webstf/downloads/ \
+ http://aedion.de/openal/
MAINTAINER= oliver@FreeBSD.org
COMMENT= The OpenAL Utility Toolkit
diff --git a/audio/freealut/distinfo b/audio/freealut/distinfo
index a062ea8f76f3..faa298917dce 100644
--- a/audio/freealut/distinfo
+++ b/audio/freealut/distinfo
@@ -1,3 +1,3 @@
-MD5 (freealut-1.0.1.tar.gz) = 2df161090428a77660999dd3d12ab65f
-SHA256 (freealut-1.0.1.tar.gz) = 24a76885c2a4239bb3075e29a1f96b180d4e8ff7dd20c20301345c11c1cb9117
-SIZE (freealut-1.0.1.tar.gz) = 455507
+MD5 (freealut-1.1.0.tar.gz) = e089b28a0267faabdb6c079ee173664a
+SHA256 (freealut-1.1.0.tar.gz) = 60d1ea8779471bb851b89b49ce44eecb78e46265be1a6e9320a28b100c8df44f
+SIZE (freealut-1.1.0.tar.gz) = 461830
diff --git a/audio/freealut/pkg-plist b/audio/freealut/pkg-plist
index 17f071ea9488..932e9fc0569b 100644
--- a/audio/freealut/pkg-plist
+++ b/audio/freealut/pkg-plist
@@ -4,6 +4,6 @@ libdata/pkgconfig/freealut.pc
lib/libalut.a
lib/libalut.la
lib/libalut.so
-lib/libalut.so.0
+lib/libalut.so.1
@dirrmtry include/AL
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile
index 3f16632187af..a65d3d4e77e5 100644
--- a/audio/py-openal/Makefile
+++ b/audio/py-openal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openal
PORTVERSION= 0.1.6
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://download.gna.org/pyopenal/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ MAINTAINER= acardenas@bsd.org.pe
COMMENT= PyOpenAL is a binding of OpenAL for Python
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
DIST_SUBDIR= python
USE_GZIP= yes
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index 47a6f655ea73..2701a2f36b73 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SimGear
PORTVERSION= 0.3.10
+PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \
ftp://ftp.de.flightgear.org/pub/simgear/Source/
@@ -18,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_GL= yes
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index accafa1e71fd..83c018f1c4f0 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= atr3d
PORTVERSION= 0.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
@@ -18,7 +18,7 @@ COMMENT= 3D asteroids-like multiplayer game
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
glut.4:${PORTSDIR}/graphics/libglut \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
index 5f00794b0e9d..c82417238a2a 100644
--- a/games/chromium-bsu/Makefile
+++ b/games/chromium-bsu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chromium
PORTVERSION= 0.9.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.reptilelabour.com/software/files/chromium/
DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz \
@@ -19,7 +19,7 @@ COMMENT= An arcade-style, top-scrolling space shooter
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
smpeg.1:${PORTSDIR}/multimedia/smpeg \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_GL= yes
USE_GMAKE= yes
diff --git a/games/chromium/Makefile b/games/chromium/Makefile
index 5f00794b0e9d..c82417238a2a 100644
--- a/games/chromium/Makefile
+++ b/games/chromium/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chromium
PORTVERSION= 0.9.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.reptilelabour.com/software/files/chromium/
DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz \
@@ -19,7 +19,7 @@ COMMENT= An arcade-style, top-scrolling space shooter
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
smpeg.1:${PORTSDIR}/multimedia/smpeg \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_GL= yes
USE_GMAKE= yes
diff --git a/games/el/Makefile b/games/el/Makefile
index 524dfc3c2e5e..661ae6e2430f 100644
--- a/games/el/Makefile
+++ b/games/el/Makefile
@@ -7,6 +7,7 @@
PORTNAME= el
PORTVERSION= 112
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.berlios.de/pub/elc/ http://el.tfm.ro/
DISTFILES= ${EL_PROG} ${EL_DATA}
@@ -18,7 +19,7 @@ COMMENT= Eternal Lands is a free 3D MMORPG
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
vorbis.3:${PORTSDIR}/audio/libvorbis \
cal3d.11:${PORTSDIR}/graphics/cal3d \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
USE_GNOME= libxml2
diff --git a/games/ember/Makefile b/games/ember/Makefile
index 66ab63a7c88b..fa19acdb04d5 100644
--- a/games/ember/Makefile
+++ b/games/ember/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ember
PORTVERSION= 0.4.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://amber.worldforge.org/ember/releases/stable/
@@ -23,7 +23,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
varconf-1.0.6:${PORTSDIR}/devel/varconf \
mercator-0.2.4:${PORTSDIR}/devel/mercator \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc --program-transform-name= --disable-cppunit
USE_SDL= sdl image
diff --git a/games/excido/Makefile b/games/excido/Makefile
index e53bd15fd92d..6be04cfc1bc7 100644
--- a/games/excido/Makefile
+++ b/games/excido/Makefile
@@ -7,6 +7,7 @@
PORTNAME= excido
PORTVERSION= 0.1.5c
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/excido/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -16,7 +17,7 @@ COMMENT= A portable fast-paced 3d shooter
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
physfs-1.0.1:${PORTSDIR}/devel/physfs \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/games/glest/Makefile b/games/glest/Makefile
index a4cc42526e0c..5e58a7cf828c 100644
--- a/games/glest/Makefile
+++ b/games/glest/Makefile
@@ -7,7 +7,7 @@
PORTNAME= glest
PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ COMMENT= Free 3d real-time customizable strategy game
LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
RUN_DEPENDS= ${X11BASE}/lib/${PORTNAME}/configuration.xml:${PORTSDIR}/games/glest-data
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile
index a172ca376d64..2def909beefd 100644
--- a/games/scorched3d/Makefile
+++ b/games/scorched3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scorched3d
PORTVERSION= 0.${SCORCH_VERSION}${SCORCH_REVISION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scorched3d
@@ -22,7 +22,7 @@ BUILD_DEPENDS= ${X11BASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk
RUN_DEPENDS= ${X11BASE}/include/wx-2.6/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk26-common \
wxgtk2-2.6-config:${PORTSDIR}/x11-toolkits/wxgtk26 \
openal-config:${PORTSDIR}/audio/openal
-LIB_DEPENDS= alut.0:${PORTSDIR}/audio/freealut
+LIB_DEPENDS= alut.1:${PORTSDIR}/audio/freealut
SCORCH_VERSION= 39.1
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index 08d6eda20e5c..f7589c10f766 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= torcs
DISTVERSION= 1.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ COMMENT= The Open Racing Car Simulator
BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_BZIP2= yes
diff --git a/games/trigger/Makefile b/games/trigger/Makefile
index 452155cfd159..8207d6b3579b 100644
--- a/games/trigger/Makefile
+++ b/games/trigger/Makefile
@@ -7,7 +7,7 @@
PORTNAME= trigger
PORTVERSION= 0.5.1c
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://0day.icculus.org/mirrors/trigger/
DISTFILES= trigger-${PORTVERSION}-src${EXTRACT_SUFX} \
@@ -19,7 +19,7 @@ COMMENT= A rally car racing game
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
LIB_DEPENDS= openal:${PORTSDIR}/audio/openal \
physfs:${PORTSDIR}/devel/physfs \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_SDL= sdl image
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile
index cfb95e974184..c8c5ce07e5fd 100644
--- a/games/vdrift/Makefile
+++ b/games/vdrift/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vdrift
PORTVERSION= 20060221
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,7 +19,7 @@ COMMENT= Open source driving simulation
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
RUN_DEPENDS= ${X11BASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data
USE_BZIP2= yes
diff --git a/games/warzone/Makefile b/games/warzone/Makefile
index 170c73f06d70..817cda8486dc 100644
--- a/games/warzone/Makefile
+++ b/games/warzone/Makefile
@@ -7,7 +7,7 @@
PORTNAME= warzone2100
PORTVERSION= 0.2.2
-PORTREVISON= 1
+PORTREVISON= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
ogg.5:${PORTSDIR}/audio/libogg \
openal.0:${PORTSDIR}/audio/openal \
vorbis.3:${PORTSDIR}/audio/libvorbis \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_BZIP2= yes
USE_GL= yes
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 170c73f06d70..817cda8486dc 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -7,7 +7,7 @@
PORTNAME= warzone2100
PORTVERSION= 0.2.2
-PORTREVISON= 1
+PORTREVISON= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
ogg.5:${PORTSDIR}/audio/libogg \
openal.0:${PORTSDIR}/audio/openal \
vorbis.3:${PORTSDIR}/audio/libvorbis \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_BZIP2= yes
USE_GL= yes
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile
index 72cfb725f76b..18a0d608a968 100644
--- a/graphics/crystalspace-devel/Makefile
+++ b/graphics/crystalspace-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= crystalspace
PORTVERSION= 0.99
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystal
@@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
aa.1:${PORTSDIR}/graphics/aalib \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index 72cfb725f76b..18a0d608a968 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= crystalspace
PORTVERSION= 0.99
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystal
@@ -21,7 +21,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
aa.1:${PORTSDIR}/graphics/aalib \
openal.0:${PORTSDIR}/audio/openal \
- alut.0:${PORTSDIR}/audio/freealut
+ alut.1:${PORTSDIR}/audio/freealut
USE_X_PREFIX= yes
USE_BZIP2= yes