diff -ruN /usr/ports/games/armagetron/Makefile ./armagetron/Makefile --- /usr/ports/games/armagetron/Makefile 2015-02-11 23:09:33.000000000 +0100 +++ ./armagetron/Makefile 2015-03-03 12:16:04.000000000 +0100 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/armagetron/Makefile 375598 2014-12-25 20:54:41Z bapt $ PORTNAME= armagetron -PORTVERSION= 0.2.8.3.2 -PORTREVISION= 5 +PORTVERSION= 0.2.8.3.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/ DISTNAME= armagetronad-${PORTVERSION} @@ -12,6 +11,8 @@ MAINTAINER= ianthetechie@gmail.com COMMENT= Multiplayer networked Tron clone in 3D +LICENSE= GPLv2 + USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-etc --disable-initscripts diff -ruN /usr/ports/games/armagetron/distinfo ./armagetron/distinfo --- /usr/ports/games/armagetron/distinfo 2015-02-11 23:09:33.000000000 +0100 +++ ./armagetron/distinfo 2015-03-03 12:07:39.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (armagetronad-0.2.8.3.2.src.tar.bz2) = f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5 -SIZE (armagetronad-0.2.8.3.2.src.tar.bz2) = 1841407 +SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8 +SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868 diff -ruN /usr/ports/games/armagetron/files/patch-configure ./armagetron/files/patch-configure --- /usr/ports/games/armagetron/files/patch-configure 2015-02-11 23:09:33.000000000 +0100 +++ ./armagetron/files/patch-configure 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -diff -Nur configure.orig configure ---- configure.orig 2013-12-16 15:45:20.000000000 +0400 -+++ configure 2013-12-16 15:46:48.000000000 +0400 -@@ -10629,12 +10629,12 @@ - CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" - LIBS="$LIBS $PNGLIBS" - --ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" --if test "x$ac_cv_func_png_check_sig" = x""yes; then : -+# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" -+# if test "x$ac_cv_func_png_check_sig" = x""yes; then : - --else -- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 --fi -+# else -+# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 -+# fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5