svn commit: r563128 - head/games/starfighter

Rene Ladan rene at freebsd.org
Thu Jan 28 20:02:58 UTC 2021


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 at 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 at 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é


More information about the svn-ports-all mailing list