Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 01:02:51 +0000 (UTC)
From:      Barbara Guida <bar@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308811 - in head/games: vavoom vavoom-extras
Message-ID:  <201212130102.qBD12pMD098234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bar
Date: Thu Dec 13 01:02:50 2012
New Revision: 308811
URL: http://svnweb.freebsd.org/changeset/ports/308811

Log:
  - Trim Makefile header
  - Remove ABI version from LIB_DEPENDS
  - Take maintainership
  
  Approved by:	flo, rene (mentors)

Modified:
  head/games/vavoom-extras/Makefile
  head/games/vavoom/Makefile

Modified: head/games/vavoom-extras/Makefile
==============================================================================
--- head/games/vavoom-extras/Makefile	Wed Dec 12 23:56:17 2012	(r308810)
+++ head/games/vavoom-extras/Makefile	Thu Dec 13 01:02:50 2012	(r308811)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vavoom
-# Date created:				2007-06-05
-# Whom:					alepulver
-#
+# Created by: alepulver
 # $FreeBSD$
-#
 
 PORTNAME=	vavoom-extras
 PORTVERSION=	1.30
@@ -18,7 +14,7 @@ MASTER_SITES=	SF/vavoom/Resources/vmodel
 		SF/vavoom/Resources/vtextures/1.1:vt11 \
 		http://doomtextures.freelanzer.com/:dt
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bar@FreeBSD.org
 COMMENT=	Doom, Doom II, Heretic, Hexen, and Strife source port (extras)
 
 RUN_DEPENDS=	vavoom:${PORTSDIR}/games/vavoom

Modified: head/games/vavoom/Makefile
==============================================================================
--- head/games/vavoom/Makefile	Wed Dec 12 23:56:17 2012	(r308810)
+++ head/games/vavoom/Makefile	Thu Dec 13 01:02:50 2012	(r308811)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vavoom
-# Date created:		18 Jan 2004
-# Whom:			Igor Pokrovsky <tiamat@comset.net>
-#
+# Created by: Igor Pokrovsky <tiamat@comset.net>
 # $FreeBSD$
-#
 
 PORTNAME=	vavoom
 PORTVERSION=	1.33
@@ -11,10 +7,10 @@ PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Vavoom-source/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bar@FreeBSD.org
 COMMENT=	Doom, Doom II, Heretic, Hexen, and Strife source port
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
 USE_BZIP2=	yes
@@ -47,7 +43,7 @@ CMAKE_ARGS+=	-DWITH_ALLEGRO=N
 .endif
 
 .if ${PORT_OPTIONS:MFLAC}
-LIB_DEPENDS+=	FLAC.10:${PORTSDIR}/audio/flac
+LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
 CMAKE_ARGS+=	-DWITH_FLAC=Y
 .else
 CMAKE_ARGS+=	-DWITH_FLAC=N
@@ -64,14 +60,14 @@ PLIST_SUB+=	LAUNCHER="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MMAD}
-LIB_DEPENDS+=	mad.2:${PORTSDIR}/audio/libmad
+LIB_DEPENDS+=	mad:${PORTSDIR}/audio/libmad
 CMAKE_ARGS+=	-DWITH_LIBMAD=Y
 .else
 CMAKE_ARGS+=	-DWITH_LIBMAD=N
 .endif
 
 .if ${PORT_OPTIONS:MMIKMOD}
-LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
+LIB_DEPENDS+=	mikmod:${PORTSDIR}/audio/libmikmod
 CMAKE_ARGS+=	-DWITH_MIKMOD=Y
 .else
 CMAKE_ARGS+=	-DWITH_MIKMOD=N
@@ -87,7 +83,7 @@ CMAKE_ARGS+=	-DWITH_OPENAL=N
 .if ${PORT_OPTIONS:MOPENGL}
 USE_GL=		yes
 . if ${PORT_OPTIONS:MALLEGRO}
-LIB_DEPENDS+=	agl.0:${PORTSDIR}/graphics/allegrogl
+LIB_DEPENDS+=	agl:${PORTSDIR}/graphics/allegrogl
 BROKEN=		please use SDL instead of ALLEGRO, for OPENGL support
 . endif
 CMAKE_ARGS+=	-DWITH_OPENGL=Y
@@ -100,7 +96,7 @@ CFLAGS+=	-O3 -ffast-math -fomit-frame-po
 .endif
 
 .if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+=	vorbis:${PORTSDIR}/audio/libvorbis
 CMAKE_ARGS+=	-DWITH_VORBIS=Y
 .else
 CMAKE_ARGS+=	-DWITH_VORBIS=N



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130102.qBD12pMD098234>