From owner-svn-ports-head@FreeBSD.ORG Thu Dec 13 01:02:51 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F1FE7A2; Thu, 13 Dec 2012 01:02:51 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8554C8FC08; Thu, 13 Dec 2012 01:02:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBD12pjr098236; Thu, 13 Dec 2012 01:02:51 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBD12pMD098234; Thu, 13 Dec 2012 01:02:51 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201212130102.qBD12pMD098234@svn.freebsd.org> From: Barbara Guida Date: Thu, 13 Dec 2012 01:02:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 01:02:51 -0000 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 -# +# Created by: Igor Pokrovsky # $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