svn commit: r567990 - head/games/open-adventure

Stefan Eßer se at FreeBSD.org
Wed Mar 10 09:33:44 UTC 2021


Author: se
Date: Wed Mar 10 09:33:43 2021
New Revision: 567990
URL: https://svnweb.freebsd.org/changeset/ports/567990

Log:
  Update to version 1.9
  
  This update includes the post-1.9 fixes to Gitlab issues #52 and #55.

Modified:
  head/games/open-adventure/Makefile
  head/games/open-adventure/distinfo

Modified: head/games/open-adventure/Makefile
==============================================================================
--- head/games/open-adventure/Makefile	Wed Mar 10 08:00:02 2021	(r567989)
+++ head/games/open-adventure/Makefile	Wed Mar 10 09:33:43 2021	(r567990)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	open-adventure
-PORTVERSION=	1.4
+PORTVERSION=	1.9
 CATEGORIES=	games
 
 MAINTAINER=	se at FreeBSD.org
@@ -13,16 +13,16 @@ LICENSE=	BSD2CLAUSE
 BUILD_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} \
 		a2x:textproc/asciidoc
 
-USES=		gmake pkgconfig libedit python:build
+USES=		gmake libedit pkgconfig python:build
 USE_GITLAB=	yes
 GL_ACCOUNT=	esr
-GL_PROJECT=	${PORTNAME}
-GL_COMMIT=	d51238481a6a752adc8ad4d8893209d13bb7ea91
+GL_COMMIT=	f2f238e9e42ed76f9cfac219f37142cd7bcf6edb
 
-ALL_TARGET=	advent
 MAKE_ENV=	CCFLAGS="${CFLAGS}"
+ALL_TARGET=	advent
 
-PLIST_FILES=	bin/advent man/man6/advent.6.gz
+PLIST_FILES=	bin/advent \
+		man/man6/advent.6.gz
 
 pre-build:
 		cd ${WRKSRC}; ${PYTHON_CMD} make_dungeon.py; a2x -f manpage advent.adoc

Modified: head/games/open-adventure/distinfo
==============================================================================
--- head/games/open-adventure/distinfo	Wed Mar 10 08:00:02 2021	(r567989)
+++ head/games/open-adventure/distinfo	Wed Mar 10 09:33:43 2021	(r567990)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530935285
-SHA256 (esr-open-adventure-d51238481a6a752adc8ad4d8893209d13bb7ea91_GL0.tar.gz) = 1ad9246f6b34c6dc5affff908932eaf8d76e62d60a5b871edaedd1ab4f588eed
-SIZE (esr-open-adventure-d51238481a6a752adc8ad4d8893209d13bb7ea91_GL0.tar.gz) = 421941
+TIMESTAMP = 1615368451
+SHA256 (esr-open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb_GL0.tar.gz) = 72da3d6cf02887d015715f6e8a177ea17ae0864b56b076b12a7f071f1f8f8ce9
+SIZE (esr-open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb_GL0.tar.gz) = 436315


More information about the svn-ports-head mailing list