Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 15:40:21 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556648 - head/games/eduke32
Message-ID:  <202011301540.0AUFeLbl027802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Nov 30 15:40:21 2020
New Revision: 556648
URL: https://svnweb.freebsd.org/changeset/ports/556648

Log:
  games/eduke32: update to the latest snapshot, unbreak fetch

Modified:
  head/games/eduke32/Makefile
  head/games/eduke32/distinfo

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Mon Nov 30 15:16:43 2020	(r556647)
+++ head/games/eduke32/Makefile	Mon Nov 30 15:40:21 2020	(r556648)
@@ -2,20 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	eduke32
-PORTVERSION=	20200404
+PORTVERSION=	20201128
 CATEGORIES=	games
-MASTER_SITES=	http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \
+MASTER_SITES=	http://dukeworld.com/eduke32/synthesis/${PORTVERSION}-${GITREVISION}/:eduke32 \
 		http://www.duke4.org/files/nightfright/hrp/:hrp \
 		http://burnbit.com/download/447717/:hrp \
 		http://www.duke4.org/files/nightfright/related/:related \
-		http://dukeworld.duke4.net/classic%20dukeworld/share/:shareware \
+		http://dukeworld.com/classic%20dukeworld/share/:shareware \
 		https://image.dosgamesarchive.com/games/:shareware \
 		https://www.quaddicted.com/files/idgames2/planetquake/planetduke/:shareware \
 		https://ftp.swin.edu.au/gentoo/distfiles/:shareware \
 		ftp://ftp.3drealms.com/share/:shareware \
-		https://github.com/NightFright2k19/voxelpack/releases/download/1.3pre4/:voxel
-DISTFILES=	${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32
-EXTRACT_ONLY=	${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}
+		https://github.com/NightFright2k19/voxelpack/releases/download/2.0pre4/:voxel
+DISTFILES=	${PORTNAME}_src_${PORTVERSION}-${GITREVISION}${EXTRACT_SUFX}:eduke32
+EXTRACT_ONLY=	${PORTNAME}_src_${PORTVERSION}-${GITREVISION}${EXTRACT_SUFX}
 
 MAINTAINER=	pkubaj@FreeBSD.org
 COMMENT=	Duke Nukem 3D Port based on JFDuke and EDuke
@@ -37,8 +37,8 @@ USES=		dos2unix gl gmake gnome pkgconfig sdl tar:xz
 USE_GL=		gl glu
 USE_GNOME=	gtk20
 USE_SDL=	sdl2 mixer2
-WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION}
-SVNREVISION=	8798
+WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}-${GITREVISION}
+GITREVISION=	9276-42c62c58f
 DATADIR=	${PREFIX}/share/duke3d
 SUB_FILES=	pkg-message
 MAKEFILE=	GNUmakefile

Modified: head/games/eduke32/distinfo
==============================================================================
--- head/games/eduke32/distinfo	Mon Nov 30 15:16:43 2020	(r556647)
+++ head/games/eduke32/distinfo	Mon Nov 30 15:40:21 2020	(r556648)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1596533427
-SHA256 (eduke32_src_20200404-8798.tar.xz) = a6c70a0e3c8489184dd3cff013d93a2a783193b54a38948a31bb3d8a782f3a6d
-SIZE (eduke32_src_20200404-8798.tar.xz) = 16565732
+TIMESTAMP = 1606749839
+SHA256 (eduke32_src_20201128-9276-42c62c58f.tar.xz) = ebb5b68ae77b503671815f192db2ae9b541014617804e9bf055f83efd4421297
+SIZE (eduke32_src_20201128-9276-42c62c58f.tar.xz) = 19786040
 SHA256 (duke3d_hrp.zip) = f217df456b4f11055041731033e35e4402fada99253e714e37c4a27e6fdc78a5
 SIZE (duke3d_hrp.zip) = 933440151
 SHA256 (duke3d_xxx.zip) = c31713e6400a175a1bfa3bd369d132f8a8abce8915c113549f98262b9a84b534



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