Date: Tue, 6 May 2003 23:30:26 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51853: Update port: games/crossfire-client to 1.5.0 Message-ID: <20030506233026.28e2889f.tkato@prontomail.com> Resent-Message-ID: <200305061440.h46EeFwf011861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 51853 >Category: ports >Synopsis: Update port: games/crossfire-client to 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 06 07:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.5.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/crossfire-client/Makefile games/crossfire-client/Makefile --- /usr/ports/games/crossfire-client/Makefile Mon Apr 21 12:21:58 2003 +++ games/crossfire-client/Makefile Sun May 4 22:07:30 2003 @@ -5,44 +5,41 @@ # $FreeBSD: ports/games/crossfire-client/Makefile,v 1.51 2003/04/20 03:03:00 marcus Exp $ # -PORTNAME= crossfire -PORTVERSION= 1.4.0 +PORTNAME= crossfire-client +PORTVERSION= 1.5.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ ftp://ftp.real-time.com/pub/games/crossfire/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -client -DISTFILES= ${PORTNAME}-client-${PORTVERSION}.tar.gz \ - ${PORTNAME}-client-images-${PORTVERSION}.tar.gz \ - ${PORTNAME}-client-sounds-${PORTVERSION}.tar.gz +MASTER_SITE_SUBDIR= ${PORTNAME:S/-client//} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-images-${PORTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-sounds-1.4.0${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer graphical arcade and adventure game made for X11 -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - USE_X_PREFIX= yes USE_PERL5= yes USE_XPM= yes USE_GNOME= gtk12 -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --with-sound-dir=${DATADIR}/sounds \ --disable-gnome # Gnome client currently broken MAN1= cfclient.1 gcfclient.1 -DATADIR= ${PREFIX}/share/${PKGBASE} +.if defined(WITHOUT_SDL) +CONFIGURE_ARGS+= --disable-sdl +.else +LIB_DEPENDS+= SDL_image.10:${PORTSDIR}/graphics/sdl_image +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" +.endif post-install: @${MKDIR} ${DATADIR} diff -urN /usr/ports/games/crossfire-client/distinfo games/crossfire-client/distinfo --- /usr/ports/games/crossfire-client/distinfo Fri Nov 8 21:24:06 2002 +++ games/crossfire-client/distinfo Sun May 4 21:18:10 2003 @@ -1,3 +1,3 @@ -MD5 (crossfire-client-1.4.0.tar.gz) = 6ab310b8d2ea80e7fae246775dc819e2 -MD5 (crossfire-client-images-1.4.0.tar.gz) = 7b8ea870de491cf5070f05ae876bcbf2 +MD5 (crossfire-client-1.5.0.tar.gz) = 8f7e09f18cdbfbf45aea2fc06a6472cb +MD5 (crossfire-client-images-1.5.0.tar.gz) = 63cbfb00ff8000f2567880b72c8162bd MD5 (crossfire-client-sounds-1.4.0.tar.gz) = 1b33401d9d2af0d391fee7ad04282cfd >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506233026.28e2889f.tkato>