aboutsummaryrefslogtreecommitdiff
path: root/games/gbrainy
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-31 04:19:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-31 04:19:52 +0000
commitebcebd78622b982da928f9b0cf6877b60ba99415 (patch)
treef602bf929dd172cbe1c830ea1e062d0778d72beb /games/gbrainy
parentb66748ec97cba5ad07ec90a779028373f6eb005a (diff)
downloadports-ebcebd78622b982da928f9b0cf6877b60ba99415.tar.gz
ports-ebcebd78622b982da928f9b0cf6877b60ba99415.zip
games/gbrainy: Update 2.2.2 -> 2.4.3
ed.arrakis@gmail.com takes maintainership. PR: 253058 Submitted by: ed.arrakis@gmail.com
Notes
Notes: svn path=/head/; revision=563455
Diffstat (limited to 'games/gbrainy')
-rw-r--r--games/gbrainy/Makefile21
-rw-r--r--games/gbrainy/distinfo5
-rw-r--r--games/gbrainy/files/patch-Makefile.in4
-rw-r--r--games/gbrainy/files/patch-configure73
-rw-r--r--games/gbrainy/pkg-descr2
-rw-r--r--games/gbrainy/pkg-plist4
6 files changed, 19 insertions, 90 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile
index 0511922e0f45..ae2c3545e857 100644
--- a/games/gbrainy/Makefile
+++ b/games/gbrainy/Makefile
@@ -1,31 +1,30 @@
# $FreeBSD$
PORTNAME= gbrainy
-PORTVERSION= 2.2.2
-PORTREVISION= 2
+DISTVERSION= 2.4.3
PORTEPOCH= 2
CATEGORIES= games
-MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
+MASTER_SITES= https://gent.softcatala.org/jmas/gbrainy/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ed.arrakis@gmail.com
COMMENT= Brain teaser game and trainer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= outdated, depends on deprecated library www/gtkhtml3
-EXPIRATION_DATE= 2021-03-31
-
BUILD_DEPENDS= mautil:devel/mono-addins \
- ${LOCALBASE}/bin/bash:shells/bash
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+ gtk-sharp30>0:x11-toolkits/gtk-sharp30 \
+ itstool:textproc/itstool
+RUN_DEPENDS= mautil:devel/mono-addins \
+ bash:shells/bash
USES= gettext gmake gnome mono pathfix pkgconfig shebangfix
USE_GNOME= gtksharp20 gnomesharp20 intltool
+
SHEBANG_FILES= src/Clients/Classical/gbrainy.in
+
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+
MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR}
INSTALLS_ICONS= yes
diff --git a/games/gbrainy/distinfo b/games/gbrainy/distinfo
index c52c8f4649dc..44f48ef92d3f 100644
--- a/games/gbrainy/distinfo
+++ b/games/gbrainy/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gbrainy-2.2.2.tar.gz) = e581cf88dae6dffd3ed39f39f00e1e5b3ff3bed3c9b6044dd93168e699bfea43
-SIZE (gbrainy-2.2.2.tar.gz) = 2837981
+TIMESTAMP = 1611746026
+SHA256 (gbrainy-2.4.3.tar.gz) = 11a3b837cd1cc878d5e7b53dc7b4c3140dc88eca2bc68a3e48b13ab293e70be3
+SIZE (gbrainy-2.4.3.tar.gz) = 3030257
diff --git a/games/gbrainy/files/patch-Makefile.in b/games/gbrainy/files/patch-Makefile.in
index c48ada591fb4..59a94c4a0a3e 100644
--- a/games/gbrainy/files/patch-Makefile.in
+++ b/games/gbrainy/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2013-09-15 18:26:13 UTC
+--- Makefile.in.orig 2021-01-31 04:07:09 UTC
+++ Makefile.in
-@@ -378,8 +378,7 @@ SUBDIRS = \
+@@ -385,8 +385,7 @@ SUBDIRS = \
tests \
data \
tools \
diff --git a/games/gbrainy/files/patch-configure b/games/gbrainy/files/patch-configure
deleted file mode 100644
index 91dcd8a1ca9d..000000000000
--- a/games/gbrainy/files/patch-configure
+++ /dev/null
@@ -1,73 +0,0 @@
---- configure.orig 2013-09-15 18:26:16 UTC
-+++ configure
-@@ -13562,33 +13562,9 @@ if test -z "$AM_DEFAULT_VERBOSITY"; then
- fi
-
-
--gdu_cv_version_required=0.3.2
-
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
--$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; }
--if test -n "$PKG_CONFIG" && \
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
-- ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
-- ac_status=$?
-- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-- test $ac_status = 0; }; then
-- gdu_cv_have_gdu=yes
--else
-- gdu_cv_have_gdu=no
--fi
-
--if test "$gdu_cv_have_gdu" = "yes"; then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
--$as_echo "yes" >&6; }
-- :
--else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--$as_echo "no" >&6; }
-- as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
--fi
-
--
--
- # Check whether --with-help-dir was given.
- if test "${with_help_dir+set}" = set; then :
- withval=$with_help_dir;
-@@ -13628,25 +13604,15 @@ else
- enable_scrollkeeper=yes
- fi
-
-- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
-- ENABLE_SK_TRUE=
-- ENABLE_SK_FALSE='#'
--else
- ENABLE_SK_TRUE='#'
- ENABLE_SK_FALSE=
--fi
-
-
- DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
-
-
-- if test "$gdu_cv_have_gdu" = "yes"; then
-- HAVE_GNOME_DOC_UTILS_TRUE=
-- HAVE_GNOME_DOC_UTILS_FALSE='#'
--else
- HAVE_GNOME_DOC_UTILS_TRUE='#'
- HAVE_GNOME_DOC_UTILS_FALSE=
--fi
-
-
-
-@@ -13674,8 +13640,8 @@ needed_assemblies="Mono.Posix Mono.Cairo Mono.CSharp"
- for i in $needed_assemblies; do
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $i.dll" >&5
- $as_echo_n "checking for $i.dll... " >&6; }
-- if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0/$i.dll \); then
-- if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/4.0/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/4.0/$i.dll \); then
-+ if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/2.0-api/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/2.0-api/$i.dll \); then
-+ if test ! \( -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/4.0-api/$i.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/4.0-api/$i.dll \); then
- as_fn_error $? "missing required mono 2.0/4.0 DLL: $i.dll" "$LINENO" 5
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
diff --git a/games/gbrainy/pkg-descr b/games/gbrainy/pkg-descr
index 77856badd460..8fd64f748578 100644
--- a/games/gbrainy/pkg-descr
+++ b/games/gbrainy/pkg-descr
@@ -1,4 +1,4 @@
Gbrainy is a brain teaser game and trainer to have fun and to
keep your brain trained.
-WWW: http://live.gnome.org/gbrainy
+WWW: https://live.gnome.org/gbrainy
diff --git a/games/gbrainy/pkg-plist b/games/gbrainy/pkg-plist
index 855aa2177ed3..72b9748d66fc 100644
--- a/games/gbrainy/pkg-plist
+++ b/games/gbrainy/pkg-plist
@@ -38,6 +38,7 @@ share/icons/hicolor/scalable/apps/gbrainy.svg
share/locale/af/LC_MESSAGES/gbrainy.mo
share/locale/ar/LC_MESSAGES/gbrainy.mo
share/locale/ast/LC_MESSAGES/gbrainy.mo
+share/locale/bs/LC_MESSAGES/gbrainy.mo
share/locale/ca/LC_MESSAGES/gbrainy.mo
share/locale/ca@valencia/LC_MESSAGES/gbrainy.mo
share/locale/cs/LC_MESSAGES/gbrainy.mo
@@ -58,9 +59,9 @@ share/locale/id/LC_MESSAGES/gbrainy.mo
share/locale/it/LC_MESSAGES/gbrainy.mo
share/locale/ko/LC_MESSAGES/gbrainy.mo
share/locale/lv/LC_MESSAGES/gbrainy.mo
-share/locale/oc/LC_MESSAGES/gbrainy.mo
share/locale/nb/LC_MESSAGES/gbrainy.mo
share/locale/nl/LC_MESSAGES/gbrainy.mo
+share/locale/oc/LC_MESSAGES/gbrainy.mo
share/locale/pl/LC_MESSAGES/gbrainy.mo
share/locale/pt/LC_MESSAGES/gbrainy.mo
share/locale/pt_BR/LC_MESSAGES/gbrainy.mo
@@ -81,6 +82,7 @@ share/locale/vi/LC_MESSAGES/gbrainy.mo
share/locale/zh_CN/LC_MESSAGES/gbrainy.mo
share/locale/zh_HK/LC_MESSAGES/gbrainy.mo
share/locale/zh_TW/LC_MESSAGES/gbrainy.mo
+share/metainfo/gbrainy.appdata.xml
share/pixmaps/gbrainy.png
share/pixmaps/gbrainy.svg
share/pixmaps/gbrainy16.png