- Update to 2.2.1
- Switch to SDL2 by default
This commit is contained in:
parent
d57c414f16
commit
c12fa584d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378251
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= instead
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/instead/instead/${PORTVERSION}/
|
||||
DISTNAME= instead_${PORTVERSION}
|
||||
|
@ -21,7 +21,7 @@ PORTDOCS= *
|
|||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT=SDL GTK2
|
||||
OPTIONS_DEFAULT=SDL2 GTK2
|
||||
OPTIONS_SINGLE= SDL_VERSION
|
||||
OPTIONS_SINGLE_SDL_VERSION= SDL SDL2
|
||||
OPTIONS_RADIO= GTK_VERSION
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (instead_2.2.0.tar.gz) = 1bbe47f81d470d66c3e546ba3e93193e37fafaaba33586ae2aa8a199b445ef6b
|
||||
SIZE (instead_2.2.0.tar.gz) = 5066126
|
||||
SHA256 (instead_2.2.1.tar.gz) = 454fd501ddcbcfe2c6284faacf81a6ce5b8ff98024a50278a75fc1ca456b89d6
|
||||
SIZE (instead_2.2.1.tar.gz) = 5066740
|
||||
|
|
Loading…
Reference in a new issue