diff options
author | mva <mva@FreeBSD.org> | 2010-01-30 17:43:31 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-01-30 17:43:31 +0800 |
commit | a7dc1c263e89cfa1f4699fb852a755aa153b2e75 (patch) | |
tree | 7123c9d774508d54cd2c680aa6d330596c53df41 | |
parent | f7819f69cd4bca431215e247011f328f936b2300 (diff) | |
download | freebsd-ports-graphics-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.tar.gz freebsd-ports-graphics-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.tar.zst freebsd-ports-graphics-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.zip |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
302 files changed, 359 insertions, 351 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 9f2019d8506..2369ad6a7a4 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -61,12 +61,12 @@ _VERSION_gui= 0 _SUBDIR_gui= x11-toolkits _REQUIRES_gui= sdl image ttf -_VERSION_image= 1 +_VERSION_image= 8 _SUBDIR_image= graphics _LIB_image= SDL_image-1.2 _REQUIRES_image=sdl -_VERSION_mixer= 2 +_VERSION_mixer= 10 _SUBDIR_mixer= audio _LIB_mixer= SDL_mixer-1.2 _REQUIRES_mixer=sdl @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100130: + AFFECTS: users of audio/sdl_mixer and graphics/sdl_image + AUTHOR: mva@FreeBSD.org + + The SDL_mixer and SDL_image libraries have new shared library versions. + Please rebuild all ports that depend on them. + + If you use portmaster: + + portmaster -r sdl_mixer-\* + portmaster -r sdl_image-\* + + If you use portupgrade: + + portupgrade -fr audio/sdl_mixer + portupgrade -fr graphics/sdl_image + 20100125: AFFECTS: users of audio/openal and graphics/openal-soft AUTHOR: mva@FreeBSD.org diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 817a18644bc..c61462e5200 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -7,7 +7,7 @@ PORTNAME= adplay PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/adplug/AdPlay_UNIX/${PORTVERSION}:main \ SF/adplug/Database/2006-07-06:db diff --git a/audio/phatbeat/Makefile b/audio/phatbeat/Makefile index 18f6ef03005..08d44c8a800 100644 --- a/audio/phatbeat/Makefile +++ b/audio/phatbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= phatbeat PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.postreal.org/files/ DISTNAME= PhatBeat-${PORTVERSION} diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 496336f57f5..b412cc3da61 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= pysol-sound-server PORTVERSION= 3.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio games MASTER_SITES= http://www.pysol.org/download/pysol/ \ ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/ diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index fc99855b396..566d7244c32 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_mixer -PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTVERSION= 1.2.11 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -17,6 +16,7 @@ COMMENT= A sample multi-channel audio mixer library USE_AUTOTOOLS= libtool:22 USE_SDL= sdl +USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -26,6 +26,7 @@ USE_LDCONFIG= yes OPTIONS= MIKMOD "Enable MOD music via libMikMod" On \ SMPEG "Enable MP3 music via SMPEG" On \ + FLAC "Enable FLAC encoding support via flac" On \ VORBIS "Enable Ogg Vorbis music" On \ TIMIDITYPLUS "Use Timidity++ instead of Timidity" Off @@ -38,6 +39,13 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod CONFIGURE_ARGS+=--enable-music-libmikmod .endif +.if defined(WITHOUT_FLAC) +CONFIGURE_ARGS+=--disable-music-flac +.else +LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac +CONFIGURE_ARGS+=--enable-music-flac +.endif + .if defined(WITHOUT_SMPEG) CONFIGURE_ARGS+=--disable-music-mp3 .else diff --git a/audio/sdl_mixer/distinfo b/audio/sdl_mixer/distinfo index 322c1508b0b..104d25d68ac 100644 --- a/audio/sdl_mixer/distinfo +++ b/audio/sdl_mixer/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_mixer-1.2.8.tar.gz) = 0b5b91015d0f3bd9597e094ba67c4d65 -SHA256 (SDL_mixer-1.2.8.tar.gz) = a8222a274778ff16d0e3ee49a30db27a48a4d357169a915fc599a764e405e0b6 -SIZE (SDL_mixer-1.2.8.tar.gz) = 2096559 +MD5 (SDL_mixer-1.2.11.tar.gz) = 65ada3d997fe85109191a5fb083f248c +SHA256 (SDL_mixer-1.2.11.tar.gz) = 86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9 +SIZE (SDL_mixer-1.2.11.tar.gz) = 2690654 diff --git a/audio/sdl_mixer/pkg-plist b/audio/sdl_mixer/pkg-plist index eb8b9a1bb8f..4fad8cdca5a 100644 --- a/audio/sdl_mixer/pkg-plist +++ b/audio/sdl_mixer/pkg-plist @@ -1,7 +1,8 @@ include/SDL/SDL_mixer.h lib/libSDL_mixer-1.2.so -lib/libSDL_mixer-1.2.so.2 +lib/libSDL_mixer-1.2.so.10 lib/libSDL_mixer.a lib/libSDL_mixer.la lib/libSDL_mixer.so +libdata/pkgconfig/SDL_mixer.pc @dirrmtry include/SDL diff --git a/devel/adasdl/Makefile b/devel/adasdl/Makefile index 2ab58e61727..bc66a6035fd 100644 --- a/devel/adasdl/Makefile +++ b/devel/adasdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= adasdl PORTVERSION= 20010504 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/AdaSDL_${PORTVERSION}/AdaSDL_${PORTVERSION} DISTNAME= AdaSDL_${PORTVERSION} diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile index a54ba2e965a..7019bda1f1e 100644 --- a/devel/bennugd-modules/Makefile +++ b/devel/bennugd-modules/Makefile @@ -7,6 +7,7 @@ PORTNAME= modules PORTVERSION= r20091106 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ PKGNAMEPREFIX= bennugd- diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index 91bb90aa108..4207350a5b2 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -8,7 +8,7 @@ PORTNAME= eboxy PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/esdl/Makefile b/devel/esdl/Makefile index 9039fd8e686..343502f97f2 100644 --- a/devel/esdl/Makefile +++ b/devel/esdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= esdl PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index e992095ef8e..6d811824d0f 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -7,6 +7,7 @@ PORTNAME= flatzebra PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 02c2fa38889..841cf095185 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gauche-sdl PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel scheme MASTER_SITES= http://michaelvess.com/files/ DISTNAME= ${PORTFAKENAME} diff --git a/devel/gengameng/Makefile b/devel/gengameng/Makefile index 36753b241cb..5b5d520ed29 100644 --- a/devel/gengameng/Makefile +++ b/devel/gengameng/Makefile @@ -7,7 +7,7 @@ PORTNAME= gengameng PORTVERSION= 4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 02b885c667e..364f8fb96ae 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -7,6 +7,7 @@ PORTNAME= guichan PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index c39380bcd81..9978b95589c 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -7,7 +7,7 @@ PORTNAME= kyra PORTVERSION= 2.0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION} DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} diff --git a/devel/love/Makefile b/devel/love/Makefile index 2867b8eb4b3..be86595235e 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -7,7 +7,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 2867b8eb4b3..be86595235e 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -7,7 +7,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/love5/Makefile b/devel/love5/Makefile index 2867b8eb4b3..be86595235e 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -7,7 +7,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile index 679b4b9f598..9ea6a4c565e 100644 --- a/devel/ocaml-sdl/Makefile +++ b/devel/ocaml-sdl/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdl PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/ocaml${PORTNAME}/OCamlSDL/ocaml${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ocaml- diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 3126f5ce7db..08c21eb517e 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -5,6 +5,7 @@ PORTNAME= SDL PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DG/DGOEHRIG diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 7596cf1bef7..4100cfe1002 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -7,7 +7,7 @@ PORTNAME= game PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= http://pygame.seul.org/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ruby-game/Makefile b/devel/ruby-game/Makefile index a57905ed7d8..2570981b5c3 100644 --- a/devel/ruby-game/Makefile +++ b/devel/ruby-game/Makefile @@ -7,7 +7,7 @@ PORTNAME= game PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel ruby MASTER_SITES= http://rubygame.seul.org/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index 9ca20b3e4d7..69cd88e825e 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -7,7 +7,7 @@ PORTNAME= rudl PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel ruby MASTER_SITES= SF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 6f531f0ddfa..8d7c904a3bc 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel graphics audio ruby MASTER_SITES= http://www.kmc.gr.jp/~ohai/rubysdl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/rubygem-rubygame/Makefile b/devel/rubygem-rubygame/Makefile index a57905ed7d8..2570981b5c3 100644 --- a/devel/rubygem-rubygame/Makefile +++ b/devel/rubygem-rubygame/Makefile @@ -7,7 +7,7 @@ PORTNAME= game PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel ruby MASTER_SITES= http://rubygame.seul.org/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index f955f34a962..eb774c489f0 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl -PORTVERSION= 1.2.13 -PORTREVISION= 4 +PORTVERSION= 1.2.14 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ diff --git a/devel/sdl12/distinfo b/devel/sdl12/distinfo index 9bb01ecd041..44c11ac4bbd 100644 --- a/devel/sdl12/distinfo +++ b/devel/sdl12/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL-1.2.13.tar.gz) = c6660feea2a6834de10bc71b2f8e4d88 -SHA256 (SDL-1.2.13.tar.gz) = 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132 -SIZE (SDL-1.2.13.tar.gz) = 3373673 +MD5 (SDL-1.2.14.tar.gz) = e52086d1b508fa0b76c52ee30b55bec4 +SHA256 (SDL-1.2.14.tar.gz) = 5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6 +SIZE (SDL-1.2.14.tar.gz) = 4014154 diff --git a/devel/sdl12/files/patch-configure b/devel/sdl12/files/patch-configure index 3441468c5d8..c775fefec62 100644 --- a/devel/sdl12/files/patch-configure +++ b/devel/sdl12/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jul 5 00:52:15 2006 -+++ configure Wed Jul 5 01:01:28 2006 -@@ -30485,8 +30485,8 @@ +--- configure.orig 2010-01-02 16:59:06.000000000 +0100 ++++ configure 2010-01-02 17:00:02.000000000 +0100 +@@ -27369,8 +27369,8 @@ # pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" ;; *-*-freebsd*|*-*-dragonfly*) diff --git a/devel/sdl12/files/patch-include_SDL_stdinc.h b/devel/sdl12/files/patch-include_SDL_stdinc.h deleted file mode 100644 index 319d4a36a40..00000000000 --- a/devel/sdl12/files/patch-include_SDL_stdinc.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/SDL_stdinc.h.orig 2006-06-27 00:48:32.000000000 -0400 -+++ include/SDL_stdinc.h 2008-01-27 12:47:15.000000000 -0500 -@@ -319,6 +319,7 @@ - __asm__ __volatile__ ( \ - "std\n\t" \ - "rep ; movsl\n\t" \ -+ "cld\n\t" \ - : "=&c" (u0), "=&D" (u1), "=&S" (u2) \ - : "0" (n >> 2), \ - "1" (dstp+(n-4)), "2" (srcp+(n-4)) \ diff --git a/devel/sdl12/files/patch-sdl.pc.in b/devel/sdl12/files/patch-sdl.pc.in index 2ba3a62f80e..058221f8784 100644 --- a/devel/sdl12/files/patch-sdl.pc.in +++ b/devel/sdl12/files/patch-sdl.pc.in @@ -1,12 +1,8 @@ -# -# Temporary hack to provide iconv include directory is well -# (sdl explicitly includes iconv.h) -# ---- sdl.pc.in.orig Thu Aug 31 03:47:07 2006 -+++ sdl.pc.in Thu Aug 31 03:47:19 2006 -@@ -11,4 +11,4 @@ - Requires: +--- sdl.pc.in.orig 2010-01-02 16:56:18.000000000 +0100 ++++ sdl.pc.in 2010-01-02 16:56:37.000000000 +0100 +@@ -12,4 +12,4 @@ Conflicts: Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ + Libs.private: @SDL_STATIC_LIBS@ -Cflags: -I${includedir}/SDL @SDL_CFLAGS@ +Cflags: -I${includedir}/SDL -I${includedir} @SDL_CFLAGS@ diff --git a/devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c b/devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c deleted file mode 100644 index e6ae80605ba..00000000000 --- a/devel/sdl12/files/patch-src_joystick_bsd_SDL_sysjoystick.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/joystick/bsd/SDL_sysjoystick.c.orig 2007-12-31 05:47:55.000000000 +0100 -+++ src/joystick/bsd/SDL_sysjoystick.c 2009-08-05 08:34:06.000000000 +0200 -@@ -74,6 +74,13 @@ - #define MAX_JOY_JOYS 2 - #define MAX_JOYS (MAX_UHID_JOYS + MAX_JOY_JOYS) - -+#if defined(__FREEBSD__) && (__FreeBSD_version > 800063) -+struct usb_ctl_report { -+ int ucr_report; -+ u_char ucr_data[1024]; /* filled data size will vary */ -+}; -+#endif -+ - struct report { - struct usb_ctl_report *buf; /* Buffer */ - size_t size; /* Buffer size */ -@@ -137,7 +144,7 @@ - static int report_alloc(struct report *, struct report_desc *, int); - static void report_free(struct report *); - --#ifdef USBHID_UCR_DATA -+#if defined(USBHID_UCR_DATA) || (defined(__FREEBSD__) && (__FreeBSD_version > 800063)) - #define REP_BUF_DATA(rep) ((rep)->buf->ucr_data) - #else - #define REP_BUF_DATA(rep) ((rep)->buf->data) -@@ -292,9 +299,13 @@ - strerror(errno)); - goto usberr; - } -- - rep = &hw->inreport; -+#if defined(__FREEBSD__) && (__FreeBSD_version > 800063) -+ rep->rid = hid_get_report_id(fd); -+ if (rep->rid < 0) { -+#else - if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) { -+#endif - rep->rid = -1; /* XXX */ - } - if (report_alloc(rep, hw->repdesc, REPORT_INPUT) < 0) { diff --git a/devel/sdl12/files/patch-src_video_x11_SDL__x11modes.c b/devel/sdl12/files/patch-src_video_x11_SDL__x11modes.c deleted file mode 100644 index cd2da197e17..00000000000 --- a/devel/sdl12/files/patch-src_video_x11_SDL__x11modes.c +++ /dev/null @@ -1,30 +0,0 @@ ---- src/video/x11/SDL_x11modes.c.orig -+++ src/video/x11/SDL_x11modes.c -@@ -52,8 +52,25 @@ - #if SDL_VIDEO_DRIVER_X11_VIDMODE - Bool SDL_NAME(XF86VidModeGetModeInfo)(Display *dpy, int scr, SDL_NAME(XF86VidModeModeInfo) *info) - { -- SDL_NAME(XF86VidModeModeLine) *l = (SDL_NAME(XF86VidModeModeLine)*)((char*)info + sizeof info->dotclock); -- return SDL_NAME(XF86VidModeGetModeLine)(dpy, scr, (int*)&info->dotclock, l); -+ Bool retval; -+ int dotclock; -+ SDL_NAME(XF86VidModeModeLine) l; -+ SDL_memset(&l, 0, sizeof(l)); -+ retval = SDL_NAME(XF86VidModeGetModeLine)(dpy, scr, &dotclock, &l); -+ info->dotclock = dotclock; -+ info->hdisplay = l.hdisplay; -+ info->hsyncstart = l.hsyncstart; -+ info->hsyncend = l.hsyncend; -+ info->htotal = l.htotal; -+ info->hskew = l.hskew; -+ info->vdisplay = l.vdisplay; -+ info->vsyncstart = l.vsyncstart; -+ info->vsyncend = l.vsyncend; -+ info->vtotal = l.vtotal; -+ info->flags = l.flags; -+ info->privsize = l.privsize; -+ info->private = l.private; -+ return retval; - } - #endif /* SDL_VIDEO_DRIVER_X11_VIDMODE */ - diff --git a/devel/sdl_console/Makefile b/devel/sdl_console/Makefile index cd8030800cf..a85a4545b5a 100644 --- a/devel/sdl_console/Makefile +++ b/devel/sdl_console/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdl_console PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION} DISTNAME= sdlconsole-${PORTVERSION} diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile index 96112798271..6df04cc3a0c 100644 --- a/devel/sdl_sge/Makefile +++ b/devel/sdl_sge/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_sge PORTVERSION= 0.030809 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel graphics MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ http://www.digitalfanatics.org/cal/sge/files/ diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index 9bce7aa35c0..2c353ac0489 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -7,7 +7,7 @@ PORTNAME= gngeo PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index bcd5acbd52a..9d88a423834 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugo PORTVERSION= 2.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://www.zeograd.com/download/ diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index 6531a947b4c..e1eb3de5a3a 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -7,7 +7,7 @@ PORTNAME= nonpareil PORTVERSION= 0.78 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://nonpareil.brouhaha.com/download/ diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 9441045ebd4..fe311ca3a5e 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -7,7 +7,7 @@ PORTNAME= openmsx DISTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/games/54321/Makefile b/games/54321/Makefile index 8fb07a55d75..ee733474a40 100644 --- a/games/54321/Makefile +++ b/games/54321/Makefile @@ -7,7 +7,7 @@ PORTNAME= 54321 PORTVERSION= 1.0.2001.11.16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.nklein.com/products/54321/${PORTVERSION}/ DISTNAME= ${PORTNAME} diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile index 7fc49c03141..00503d2f44e 100644 --- a/games/8kingdoms/Makefile +++ b/games/8kingdoms/Makefile @@ -7,7 +7,7 @@ PORTNAME= 8kingdoms PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/kralovstvi/8%20Kingdoms/8%20Kingdoms%20${PORTVERSION} DISTNAME= ${PORTNAME:S/k/K/}-${PORTVERSION} diff --git a/games/abe/Makefile b/games/abe/Makefile index 1e53c06cde2..89d4ed410a9 100644 --- a/games/abe/Makefile +++ b/games/abe/Makefile @@ -7,7 +7,7 @@ PORTNAME= abe PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 0cf5b4bbf3f..2478ac402a9 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -7,7 +7,7 @@ PORTNAME= adonthell PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/afternoonstalker/Makefile b/games/afternoonstalker/Makefile index a149a4a34b6..865023a1b27 100644 --- a/games/afternoonstalker/Makefile +++ b/games/afternoonstalker/Makefile @@ -7,6 +7,7 @@ PORTNAME= afternoonstalker PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ diff --git a/games/agame/Makefile b/games/agame/Makefile index 589784734f3..df3c932d47a 100644 --- a/games/agame/Makefile +++ b/games/agame/Makefile @@ -7,7 +7,7 @@ PORTNAME= agame PORTVERSION= 1577 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://zevv.nl/play/code/game/ \ http://critical.ch/distfiles/ \ diff --git a/games/airrox/Makefile b/games/airrox/Makefile index 80e3d3afe5b..2595cca05ce 100644 --- a/games/airrox/Makefile +++ b/games/airrox/Makefile @@ -7,7 +7,7 @@ PORTNAME= airrox PORTVERSION= 0.0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-0.04 diff --git a/games/alephone/Makefile b/games/alephone/Makefile index c5ac69f1ded..004e52786f2 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -7,7 +7,7 @@ PORTNAME= alephone PORTVERSION= 20080913 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2008-09-13 DISTNAME= AlephOne-${PORTVERSION} diff --git a/games/alienblaster/Makefile b/games/alienblaster/Makefile index 061e2998b5c..e179968ba6b 100644 --- a/games/alienblaster/Makefile +++ b/games/alienblaster/Makefile @@ -7,7 +7,7 @@ PORTNAME= alienblaster PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.schwardtnet.de/alienblaster/archives/ EXTRACT_SUFX= .tgz diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index 0591a65ed05..576c6770596 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -7,7 +7,7 @@ PORTNAME= amoebax PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/anagramarama/Makefile b/games/anagramarama/Makefile index 0b897edc74f..f3a0f9817b8 100644 --- a/games/anagramarama/Makefile +++ b/games/anagramarama/Makefile @@ -7,7 +7,7 @@ PORTNAME= anagramarama PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.omega.clara.net/anagramarama/dist/ diff --git a/games/aqbubble/Makefile b/games/aqbubble/Makefile index f2f651ca12b..c226f9085fc 100644 --- a/games/aqbubble/Makefile +++ b/games/aqbubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqbubble PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/juegos/aqbubble/descargas/ diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index ad43697568f..14b6117e43b 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -8,7 +8,7 @@ PORTNAME= armagetron PORTVERSION= 0.2.8.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}ad/${PORTNAME}ad-src/${PORTVERSION} DISTNAME= armagetronad-${PORTVERSION} diff --git a/games/asc/Makefile b/games/asc/Makefile index 2bbbe22167c..c63b69aa7b9 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -7,7 +7,7 @@ PORTNAME= asc PORTVERSION= 1.16.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/1.16.4 DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile index 002a3da481f..9bb6c03c913 100644 --- a/games/assaultcube/Makefile +++ b/games/assaultcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= assaultcube PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/actiongame/AssaultCube/1.0 DISTNAME= AssaultCube_v${PORTVERSION} diff --git a/games/balazar/Makefile b/games/balazar/Makefile index 7f5ab5e375e..65c4b47c970 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -7,6 +7,7 @@ PORTNAME= balazar PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://download.gna.org/balazar/ DISTNAME= Balazar-${PORTVERSION} diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 3e6e7732af4..c219a70a5b3 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -7,7 +7,7 @@ PORTNAME= barrage PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME}/1.0 DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile index 52a351355ac..d0773942e63 100644 --- a/games/battletanks/Makefile +++ b/games/battletanks/Makefile @@ -7,7 +7,7 @@ PORTNAME= btanks PORTVERSION= 0.7.5800 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTNAME}-source-${PORTVERSION} diff --git a/games/biloba/Makefile b/games/biloba/Makefile index 7b9248cf49f..f748f40f011 100644 --- a/games/biloba/Makefile +++ b/games/biloba/Makefile @@ -7,7 +7,7 @@ PORTNAME= biloba PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION} diff --git a/games/biniax2/Makefile b/games/biniax2/Makefile index 322cdaec3a4..b764efa81b6 100644 --- a/games/biniax2/Makefile +++ b/games/biniax2/Makefile @@ -7,7 +7,7 @@ PORTNAME= biniax2 PORTVERSION= 1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mordred.dir.bg/biniax/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/biniax2/files/patch-biniax.c b/games/biniax2/files/patch-biniax.c index 31ba89e8688..3462c0f40e4 100644 --- a/games/biniax2/files/patch-biniax.c +++ b/games/biniax2/files/patch-biniax.c @@ -1,6 +1,14 @@ ---- biniax.c.orig 2008-04-08 09:25:14.000000000 +0400 -+++ biniax.c 2008-04-16 22:33:02.000000000 +0400 -@@ -89,6 +89,15 @@ +--- biniax.c.orig 2009-05-05 16:49:06.000000000 +0200 ++++ biniax.c 2010-01-27 23:57:35.000000000 +0100 +@@ -47,6 +47,7 @@ + INCLUDES
+ ******************************************************************************/
+
++#include <errno.h> + #include "game.h"
+ #include "lev.h"
+ #include "inc.h"
+@@ -89,6 +90,15 @@ int main( int argc, char *argv[] )
{
diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index f7f639fc1c6..92c8b38a3ff 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -7,7 +7,7 @@ PORTNAME= blinkensisters PORTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blinkensisters%20-%20Lost%20Pixels/LostPixels%20${PORTVERSION} diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index d384cdbc9aa..b8c736b9571 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -7,7 +7,7 @@ PORTNAME= bloboats PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ http://koti.mbnet.fi/makegho/c/blobtrox/ \ diff --git a/games/blockout/Makefile b/games/blockout/Makefile index cee3fa03ca8..d9a1229fe82 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -7,6 +7,7 @@ PORTNAME= blockout PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BlockOut%20${PORTVERSION}/ \ http://www.stasyan.com/devel/distfiles/ diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 8c0c00fe26c..2185d3e84c5 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -7,6 +7,7 @@ PORTNAME= bloodfrontier DISTVERSION= B2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blood%20Frontier/Blood%20Frontier%20Beta%202 DISTNAME= ${PORTNAME}-${DISTVERSION}-linux diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile index 33f1c0a9587..04be6dec4d8 100644 --- a/games/bomberclone/Makefile +++ b/games/bomberclone/Makefile @@ -7,7 +7,7 @@ PORTNAME= bomberclone PORTVERSION= 0.11.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 66246fb08e0..af95931a518 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -7,7 +7,7 @@ PORTNAME= bomberinstinct PORTVERSION= 0.8.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION} DISTNAME= BomberInstinct-${PORTVERSION} diff --git a/games/bomns/Makefile b/games/bomns/Makefile index 1295226f4a7..2828a3430e6 100644 --- a/games/bomns/Makefile +++ b/games/bomns/Makefile @@ -7,7 +7,7 @@ PORTNAME= bomns PORTVERSION= 0.99.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERSION} diff --git a/games/brickshooter/Makefile b/games/brickshooter/Makefile index 4469f5aa388..5ea850bf06f 100644 --- a/games/brickshooter/Makefile +++ b/games/brickshooter/Makefile @@ -7,7 +7,7 @@ PORTNAME= brickshooter PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://bilious.homelinux.org/~paxed/brickshooter/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/brikx/Makefile b/games/brikx/Makefile index 59c465438a1..57921e2a055 100644 --- a/games/brikx/Makefile +++ b/games/brikx/Makefile @@ -7,6 +7,7 @@ PORTNAME= brikx PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ # SF/brikx/Brikx/${PORTVERSION} diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 2697ac23ac7..a655c7a8ad5 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -7,7 +7,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ diff --git a/games/brutalchess/Makefile b/games/brutalchess/Makefile index 66e12ded19e..62483af0eaa 100644 --- a/games/brutalchess/Makefile +++ b/games/brutalchess/Makefile @@ -7,7 +7,7 @@ PORTNAME= brutalchess PORTVERSION= 0.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION} DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src diff --git a/games/bugsquish/Makefile b/games/bugsquish/Makefile index 0de27b9c87d..6f3fa08f091 100644 --- a/games/bugsquish/Makefile +++ b/games/bugsquish/Makefile @@ -7,7 +7,7 @@ PORTNAME= bugsquish PORTVERSION= 0.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/bugsquish/src/ diff --git a/games/bumprace/Makefile b/games/bumprace/Makefile index b9f12d2ab94..096fd7ff3ea 100644 --- a/games/bumprace/Makefile +++ b/games/bumprace/Makefile @@ -7,7 +7,7 @@ PORTNAME= bumprace PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/bumprace/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index 1d086ccb869..5be88050546 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -7,6 +7,7 @@ PORTNAME= burgerspace PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ diff --git a/games/cave9/Makefile b/games/cave9/Makefile index 2cd0ede7fd8..6bf95564757 100644 --- a/games/cave9/Makefile +++ b/games/cave9/Makefile @@ -7,7 +7,7 @@ PORTNAME= cave9 PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_src-${PORTVERSION} diff --git a/games/ceferino/Makefile b/games/ceferino/Makefile index 985ec946b46..0180d69ef17 100644 --- a/games/ceferino/Makefile +++ b/games/ceferino/Makefile @@ -7,7 +7,7 @@ PORTNAME= ceferino PORTVERSION= 0.97.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/ceferino/descargas/ diff --git a/games/chanta/Makefile b/games/chanta/Makefile index 84e9ead6247..581e27ea01f 100644 --- a/games/chanta/Makefile +++ b/games/chanta/Makefile @@ -7,7 +7,7 @@ PORTNAME= chanta PORTVERSION= 0.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/chanta/descargas/ diff --git a/games/chapping/Makefile b/games/chapping/Makefile index 7a6fbb71fbe..83b23dbb5e0 100644 --- a/games/chapping/Makefile +++ b/games/chapping/Makefile @@ -7,7 +7,7 @@ PORTNAME= chapping PORTVERSION= 0.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://forja.rediris.es/frs/download.php/760/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/chroma/Makefile b/games/chroma/Makefile index 1f783c37851..cdf7e59ad08 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -7,6 +7,7 @@ PORTNAME= chroma PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.level7.org.uk/chroma/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index fde2f8d9fae..7f72fe1c6b0 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -7,7 +7,7 @@ PORTNAME= chromium-bsu PORTVERSION= 0.9.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/${PORTVERSION} diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile index a4dc9d35727..1e935de8705 100644 --- a/games/circuslinux/Makefile +++ b/games/circuslinux/Makefile @@ -7,7 +7,7 @@ PORTNAME= circuslinux PORTVERSION= 1.0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/ diff --git a/games/concentration/Makefile b/games/concentration/Makefile index 39d82337916..041bb80db56 100644 --- a/games/concentration/Makefile +++ b/games/concentration/Makefile @@ -7,7 +7,7 @@ PORTNAME= concentration PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/concentration/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index a129f4e2654..5201333256a 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -7,6 +7,7 @@ PORTNAME= cosmosmash DISTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 3769ca10b8d..5e91a3134fe 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -6,6 +6,7 @@ PORTNAME= crimson PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://crimson.seul.org/files/ diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index b2899469a5b..d1bf46d9d81 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -7,7 +7,7 @@ PORTNAME= criticalmass PORTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Critical%20Mass/${PORTVERSION} diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 484ac01f969..934e4116d0e 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -7,7 +7,7 @@ PORTNAME= crossfire-client PORTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 44e114ca99c..54926849fe5 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -8,7 +8,7 @@ PORTNAME= csmash PORTVERSION= 0.6.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} diff --git a/games/cube/Makefile b/games/cube/Makefile index e7b322d63a5..c459e3bb787 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -7,7 +7,7 @@ PORTNAME= cube PORTVERSION= 2005.08.29 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2005_08_29 DISTFILES= ${CUBE_DATA} ${CUBE_SRC} diff --git a/games/cuyo/Makefile b/games/cuyo/Makefile index 42d10715678..de2f0331a13 100644 --- a/games/cuyo/Makefile +++ b/games/cuyo/Makefile @@ -7,7 +7,7 @@ PORTNAME= cuyo PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mirror.publicns.net/pub/nongnu/cuyo/ DISTNAME= ${PORTNAME}-2.~-1.1 diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile index f13e2c94b2e..6794ade366f 100644 --- a/games/d2x-xl/Makefile +++ b/games/d2x-xl/Makefile @@ -7,6 +7,7 @@ PORTNAME= d2x-xl PORTVERSION= 1.14.121 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/d2x-xl/Linux/Archive:source \ SF/d2x-xl/Linux:source \ diff --git a/games/d2x/Makefile b/games/d2x/Makefile index c518b522b4c..e3d61224c35 100644 --- a/games/d2x/Makefile +++ b/games/d2x/Makefile @@ -7,7 +7,7 @@ PORTNAME= d2x PORTVERSION= 0.2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://offload2.icculus.org:9090/d2x/src/ diff --git a/games/daimonin-client/Makefile b/games/daimonin-client/Makefile index 9c707eab34c..f6c66e831cd 100644 --- a/games/daimonin-client/Makefile +++ b/games/daimonin-client/Makefile @@ -7,7 +7,7 @@ PORTNAME= daimonin_client PORTVERSION= 0.9.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/daimonin/Client%20Sources/Client%20Source%20${PORTVERSION} diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile index 9c707eab34c..f6c66e831cd 100644 --- a/games/daimonin/Makefile +++ b/games/daimonin/Makefile @@ -7,7 +7,7 @@ PORTNAME= daimonin_client PORTVERSION= 0.9.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/daimonin/Client%20Sources/Client%20Source%20${PORTVERSION} diff --git a/games/dangen/Makefile b/games/dangen/Makefile index 750cf142823..7ceb85640ef 100644 --- a/games/dangen/Makefile +++ b/games/dangen/Makefile @@ -7,6 +7,7 @@ PORTNAME= dangen PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.interq.or.jp/libra/oohara/dangen/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/dangerdeep/Makefile b/games/dangerdeep/Makefile index 88b4919a9ed..e603388f8fa 100644 --- a/games/dangerdeep/Makefile +++ b/games/dangerdeep/Makefile @@ -7,7 +7,7 @@ PORTNAME= dangerdeep PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/danger_from_the_deep-src/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index 3357333e931..ac721f3b031 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -7,6 +7,7 @@ PORTNAME= defendguin PORTVERSION= 0.0.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/defendguin/src/ diff --git a/games/deng/Makefile b/games/deng/Makefile index a39e83b739f..18c8140e151 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -7,7 +7,7 @@ PORTNAME= deng PORTVERSION= 1.9.0b6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Doomsday%20Engine/1.9.0-beta6.8 DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/} diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 22a754809f0..4539812f7bd 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -7,7 +7,7 @@ PORTNAME= diameter PORTVERSION= 0.4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0 diff --git a/games/dodgindiamond2/Makefile b/games/dodgindiamond2/Makefile index 265f4c9752d..a025d6cfa15 100644 --- a/games/dodgindiamond2/Makefile +++ b/games/dodgindiamond2/Makefile @@ -7,7 +7,7 @@ PORTNAME= dodgindiamond2 PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/ DISTNAME= dd2-${PORTVERSION} diff --git a/games/doomlegacy/Makefile b/games/doomlegacy/Makefile index ced7dfdb3d0..84422a38d5f 100644 --- a/games/doomlegacy/Makefile +++ b/games/doomlegacy/Makefile @@ -6,7 +6,7 @@ PORTNAME= doomlegacy PORTVERSION= 142 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/DooM%20Legacy%20source%20code/1.42 DISTNAME= legacy_${PORTVERSION}_src diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 5301a514cd4..19619356ab0 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -7,6 +7,7 @@ PORTNAME= eduke32 PORTVERSION= 20090313 DISTVERSION= 20090131 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://dukeworld.duke4.net/eduke32/source_code/ DISTFILES= ${PORTNAME}_src_${DISTVERSION}${EXTRACT_SUFX} diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 533437a3fa2..f5dd2326ae8 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -6,7 +6,7 @@ PORTNAME= egoboo PORTVERSION= 2.7.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Linux%20Source%20Distro/${PORTVERSION} diff --git a/games/einstein/Makefile b/games/einstein/Makefile index 448e6ef28c6..a297d93bc36 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -7,7 +7,7 @@ PORTNAME= einstein PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://games.flowix.com/files/einstein/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/el/Makefile b/games/el/Makefile index 61ce4220fa4..0e13fe740b1 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,7 +7,7 @@ PORTNAME= el PORTVERSION= 180 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index 02f2e5a73f9..a61108a3151 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -7,7 +7,7 @@ PORTNAME= singularity PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://emhsoft.com/singularity/ CENKES PKGNAMEPREFIX= endgame- diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 88f32490cdf..dbb025e0f25 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigma PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= enigma-game diff --git a/games/etracer/Makefile b/games/etracer/Makefile index 685cee031e8..941d49e4e83 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= etracer PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/extremetuxracer/extreme-tuxracer/${PORTVERSION} DISTNAME= extremetuxracer-${PORTVERSION} diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index b8b26f839bf..b280c834588 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxracer PORTVERSION= 0.61 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ diff --git a/games/excido/Makefile b/games/excido/Makefile index 827ab811317..3a6b63ece0d 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -7,7 +7,7 @@ PORTNAME= excido PORTVERSION= 0.1.5c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/excido/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/exult/Makefile b/games/exult/Makefile index 138a0740131..fd8e2e29335 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -7,7 +7,7 @@ PORTNAME= exult PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-all-versions/${PORTVERSION} diff --git a/games/f1spirit-remake/Makefile b/games/f1spirit-remake/Makefile index 4d79797daaf..e1f8c476d59 100644 --- a/games/f1spirit-remake/Makefile +++ b/games/f1spirit-remake/Makefile @@ -7,7 +7,7 @@ PORTNAME= f1spirit-remake PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games # Original braingames site is really slow MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index c94bac654b2..836a8500543 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= fillets-ng PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${PORTVERSION}:source \ SF/fillets/Fish%20Fillets%20-%20Next%20Generation/${DATAVERSION}:data diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 4cf7e9feb93..0ae8d9810e0 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -7,7 +7,7 @@ PORTNAME= fishsupper PORTVERSION= 0.1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF diff --git a/games/flobopuyo/Makefile b/games/flobopuyo/Makefile index 49910d6df5a..c2876f6529b 100644 --- a/games/flobopuyo/Makefile +++ b/games/flobopuyo/Makefile @@ -7,7 +7,7 @@ PORTNAME= flobopuyo PORTVERSION= 0.20 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.ios-software.com/flobopuyo/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index 0c94374addb..0ad86709786 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -7,6 +7,7 @@ PORTNAME= flyhard PORTVERSION= 0.42 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.markboyd.me.uk/games/flyhard/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/formido/Makefile b/games/formido/Makefile index 6934df78d43..1e7f9fe24ae 100644 --- a/games/formido/Makefile +++ b/games/formido/Makefile @@ -7,7 +7,7 @@ PORTNAME= formido PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://koti.mbnet.fi/lsoft/formido/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 8c6fa75375d..b77fc482ea2 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeciv PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%202.1/${PORTVERSION} diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index 8385abd6e30..bd1e3aa85c8 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -7,7 +7,7 @@ PORTNAME= freedink PORTVERSION= 1.08.${PORTVER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index d729a04a19f..1c0e33c04f5 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -7,7 +7,7 @@ PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION} diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 4b36c8178d1..afe61814736 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -7,7 +7,7 @@ PORTNAME= freedroidrpg PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/freedroid/freedroidRPG/freedroidRPG-${PORTVERSION} diff --git a/games/freera/Makefile b/games/freera/Makefile index a0fd8a02190..e84a0433ca3 100644 --- a/games/freera/Makefile +++ b/games/freera/Makefile @@ -7,7 +7,7 @@ PORTNAME= freera PORTVERSION= 080203 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}%20${PORTNAME}%2B%2B/0.47%20beta DISTNAME= ${PORTVERSION}_freera++_src diff --git a/games/freesynd/Makefile b/games/freesynd/Makefile index ae1a7dbd4f4..b62af87d5f0 100644 --- a/games/freesynd/Makefile +++ b/games/freesynd/Makefile @@ -7,7 +7,7 @@ PORTNAME= freesynd PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index b8e4659ca62..dd2e8a6367c 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= frozenbubble PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.frozen-bubble.org/data/ DISTNAME= frozen-bubble-${PORTVERSION} diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index e2b9d8ac7b9..af9666b0fe5 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -7,7 +7,7 @@ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index c4b8d990a92..5154adaf716 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcompris DISTVERSION= 8.4.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= SF diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index ea6f5df7869..84764600b91 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -7,7 +7,7 @@ PORTNAME= gemdropx PORTVERSION= 0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/gemdropx/src/ diff --git a/games/ggz-sdl-games/Makefile b/games/ggz-sdl-games/Makefile index 4e3ac6e20f3..3d2f57bb7e7 100644 --- a/games/ggz-sdl-games/Makefile +++ b/games/ggz-sdl-games/Makefile @@ -8,7 +8,7 @@ PORTNAME= ggz-sdl-games PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index e4d0938ff91..9f491e4eda8 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -7,7 +7,7 @@ PORTNAME= glaxium PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://xhosxe.free.fr/glaxium/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/glmaze/Makefile b/games/glmaze/Makefile index 5c4e35b648d..36e96f457f7 100644 --- a/games/glmaze/Makefile +++ b/games/glmaze/Makefile @@ -6,7 +6,7 @@ PORTNAME= glmaze PORTVERSION= 1.1a -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/glob2/Makefile b/games/glob2/Makefile index ca761fd9764..2974c42807e 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -7,7 +7,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION:R} diff --git a/games/gnurobbo/Makefile b/games/gnurobbo/Makefile index 4a30fecbb8f..a1363cac84b 100644 --- a/games/gnurobbo/Makefile +++ b/games/gnurobbo/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnurobbo PORTVERSION= 0.64 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} EXTRACT_SUFX= -source.tar.gz diff --git a/games/goonies/Makefile b/games/goonies/Makefile index 4eeceacedda..ab09daa9708 100644 --- a/games/goonies/Makefile +++ b/games/goonies/Makefile @@ -7,7 +7,7 @@ PORTNAME= goonies PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://goonies.jorito.net/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/hangman/Makefile b/games/hangman/Makefile index 1d8e1a894e6..e63cab48b06 100644 --- a/games/hangman/Makefile +++ b/games/hangman/Makefile @@ -7,7 +7,7 @@ PORTNAME= hangman PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/hangman/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index bfd3df3307f..306d50342be 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -7,6 +7,7 @@ PORTNAME= hedgewars PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://hedgewars.org/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 6baf54fe03d..b461967345b 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -7,7 +7,7 @@ PORTNAME= heroes PORTVERSION= 0.21 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/highmoon/Makefile b/games/highmoon/Makefile index 9cf5198679c..fb023cbcb82 100644 --- a/games/highmoon/Makefile +++ b/games/highmoon/Makefile @@ -7,7 +7,7 @@ PORTNAME= highmoon PORTVERSION= 1.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://highmoon.gerdsmeier.net/ diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 4770af808d9..6c35fac35d0 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -7,7 +7,7 @@ PORTNAME= holotz-castle PORTVERSION= 1.3.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index e64a6d8f70f..fc2aaa61281 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -7,7 +7,7 @@ PORTNAME= icebreaker PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://mattdm.org/icebreaker/1.2.x/ EXTRACT_SUFX= .tgz diff --git a/games/intensityengine/Makefile b/games/intensityengine/Makefile index f0decd3692c..2048bd93e6c 100644 --- a/games/intensityengine/Makefile +++ b/games/intensityengine/Makefile @@ -7,6 +7,7 @@ PORTNAME= intensityengine DISTVERSION= r20100129 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/games/interlogic/Makefile b/games/interlogic/Makefile index f112b25165f..0e5d2ae8b40 100644 --- a/games/interlogic/Makefile +++ b/games/interlogic/Makefile @@ -7,7 +7,7 @@ PORTNAME= interlogic PORTVERSION= 0.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3.0 DISTNAME= interLOGIC-src-${PORTVERSION} diff --git a/games/jag/Makefile b/games/jag/Makefile index 7af1808e47d..9d4b9c2e40f 100644 --- a/games/jag/Makefile +++ b/games/jag/Makefile @@ -7,6 +7,7 @@ PORTNAME= jag PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://jag.xlabsoft.com/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile index a854aa04473..fb5c8c826e1 100644 --- a/games/jfduke3d/Makefile +++ b/games/jfduke3d/Makefile @@ -6,7 +6,7 @@ PORTNAME= jfduke3d PORTVERSION= 20051009 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://users.on.net/~jonof/buildport/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}.zip \ diff --git a/games/jfk/Makefile b/games/jfk/Makefile index d6402683656..cd67eb77831 100644 --- a/games/jfk/Makefile +++ b/games/jfk/Makefile @@ -7,7 +7,7 @@ PORTNAME= jfk PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://relax.ath.cx/jfk/ diff --git a/games/jigzo/Makefile b/games/jigzo/Makefile index 757109a7fd5..eed3c64076c 100644 --- a/games/jigzo/Makefile +++ b/games/jigzo/Makefile @@ -7,7 +7,7 @@ PORTNAME= jigzo PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.iua.upf.es/~mdeboer/resorama/jigzo/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/jvgs/Makefile b/games/jvgs/Makefile index c9b825575d3..0fcb648e2ba 100644 --- a/games/jvgs/Makefile +++ b/games/jvgs/Makefile @@ -7,6 +7,7 @@ PORTNAME= jvgs PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/kartofel/Makefile b/games/kartofel/Makefile index 4ddf9b4ed92..908c167a090 100644 --- a/games/kartofel/Makefile +++ b/games/kartofel/Makefile @@ -7,7 +7,7 @@ PORTNAME= kartofel PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://kartofel.jfedor.org/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/kiki/Makefile b/games/kiki/Makefile index c93e096ab55..01c4f06c1dd 100644 --- a/games/kiki/Makefile +++ b/games/kiki/Makefile @@ -7,7 +7,7 @@ PORTNAME= kiki PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} EXTRACT_SUFX= -src.tgz diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile index d12bda3965c..5c5718ceb08 100644 --- a/games/kobodeluxe/Makefile +++ b/games/kobodeluxe/Makefile @@ -7,7 +7,7 @@ PORTNAME= kobodeluxe PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://olofson.net/kobodl/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index 02424eface9..20b6ed4569f 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -7,6 +7,7 @@ PORTNAME= kuklomenos PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/games/lander/Makefile b/games/lander/Makefile index 3f4ca879c19..2f837e1a628 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -7,6 +7,7 @@ PORTNAME= lander PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index 20451dae8c0..ccca676e6fc 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -7,6 +7,7 @@ PORTNAME= lbreakout2 PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME}/${PORTVERSION} diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile index e1ba6f3b887..11982c6a5ef 100644 --- a/games/legesmotus/Makefile +++ b/games/legesmotus/Makefile @@ -7,6 +7,7 @@ PORTNAME= legesmotus PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index d2188fa51fe..331d16a08fc 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -7,7 +7,7 @@ PORTNAME= lgeneral PORTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-engine/1.1 diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 2e08f5b2818..6ea99ac51ef 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= lincity-ng PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/lmarbles/Makefile b/games/lmarbles/Makefile index 2aec174c704..d96bfa70602 100644 --- a/games/lmarbles/Makefile +++ b/games/lmarbles/Makefile @@ -7,6 +7,7 @@ PORTNAME= lmarbles PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index ae870e51dff..5b873922e56 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -7,7 +7,7 @@ PORTNAME= lordsawar PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 24b8b199089..38bf4a3f9f2 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -7,6 +7,7 @@ PORTNAME= ltris PORTVERSION= 1.0.14 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} diff --git a/games/luola/Makefile b/games/luola/Makefile index 90a763a1d2b..8a083e4c253 100644 --- a/games/luola/Makefile +++ b/games/luola/Makefile @@ -7,7 +7,7 @@ PORTNAME= luola PORTVERSION= 1.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.luolamies.org/software/luola/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile index 8d7318b20c4..ebd2752e0cf 100644 --- a/games/madbomber/Makefile +++ b/games/madbomber/Makefile @@ -7,7 +7,7 @@ PORTNAME= madbomber PORTVERSION= 0.2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/madbomber/src/ diff --git a/games/marsnomercy/Makefile b/games/marsnomercy/Makefile index adcd7a17f7a..9166fb87b86 100644 --- a/games/marsnomercy/Makefile +++ b/games/marsnomercy/Makefile @@ -7,7 +7,7 @@ PORTNAME= marsnomercy PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/mars/mars/${PORTVERSION} DISTNAME= mars-${PORTVERSION}-src diff --git a/games/maxr/Makefile b/games/maxr/Makefile index 3d04d553074..77428c1e232 100644 --- a/games/maxr/Makefile +++ b/games/maxr/Makefile @@ -7,6 +7,7 @@ PORTNAME= maxr PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.maxr.org/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/memonix/Makefile b/games/memonix/Makefile index 9f391ac9b4d..d1a4da72374 100644 --- a/games/memonix/Makefile +++ b/games/memonix/Makefile @@ -7,7 +7,7 @@ PORTNAME= memonix PORTVERSION= 1.6.070713 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.viewizard.com/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/meritous/Makefile b/games/meritous/Makefile index aa487099053..b9b729632c6 100644 --- a/games/meritous/Makefile +++ b/games/meritous/Makefile @@ -7,7 +7,7 @@ PORTNAME= meritous PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.asceai.net/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/meritous/files/patch-src-levelblit.c b/games/meritous/files/patch-src-levelblit.c index 631283b7550..bd8ae9d933b 100644 --- a/games/meritous/files/patch-src-levelblit.c +++ b/games/meritous/files/patch-src-levelblit.c @@ -1,11 +1,12 @@ ---- src/levelblit.c.orig 2008-01-15 05:54:41.000000000 +0300 -+++ src/levelblit.c 2008-11-24 02:16:34.000000000 +0300 -@@ -27,7 +27,11 @@ +--- src/levelblit.c.orig 2008-01-15 03:54:41.000000000 +0100 ++++ src/levelblit.c 2010-01-30 10:07:22.000000000 +0100 +@@ -27,7 +27,12 @@ #include <SDL.h>
#include <SDL_image.h>
#include <assert.h>
-
+ ++#include <errno.h> +#include <unistd.h> +#include <err.h> +#include <sys/stat.h> @@ -13,7 +14,7 @@ #include "mapgen.h"
#include "demon.h"
#include "gamemap.h"
-@@ -378,6 +382,14 @@ +@@ -378,6 +383,14 @@ int main(int argc, char **argv)
{
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 77bce3d2bf4..1c73a333e15 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -7,7 +7,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile index 8f20e69043a..186fc42f3dd 100644 --- a/games/moonlander/Makefile +++ b/games/moonlander/Makefile @@ -7,7 +7,7 @@ PORTNAME= moonlander PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR=pool/main/m/moon-lander diff --git a/games/naev/Makefile b/games/naev/Makefile index 6dae3334498..3e5260edd87 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -7,6 +7,7 @@ PORTNAME= naev PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} diff --git a/games/nazghul/Makefile b/games/nazghul/Makefile index 8ac45bd9c2d..17cd2953d12 100644 --- a/games/nazghul/Makefile +++ b/games/nazghul/Makefile @@ -7,7 +7,7 @@ PORTNAME= nazghul PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/netherearth/Makefile b/games/netherearth/Makefile index 0a21148f830..1a2cef64701 100644 --- a/games/netherearth/Makefile +++ b/games/netherearth/Makefile @@ -7,7 +7,7 @@ PORTNAME= netherearth PORTVERSION= 0.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://move.kirishi.ru/soft/netherearth/ diff --git a/games/netpanzer-data/Makefile b/games/netpanzer-data/Makefile index a9319e1ad9c..fdbafde4d1c 100644 --- a/games/netpanzer-data/Makefile +++ b/games/netpanzer-data/Makefile @@ -7,7 +7,7 @@ PORTNAME= data PORTVERSION= 0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX:S/-//} diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index 6f3f82eeb06..50f5dfe1d82 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -7,7 +7,7 @@ PORTNAME= netpanzer PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ diff --git a/games/nil/Makefile b/games/nil/Makefile index e608e1c94ec..d9e5d403fc1 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -7,7 +7,7 @@ PORTNAME= nil DISTVERSION= 20050603-1400 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/NiL%20%28old%29/${PORTNAME}-20050603 DISTNAME= ${PORTNAME}-cvs-backup-${DISTVERSION} diff --git a/games/nimuh/Makefile b/games/nimuh/Makefile index 9ed9057282a..a72b898ee45 100644 --- a/games/nimuh/Makefile +++ b/games/nimuh/Makefile @@ -7,7 +7,7 @@ PORTNAME= nimuh PORTVERSION= 1.02 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/Nimuh%20SRC%20%28Source%20Code%29 DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} ${PORTNAME}-data-${PORTVERSION}${EXTRACT_SUFX} diff --git a/games/njam/Makefile b/games/njam/Makefile index e1890685423..1f7b9155943 100644 --- a/games/njam/Makefile +++ b/games/njam/Makefile @@ -7,7 +7,7 @@ PORTNAME= njam PORTVERSION= 1.25 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/noegnud-littlehack/Makefile b/games/noegnud-littlehack/Makefile index 53bc6ca21e7..41c502eef46 100644 --- a/games/noegnud-littlehack/Makefile +++ b/games/noegnud-littlehack/Makefile @@ -7,7 +7,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/:noegnud \ SF/nethack/nethack/3.4.2:nethack diff --git a/games/noegnud-nethack-deet/Makefile b/games/noegnud-nethack-deet/Makefile index 597a254ccd3..e85d24cbf18 100644 --- a/games/noegnud-nethack-deet/Makefile +++ b/games/noegnud-nethack-deet/Makefile @@ -7,7 +7,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/:noegnud \ SF/nethack/nethack/3.4.2:nethack diff --git a/games/noegnud-nethack/Makefile b/games/noegnud-nethack/Makefile index 54023bc9342..303ed625bbd 100644 --- a/games/noegnud-nethack/Makefile +++ b/games/noegnud-nethack/Makefile @@ -7,7 +7,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/:noegnud \ SF/nethack/nethack/3.4.3:nethack diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index ca8c3dba8c7..c15ba7684d7 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -7,7 +7,7 @@ PORTNAME= noegnud PORTVERSION= 0.8.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/:noegnud \ SF/slashem/slashem-source/0.0.6E4F8:slashem diff --git a/games/nuclearchess/Makefile b/games/nuclearchess/Makefile index 1d5a33507a9..67dfbf0ac95 100644 --- a/games/nuclearchess/Makefile +++ b/games/nuclearchess/Makefile @@ -7,7 +7,7 @@ PORTNAME= nuclearchess PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ diff --git a/games/numptyphysics/Makefile b/games/numptyphysics/Makefile index cedc71b49f7..586a9ac924f 100644 --- a/games/numptyphysics/Makefile +++ b/games/numptyphysics/Makefile @@ -7,7 +7,7 @@ PORTNAME= numptyphysics DISTVERSION= 0.3.r20090104 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ diff --git a/games/odamex/Makefile b/games/odamex/Makefile index 20a24ac87fb..e59eb9bda0c 100644 --- a/games/odamex/Makefile +++ b/games/odamex/Makefile @@ -7,6 +7,7 @@ PORTNAME= odamex PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Odamex/${PORTVERSION} DISTNAME= odamex-src-${PORTVERSION} diff --git a/games/oilwar/Makefile b/games/oilwar/Makefile index 52b01457dc0..4986ed2c948 100644 --- a/games/oilwar/Makefile +++ b/games/oilwar/Makefile @@ -7,7 +7,7 @@ PORTNAME= oilwar PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://www.2ndpoint.fi/projektit/filut/ DISTNAME= OilWar-${PORTVERSION} diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 68c366abbd1..bbdb2ff13c9 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -7,7 +7,7 @@ PORTNAME= oolite PORTVERSION= 1.65 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnustep MASTER_SITES= ${MASTER_SITE_BERLIOS} \ ftp://ftp.alioth.net/%SUBDIR%/:alioth diff --git a/games/opencity/Makefile b/games/opencity/Makefile index 8a345e335cf..372094f19e2 100644 --- a/games/opencity/Makefile +++ b/games/opencity/Makefile @@ -7,6 +7,7 @@ PORTNAME= opencity PORTVERSION= 0.0.6.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Stable/0.0.6 DISTNAME= ${PORTNAME}-${PORTVERSION}stable diff --git a/games/openglad/Makefile b/games/openglad/Makefile index 2cb370580a9..02a7337dc63 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -7,7 +7,7 @@ PORTNAME= openglad PORTVERSION= 0.98 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/snowstorm/OpenGlad/Openglad-${PORTVERSION} diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 1c973360c4d..9a71a6ee552 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -7,7 +7,7 @@ PORTNAME= openlierox DISTVERSION= 0.57_beta8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%200.57%20Beta8 DISTNAME= OpenLieroX_${DISTVERSION}.src diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index 3f8cf132d79..a4b83bd1e97 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -7,7 +7,7 @@ PORTNAME= openmortal PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF diff --git a/games/orbital_eunuchs_sniper/Makefile b/games/orbital_eunuchs_sniper/Makefile index 0c6e2f37939..52ce81070c8 100644 --- a/games/orbital_eunuchs_sniper/Makefile +++ b/games/orbital_eunuchs_sniper/Makefile @@ -7,7 +7,7 @@ PORTNAME= orbital_eunuchs_sniper PORTVERSION= 1.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://filesingularity.timedoctor.org/ diff --git a/games/osgg/Makefile b/games/osgg/Makefile index b729340e435..24a25fe6a6d 100644 --- a/games/osgg/Makefile +++ b/games/osgg/Makefile @@ -7,7 +7,7 @@ PORTNAME= osgg PORTVERSION= 0.99 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF diff --git a/games/pachi/Makefile b/games/pachi/Makefile index 2106a5401e5..daf239a97ea 100644 --- a/games/pachi/Makefile +++ b/games/pachi/Makefile @@ -7,7 +7,7 @@ PORTNAME= pachi PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/dragontech/Pachi%20el%20marciano/Pachi%20el%20marciano%20${PORTVERSION} DISTNAME= pachi_source diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile index 77ca3a9cb38..502262e340b 100644 --- a/games/pengpong/Makefile +++ b/games/pengpong/Makefile @@ -7,7 +7,7 @@ PORTNAME= pengpong PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-linux diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index 66b53b89492..0eb70309377 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -7,7 +7,7 @@ PORTNAME= penguin-command PORTVERSION= 1.6.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 63706cbcb1b..ba7372ce4c0 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinball PORTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/pingus/Makefile b/games/pingus/Makefile index fecd02854ea..400813f83b9 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -7,7 +7,7 @@ PORTNAME= pingus PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://pingus.seul.org/files/ diff --git a/games/pipenightdreams/Makefile b/games/pipenightdreams/Makefile index d513bdb8762..ef5751e5ab3 100644 --- a/games/pipenightdreams/Makefile +++ b/games/pipenightdreams/Makefile @@ -7,7 +7,7 @@ PORTNAME= pipenightdreams PORTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.libsdl.org/projects/pipenightdreams/packages/ diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 32fdec643fd..cc683639942 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -7,7 +7,7 @@ PORTNAME= plee-the-bear PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/0.3 DISTNAME= ${PORTNAME}-${PORTVERSION}-light diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index d737946cfe1..2eaca7dd905 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -7,7 +7,7 @@ PORTNAME= pokerth PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7 DISTNAME= PokerTH-${PORTVERSION}-src diff --git a/games/pongix/Makefile b/games/pongix/Makefile index f9cac9abe54..ba0bae97637 100644 --- a/games/pongix/Makefile +++ b/games/pongix/Makefile @@ -7,7 +7,7 @@ PORTNAME= pongix PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/pongix/descargas/ diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile index 91637809856..e47ecde82e9 100644 --- a/games/pouetchess/Makefile +++ b/games/pouetchess/Makefile @@ -7,7 +7,7 @@ PORTNAME= pouetchess PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.11 DISTNAME= pouetChess_0.11_src diff --git a/games/powder/Makefile b/games/powder/Makefile index 38f9c0460b2..9a057ca3378 100644 --- a/games/powder/Makefile +++ b/games/powder/Makefile @@ -7,6 +7,7 @@ PORTNAME= powder PORTVERSION= 112 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.zincland.com/powder/release/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/powder/files/patch-port-linux-linuxmain.cpp b/games/powder/files/patch-port-linux-linuxmain.cpp index 897faae5d86..0ba703236eb 100644 --- a/games/powder/files/patch-port-linux-linuxmain.cpp +++ b/games/powder/files/patch-port-linux-linuxmain.cpp @@ -1,7 +1,8 @@ ---- port/linux/linuxmain.cpp.orig 2008-01-10 06:26:42.000000000 +0300 -+++ port/linux/linuxmain.cpp 2009-06-08 00:37:41.000000000 +0400 -@@ -1,4 +1,8 @@ +--- port/linux/linuxmain.cpp.orig 2008-01-10 04:26:42.000000000 +0100 ++++ port/linux/linuxmain.cpp 2010-01-28 00:08:58.000000000 +0100 +@@ -1,4 +1,9 @@ #include <SDL.h> ++#include <errno.h> +#include <err.h> +#include <stdlib.h> +#include <sys/stat.h> @@ -9,7 +10,7 @@ #ifdef main #undef main -@@ -11,6 +15,15 @@ +@@ -11,6 +16,15 @@ int main(int argc, char **argv) { diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index faa989954ed..13afd26c1a9 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -7,7 +7,7 @@ PORTNAME= powermanga PORTVERSION= 0.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/Powermanga/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 85c7fdfde0c..f863060373f 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= ppracer DISTVERSION= 0.5alpha -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 847338d507b..4ff47c0d4fa 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -7,6 +7,7 @@ PORTNAME= prboom PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} diff --git a/games/primateplunge/Makefile b/games/primateplunge/Makefile index cae0a0f62d5..29d36b158aa 100644 --- a/games/primateplunge/Makefile +++ b/games/primateplunge/Makefile @@ -7,7 +7,7 @@ PORTNAME= primateplunge PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.aelius.com/primateplunge/ diff --git a/games/pushover/Makefile b/games/pushover/Makefile index efb9f43cafc..1e679f2b964 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -7,7 +7,7 @@ PORTNAME= pushover PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Pushover/${PORTVERSION} diff --git a/games/qonk/Makefile b/games/qonk/Makefile index 33895300bfe..4505ec91d47 100644 --- a/games/qonk/Makefile +++ b/games/qonk/Makefile @@ -7,7 +7,7 @@ PORTNAME= qonk PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/race/Makefile b/games/race/Makefile index 017ada75000..143427a45fa 100644 --- a/games/race/Makefile +++ b/games/race/Makefile @@ -8,7 +8,7 @@ PORTNAME= race PORTVERSION= 0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= ftp://users.freebsd.org.uk/pub/foobar2k/ diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 8c0c00fe26c..2185d3e84c5 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -7,6 +7,7 @@ PORTNAME= bloodfrontier DISTVERSION= B2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blood%20Frontier/Blood%20Frontier%20Beta%202 DISTNAME= ${PORTNAME}-${DISTVERSION}-linux diff --git a/games/rezerwar/Makefile b/games/rezerwar/Makefile index dd36d0a8ae5..1a3e86e0701 100644 --- a/games/rezerwar/Makefile +++ b/games/rezerwar/Makefile @@ -7,6 +7,7 @@ PORTNAME= rezerwar PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://tamentis.com/projects/rezerwar/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index a807f510c82..4d3948d9f0c 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -7,7 +7,7 @@ PORTNAME= Ri-li PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}%20Linux_Unix/${PORTNAME}%20V${PORTVERSION} diff --git a/games/rockdodger/Makefile b/games/rockdodger/Makefile index 3d1d8e00e87..d9e8b0247be 100644 --- a/games/rockdodger/Makefile +++ b/games/rockdodger/Makefile @@ -7,7 +7,7 @@ PORTNAME= rockdodger PORTVERSION= 0.6.0a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/spacerocks/spacerocks/${PORTVERSION} diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 80af51f6043..bc03ef4ae79 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -7,6 +7,7 @@ PORTNAME= rocksndiamonds PORTVERSION= 3.2.6.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/games/rottdc/Makefile b/games/rottdc/Makefile index 445353a26b0..b4f8df61f72 100644 --- a/games/rottdc/Makefile +++ b/games/rottdc/Makefile @@ -7,7 +7,7 @@ PORTNAME= rottdc DISTVERSION= 1.0-2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/sdl-dc/${PORTNAME}/1.0-2 diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index 68eb3d4f2d4..6883aae426f 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -7,7 +7,7 @@ PORTNAME= sauerbraten PORTVERSION= 20090504 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2009_05_04 DISTNAME= ${PORTNAME}_2009_05_04_trooper_edition_linux diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 05a53e161b5..554a98674ee 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= SF/${PORTNAME}/${PORTNAME}/Version%20${SCORCH_VERSION}/ DISTNAME= Scorched3D-${SCORCH_VERSION}-src diff --git a/games/scourge/Makefile b/games/scourge/Makefile index f58f10822e5..3c7e34b0c37 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -7,7 +7,7 @@ PORTNAME= scourge PORTVERSION= 0.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/.src/} diff --git a/games/scramble/Makefile b/games/scramble/Makefile index bfa78f7fc75..b6a86360243 100644 --- a/games/scramble/Makefile +++ b/games/scramble/Makefile @@ -7,7 +7,7 @@ PORTNAME= scramble PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/scramble/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/sdb/Makefile b/games/sdb/Makefile index 2aa1cbeece3..30b8fed26fa 100644 --- a/games/sdb/Makefile +++ b/games/sdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdb PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://stage.gamecreation.org/shotgund/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/sdl-ball/Makefile b/games/sdl-ball/Makefile index 28b97da563f..0a355caf5b3 100644 --- a/games/sdl-ball/Makefile +++ b/games/sdl-ball/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl-ball PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile index 9f29cbabef7..5348a2893f7 100644 --- a/games/sdlCC/Makefile +++ b/games/sdlCC/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdlCC PORTVERSION= 0.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://chinesecheckers.vegard2.no/ \ http://jcatki.no-ip.org/files/ diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index 6be29dff71d..4ef48bc6d0e 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdlroids PORTVERSION= 1.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index c777ab77254..45007b6de0f 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -7,6 +7,7 @@ PORTNAME= secretmaryochronicles PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/smclone/Secret%20Maryo%20Chronicles/${PORTVERSION} DISTNAME= smc-${PORTVERSION} diff --git a/games/senken/Makefile b/games/senken/Makefile index 6d0e0dbb497..0f285e885d9 100644 --- a/games/senken/Makefile +++ b/games/senken/Makefile @@ -6,7 +6,7 @@ PORTNAME= senken PORTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index e6cd9b40cce..f2f4f1548d7 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -7,7 +7,7 @@ PORTNAME= shaaft PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/criticalmass/OldFiles DISTNAME= Shaaft-${PORTVERSION} diff --git a/games/shootingstar/Makefile b/games/shootingstar/Makefile index ecb14dc7f62..4571ffa94f4 100644 --- a/games/shootingstar/Makefile +++ b/games/shootingstar/Makefile @@ -7,7 +7,7 @@ PORTNAME= shootingstar PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.2ndpoint.fi/projektit.xml/shootingstar/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/simplevaders/Makefile b/games/simplevaders/Makefile index 2acb4a281ba..94051428694 100644 --- a/games/simplevaders/Makefile +++ b/games/simplevaders/Makefile @@ -7,7 +7,7 @@ PORTNAME= simplevaders PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://dusted.dk/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/simutrans/Makefile b/games/simutrans/Makefile index 8c2e9fd2d66..7e8a1ff3528 100644 --- a/games/simutrans/Makefile +++ b/games/simutrans/Makefile @@ -7,6 +7,7 @@ PORTNAME= simutrans PORTVERSION= 102.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${SIMUTRANS_VERSION} \ SF/${PORTNAME}/pak64/${SIMUTRANS_VERSION}:pak64 diff --git a/games/slune/Makefile b/games/slune/Makefile index 960419b1c47..621dbf497e0 100644 --- a/games/slune/Makefile +++ b/games/slune/Makefile @@ -7,6 +7,7 @@ PORTNAME= slune PORTVERSION= 1.0.15 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://download.gna.org/slune/ DISTNAME= Slune-${PORTVERSION} diff --git a/games/solarconquest/Makefile b/games/solarconquest/Makefile index b6684d0460e..0fd33793913 100644 --- a/games/solarconquest/Makefile +++ b/games/solarconquest/Makefile @@ -7,7 +7,7 @@ PORTNAME= solarconquest PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://games.sajthelper.com/ \ ${MASTER_SITE_LOCAL} \ diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index c4cb32a7f11..e6f6ebe4b9a 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -7,6 +7,7 @@ PORTNAME= springlobby PORTVERSION= 0.29 +PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 69dc7b9bd83..d5021d41d9e 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -7,6 +7,7 @@ PORTNAME= stonesoup PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-src diff --git a/games/stransball2/Makefile b/games/stransball2/Makefile index 3dbec4dd2ff..fb12751bb80 100644 --- a/games/stransball2/Makefile +++ b/games/stransball2/Makefile @@ -7,7 +7,7 @@ PORTNAME= stransball2 PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ http://braingames.bugreport.nl/stransball2/ diff --git a/games/supertux/Makefile b/games/supertux/Makefile index afe8045c531..1553128b08c 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -7,7 +7,7 @@ PORTNAME= supertux PORTVERSION= 0.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index a04ba4a7bfb..c976feb5be9 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -7,7 +7,7 @@ PORTNAME= tecnoballz PORTVERSION= 0.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 3d32745c712..bf3451e2916 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -7,7 +7,7 @@ PORTNAME= tmw PORTVERSION= 0.0.29.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/themanaworld/The%20Mana%20World/${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index 4acfd85211d..9a32cdddb7e 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -7,7 +7,7 @@ PORTNAME= tomatoes PORTVERSION= 1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-linux-src-${PORTVERSION}5${EXTRACT_SUFX} \ diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 9b9657fa35e..73423c34f24 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -7,6 +7,7 @@ PORTNAME= toppler PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/torrent/Makefile b/games/torrent/Makefile index 87439693bf8..a20d8bb70fd 100644 --- a/games/torrent/Makefile +++ b/games/torrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= torrent PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/torrent/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/toycars/Makefile b/games/toycars/Makefile index 43f8806b2ea..e71adbab58b 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -7,7 +7,7 @@ PORTNAME= toycars PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index ecce360b127..5e8682d031d 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -7,7 +7,7 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF diff --git a/games/trigger/Makefile b/games/trigger/Makefile index 8ef968836cb..e33b51df21f 100644 --- a/games/trigger/Makefile +++ b/games/trigger/Makefile @@ -7,7 +7,7 @@ PORTNAME= trigger PORTVERSION= 0.5.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-rally/${PORTNAME}-rally/${PORTNAME}-${PORTVERSION} DISTFILES= trigger-${PORTVERSION}-src${EXTRACT_SUFX} \ diff --git a/games/ttt/Makefile b/games/ttt/Makefile index dcd40fc7d3c..7b8f3ce1f26 100644 --- a/games/ttt/Makefile +++ b/games/ttt/Makefile @@ -7,7 +7,7 @@ PORTNAME= ttt PORTVERSION= 2003.03.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/ttt/ diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index 3a0749bf7c5..60cc1e79108 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxmath PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/2191/ diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index ca34f92d658..eb4fe3830a3 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index b8b26f839bf..b280c834588 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxracer PORTVERSION= 0.61 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 01e518f7745..52f3a924f4e 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxtype PORTVERSION= 1.5.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://alioth.debian.org/frs/download.php/2209/ DISTNAME= ${PORTNAME}_w_fonts-${PORTVERSION} diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 405cf7f10c4..ce52b1f90f0 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -7,7 +7,7 @@ PORTNAME= ufoai PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile index e18da10ec22..5b8eb5a50ad 100644 --- a/games/uhexen/Makefile +++ b/games/uhexen/Makefile @@ -7,7 +7,7 @@ PORTNAME= uhexen PORTVERSION= 0.601 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://uhexen.sourceforge.net/ DISTNAME= ${PORTNAME}-latest diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile index d997f406f21..fc18ac9c80f 100644 --- a/games/uhexen2/Makefile +++ b/games/uhexen2/Makefile @@ -7,6 +7,7 @@ PORTNAME= uhexen2 PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Hammer%20of%20Thyrion/${PORTVERSION} DISTNAME= hexen2source-${PORTVERSION} diff --git a/games/ultimatestunts/Makefile b/games/ultimatestunts/Makefile index a54ad3ae758..36619c9bd54 100644 --- a/games/ultimatestunts/Makefile +++ b/games/ultimatestunts/Makefile @@ -7,7 +7,7 @@ PORTNAME= ultimatestunts PORTVERSION= 0.7.5.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= srcdata- DISTVERSION= ${PORTVERSION:S/.//g} CATEGORIES= games diff --git a/games/untahris/Makefile b/games/untahris/Makefile index 1651df5559a..045bd95b751 100644 --- a/games/untahris/Makefile +++ b/games/untahris/Makefile @@ -7,6 +7,7 @@ PORTNAME= untahris PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF EXTRACT_SUFX= -src.tgz diff --git a/games/uqm/Makefile b/games/uqm/Makefile index ae52975a7bc..a7e0c38bd02 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -14,7 +14,7 @@ PORTNAME= uqm PORTVERSION= 0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 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 04687441fa1..3afbbdd9b29 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -7,7 +7,7 @@ PORTNAME= vavoom PORTVERSION= 1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION} diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index db70eaa6811..c75cbc509e8 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdrift PORTVERSION= 20090215 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2009-02-15 DISTNAME= ${PORTNAME}-2009-02-15 diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index b27323df25f..fa2ddf857d2 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -7,7 +7,7 @@ PORTNAME= vectoroids PORTVERSION= 1.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/vectoroids/src/ diff --git a/games/violetland/Makefile b/games/violetland/Makefile index d0903e1b7fb..6b8534c60d7 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -7,6 +7,7 @@ PORTNAME= violetland PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/volleyball/Makefile b/games/volleyball/Makefile index 73d4ecacfc4..e5e10ba6798 100644 --- a/games/volleyball/Makefile +++ b/games/volleyball/Makefile @@ -7,7 +7,7 @@ PORTNAME= volleyball PORTVERSION= 0.8.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/volleyball/descargas/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/vor/Makefile b/games/vor/Makefile index 19832c49703..f12b1409cf8 100644 --- a/games/vor/Makefile +++ b/games/vor/Makefile @@ -7,7 +7,7 @@ PORTNAME= vor PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://qualdan.com/vor/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/vultures-claw/Makefile b/games/vultures-claw/Makefile index 14a4e5134eb..8d53195460f 100644 --- a/games/vultures-claw/Makefile +++ b/games/vultures-claw/Makefile @@ -7,7 +7,7 @@ PORTNAME= vultures PORTVERSION= 2.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/ PKGNAMESUFFIX= -claw diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile index 147f36d08f6..4b1b4e1220d 100644 --- a/games/vultures-eye/Makefile +++ b/games/vultures-eye/Makefile @@ -7,7 +7,7 @@ PORTNAME= vultures PORTVERSION= 2.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/ PKGNAMESUFFIX= -eye diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 005ba46f447..2385392c473 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -7,7 +7,7 @@ PORTNAME= wormux DISTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ \ http://download.gna.org/wormux/archive/ diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 403865869e4..5a62a46d344 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://www.wesnoth.org/files/ diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 35600c11afb..f4399ab7def 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.6/${PORTNAME}-${PORTVERSION} \ http://www.wesnoth.org/files/ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 13dbd1aad4d..b1658fcbe94 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -7,7 +7,7 @@ PORTNAME= widelands DISTVERSION= build13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/build-13 DISTNAME= ${PORTNAME:C/^w/W/}-${DISTVERSION:C/^b/B/}-src diff --git a/games/windstille/Makefile b/games/windstille/Makefile index c6e67b961ca..8f7d181949e 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -7,7 +7,7 @@ PORTNAME= windstille PORTVERSION= 0.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= BERLIOS CENKES diff --git a/games/wop/Makefile b/games/wop/Makefile index a025572b3e0..1aa65e164f4 100644 --- a/games/wop/Makefile +++ b/games/wop/Makefile @@ -7,7 +7,7 @@ PORTNAME= wop PORTVERSION= 0.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://wormsofprey.org/download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/wormux-devel/Makefile b/games/wormux-devel/Makefile index 2b4878459ab..c2f171d455f 100644 --- a/games/wormux-devel/Makefile +++ b/games/wormux-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= wormux DISTVERSION= 20090228 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://freebsd.unixfreunde.de/sources/ PKGNAMESUFFIX= -devel diff --git a/games/wormux/Makefile b/games/wormux/Makefile index 005ba46f447..2385392c473 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -7,7 +7,7 @@ PORTNAME= wormux DISTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ \ http://download.gna.org/wormux/archive/ diff --git a/games/xblast/Makefile b/games/xblast/Makefile index f86c48c4fdb..99f983382db 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -7,7 +7,7 @@ PORTNAME= xblast PORTVERSION= 2.10.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile index 997a78d8546..37a99c17330 100644 --- a/games/xlogical/Makefile +++ b/games/xlogical/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlogical PORTVERSION= 1.0p8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://changeling.ixionstudios.com/xlogical/downloads/ \ http://freebsd.portsreview.info/downloads/ diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 5fea59757e9..55f5de91103 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmoto PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/xorgramana/Makefile b/games/xorgramana/Makefile index 62a5182364f..3c5ba0d2dfd 100644 --- a/games/xorgramana/Makefile +++ b/games/xorgramana/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorgramana PORTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.jwm-art.net/XorGramana/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index 20a31ce8ef1..0addd5360ee 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpilot-ng PORTVERSION= 4.7.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/xpilot/xpilot_ng/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server diff --git a/games/xpired/Makefile b/games/xpired/Makefile index 491f0d95765..6fd98dc8a8b 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpired PORTVERSION= 1.22 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-linux/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source diff --git a/games/xye/Makefile b/games/xye/Makefile index 5cc8b3291c3..ee11820bf9c 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -7,6 +7,7 @@ PORTNAME= xye PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/zatacka/Makefile b/games/zatacka/Makefile index 23ef0cbf22a..fab275cd61d 100644 --- a/games/zatacka/Makefile +++ b/games/zatacka/Makefile @@ -7,7 +7,7 @@ PORTNAME= zatacka PORTVERSION= 0.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff --git a/games/zaz/Makefile b/games/zaz/Makefile index a2608ca1be8..e1861f2c96f 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -7,7 +7,7 @@ PORTNAME= zaz PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index c72d05a8427..977c3960dd9 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -7,9 +7,8 @@ PORTNAME= grafx2 DISTVERSION= 2.00b98.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -svn482 -PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index 41938e12f24..a1b69623667 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -7,6 +7,7 @@ PORTNAME= lcdtest PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.brouhaha.com/~eric/software/lcdtest/download/ \ http://www.predatorlabs.net/dl/ diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index b120933605c..b7d16b509c7 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sdl_gfx -PORTVERSION= 2.0.19 +PORTVERSION= 2.0.20 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} diff --git a/graphics/sdl_gfx/distinfo b/graphics/sdl_gfx/distinfo index 3236fc516f3..7a4111aad50 100644 --- a/graphics/sdl_gfx/distinfo +++ b/graphics/sdl_gfx/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_gfx-2.0.19.tar.gz) = cf01ad6539ceea65887fc9ebdfe04b83 -SHA256 (SDL_gfx-2.0.19.tar.gz) = 9c7dec6e21f84f50549110691a0088ef909c30ca183828d254217f7e11470006 -SIZE (SDL_gfx-2.0.19.tar.gz) = 1223213 +MD5 (SDL_gfx-2.0.20.tar.gz) = 8a787e538a8e4d80d4927535be5af083 +SHA256 (SDL_gfx-2.0.20.tar.gz) = 987c2c39f2472cdd9aadd03511eb5b4c1f900d13cbf1472b7c62570fa40ecc37 +SIZE (SDL_gfx-2.0.20.tar.gz) = 2184771 diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index aace772d586..45cd57ccaad 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -21,6 +20,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool:22 USE_SDL= sdl +USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 6d497da6b9b..994c3fd521a 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_image-1.2.7.tar.gz) = a729ff61f74f0a45ec7fe36354cf938e -SHA256 (SDL_image-1.2.7.tar.gz) = 14e4d9932ae2af03d814cca9e56ab9ba0091ffe06c9387dde74dfb03a4dde3b3 -SIZE (SDL_image-1.2.7.tar.gz) = 1315517 +MD5 (SDL_image-1.2.10.tar.gz) = 6c06584b31559e2b59f2b982d0d1f628 +SHA256 (SDL_image-1.2.10.tar.gz) = 75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876 +SIZE (SDL_image-1.2.10.tar.gz) = 1332906 diff --git a/graphics/sdl_image/pkg-plist b/graphics/sdl_image/pkg-plist index 63430bec42f..d8e8540202e 100644 --- a/graphics/sdl_image/pkg-plist +++ b/graphics/sdl_image/pkg-plist @@ -1,8 +1,9 @@ bin/showimage include/SDL/SDL_image.h lib/libSDL_image-1.2.so -lib/libSDL_image-1.2.so.1 +lib/libSDL_image-1.2.so.8 lib/libSDL_image.a lib/libSDL_image.la lib/libSDL_image.so +libdata/pkgconfig/SDL_image.pc @dirrmtry include/SDL diff --git a/graphics/shim/Makefile b/graphics/shim/Makefile index 61040815d86..8c76ec5731e 100644 --- a/graphics/shim/Makefile +++ b/graphics/shim/Makefile @@ -7,7 +7,7 @@ PORTNAME= shim DISTVERSION= 1.1b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://corp.efnet.net/~lamer/pegasosppc/download/ CENKES diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index b2d4d90c4a7..55579d7fba6 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -7,7 +7,7 @@ PORTNAME= timeless PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= shaun diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index ea842227fc1..6cd93b0d61c 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -7,7 +7,7 @@ PORTNAME= vp PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://bzflag.bz/~erik/files/ diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index 7350dae535a..fa7898ccd8d 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -6,7 +6,7 @@ PORTNAME= gambas PORTVERSION= 1.0.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= SF diff --git a/lang/lush/Makefile b/lang/lush/Makefile index c4c379204d7..954f66f4ec0 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -6,7 +6,7 @@ PORTNAME= lush PORTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 07b757aa6b2..2341ecd41f9 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= smalltalk PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/misc/explosions/Makefile b/misc/explosions/Makefile index f459e877e4a..d36b431a9a1 100644 --- a/misc/explosions/Makefile +++ b/misc/explosions/Makefile @@ -7,7 +7,7 @@ PORTNAME= explosions PORTVERSION= 0.2005.07.31 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= ftp://ftp.billsgames.com/unix/x/explosions/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index 8c95ef0a2f3..d6042fb138b 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -6,6 +6,7 @@ PORTNAME= mlt PORTVERSION= 0.4.10 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 175cb0eced8..326e7f02587 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayerxp PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= SF diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index c74907885eb..a31f99f6827 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ diff --git a/net/kmuddy/Makefile b/net/kmuddy/Makefile index dace72ac0a7..9d07ebeb3a7 100644 --- a/net/kmuddy/Makefile +++ b/net/kmuddy/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmuddy PORTVERSION= 0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net games MASTER_SITES= http://www.kmuddy.com/files/ diff --git a/sysutils/asusoled/Makefile b/sysutils/asusoled/Makefile index 822b94bba20..b1bff27ead6 100644 --- a/sysutils/asusoled/Makefile +++ b/sysutils/asusoled/Makefile @@ -7,7 +7,7 @@ PORTNAME= asusoled PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jkim diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile index 2fe64e8430d..af7bfc0071d 100644 --- a/x11-fm/tdfsb/Makefile +++ b/x11-fm/tdfsb/Makefile @@ -7,7 +7,7 @@ PORTNAME= tdfsb PORTVERSION= 0.0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-fm MASTER_SITES= http://www.determinate.net/webdata/data/ diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index c149a644510..9e600074516 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= paragui PORTVERSION= 1.1.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index 89c6407bd23..1d8d9f2fd56 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -8,7 +8,7 @@ PORTNAME= paragui PORTVERSION= 1.0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-toolkits/sdl_gui/Makefile b/x11-toolkits/sdl_gui/Makefile index 7e029f921ae..76de065d5b5 100644 --- a/x11-toolkits/sdl_gui/Makefile +++ b/x11-toolkits/sdl_gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= sdl_gui PORTVERSION= 0.10.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= http://rhk.dataslab.com/SDL_gui/ DISTNAME= SDL_gui-${PORTVERSION} |