Date: Thu, 28 Jan 2021 20:02:58 +0000 From: Rene Ladan <rene@freebsd.org> To: Dmitry Marakasov <amdmi3@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r563128 - head/games/starfighter Message-ID: <20210128200258.GA2460@freefall.freebsd.org> In-Reply-To: <202101281213.10SCDx2j027680@repo.freebsd.org> References: <202101281213.10SCDx2j027680@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 28, 2021 at 12:13:59PM +0000, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Thu Jan 28 12:13:58 2021 > New Revision: 563128 > URL: https://svnweb.freebsd.org/changeset/ports/563128 > > Log: > - Update to 2.4 > - Simplify the port > > PR: 253055 > Approved by: alfix86@gmail.com (maintainer) > > Modified: > head/games/starfighter/Makefile > head/games/starfighter/distinfo > head/games/starfighter/pkg-plist > > Modified: head/games/starfighter/Makefile > ============================================================================== > --- head/games/starfighter/Makefile Thu Jan 28 12:12:49 2021 (r563127) > +++ head/games/starfighter/Makefile Thu Jan 28 12:13:58 2021 (r563128) > @@ -2,12 +2,9 @@ > # $FreeBSD$ > > PORTNAME= starfighter > -PORTVERSION= 2.0.0.2 > +PORTVERSION= 2.4 > DISTVERSIONPREFIX= v > CATEGORIES= games > -MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons > -DISTFILES= ${PORTNAME}-icons${EXTRACT_SUFX}:icons > -DIST_SUBDIR= ${PORTNAME} > > MAINTAINER= alfix86@gmail.com > COMMENT= Liberate the universe from the evil company WEAPCO > @@ -15,29 +12,22 @@ COMMENT= Liberate the universe from the evil company W > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/COPYING > > -USES= autoreconf dos2unix gnome iconv pkgconfig sdl > -USE_CSTD= c99 > -USE_SDL= image2 mixer2 ttf2 > +USES= autoreconf gettext gnome iconv pkgconfig python:build sdl ^^^^^^^^^^^^ Can you change this to python:3.6+,build to avoid the port possibly relying on Python 2.7 ? Thanks, René
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210128200258.GA2460>