diff options
author | swills <swills@FreeBSD.org> | 2018-08-17 00:05:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-08-17 00:05:36 +0800 |
commit | 8515446667f9d9ccb5c4441c8243a13f4c8c53d0 (patch) | |
tree | 1c286d4251d30537fa19404af47e8a32e46a14fb /games | |
parent | c6604f98de84e9662909641e18382e9e909d7ad6 (diff) | |
download | freebsd-ports-gnome-8515446667f9d9ccb5c4441c8243a13f4c8c53d0.tar.gz freebsd-ports-gnome-8515446667f9d9ccb5c4441c8243a13f4c8c53d0.tar.zst freebsd-ports-gnome-8515446667f9d9ccb5c4441c8243a13f4c8c53d0.zip |
games/angband: Update to 4.1.3
PR: 230547
Submitted by: Kai <freebsd_ports@k-worx.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 10 | ||||
-rw-r--r-- | games/angband/distinfo | 6 | ||||
-rw-r--r-- | games/angband/pkg-plist | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 8a5188728d45..b6f612b6b96c 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= angband -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.3 CATEGORIES= games MASTER_SITES= http://rephial.org/downloads/${PORTVERSION:R}/ @@ -11,9 +11,6 @@ COMMENT= Rogue-like game with color, X11 support LICENSE= GPLv2 -OPTIONS_DEFINE= SDL X11 DOCS -OPTIONS_DEFAULT=X11 - USES= autoreconf gmake ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_NCURSES_CONFIG=${TRUE} @@ -22,11 +19,12 @@ CONFIGURE_ARGS= --localstatedir=/var CPPFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${NCURSESLIB} -lncursesw -DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils +OPTIONS_DEFINE= SDL X11 DOCS +OPTIONS_DEFAULT=X11 +DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils SDL_USE= SDL=image,mixer,ttf,sdl SDL_CONFIGURE_ENABLE= sdl - X11_USE= XORG=ice,sm,x11 X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps X11_CONFIGURE_ENABLE= x11 diff --git a/games/angband/distinfo b/games/angband/distinfo index 1d7a952bf675..33f92edac5fe 100644 --- a/games/angband/distinfo +++ b/games/angband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532412835 -SHA256 (angband-4.1.2.tar.gz) = 30bc0979e0845cdc43de2a8f65c4d54d03d24d402b32b8589fbbc368ccfa0e2a -SIZE (angband-4.1.2.tar.gz) = 19933783 +TIMESTAMP = 1534015235 +SHA256 (angband-4.1.3.tar.gz) = 9402c4f8da691edbd4567a948c5663e1066bee3fcb4a62fbcf86b5454918406f +SIZE (angband-4.1.3.tar.gz) = 19924395 diff --git a/games/angband/pkg-plist b/games/angband/pkg-plist index 4904c16471b2..386841ad833e 100644 --- a/games/angband/pkg-plist +++ b/games/angband/pkg-plist @@ -41,6 +41,7 @@ %%ETCDIR%%/gamedata/room_template.txt %%ETCDIR%%/gamedata/slay.txt %%ETCDIR%%/gamedata/store.txt +%%ETCDIR%%/gamedata/summon.txt %%ETCDIR%%/gamedata/terrain.txt %%ETCDIR%%/gamedata/trap.txt %%ETCDIR%%/gamedata/vault.txt |