Index: head/games/gbrainy/Makefile =================================================================== --- head/games/gbrainy/Makefile (revision 563454) +++ head/games/gbrainy/Makefile (revision 563455) @@ -1,33 +1,32 @@ # $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 .include Index: head/games/gbrainy/distinfo =================================================================== --- head/games/gbrainy/distinfo (revision 563454) +++ head/games/gbrainy/distinfo (revision 563455) @@ -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 Index: head/games/gbrainy/files/patch-configure =================================================================== --- head/games/gbrainy/files/patch-configure (revision 563454) +++ head/games/gbrainy/files/patch-configure (nonexistent) @@ -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 Property changes on: head/games/gbrainy/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/gbrainy/files/patch-Makefile.in =================================================================== --- head/games/gbrainy/files/patch-Makefile.in (revision 563454) +++ head/games/gbrainy/files/patch-Makefile.in (revision 563455) @@ -1,12 +1,12 @@ ---- 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 \ - po \ - help + po CLEANFILES = \ intltool-extract \ Index: head/games/gbrainy/pkg-descr =================================================================== --- head/games/gbrainy/pkg-descr (revision 563454) +++ head/games/gbrainy/pkg-descr (revision 563455) @@ -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 Index: head/games/gbrainy/pkg-plist =================================================================== --- head/games/gbrainy/pkg-plist (revision 563454) +++ head/games/gbrainy/pkg-plist (revision 563455) @@ -1,87 +1,89 @@ bin/gbrainy lib/gbrainy/gbrainy.Core.dll lib/gbrainy/gbrainy.Core.dll.config lib/gbrainy/gbrainy.Games.dll lib/gbrainy/gbrainy.exe lib/gbrainy/gbrainy.exe.config libdata/pkgconfig/gbrainy.pc man/man6/gbrainy.6.gz share/applications/gbrainy.desktop share/games/gbrainy/box.svg share/games/gbrainy/classic_background.svg share/games/gbrainy/clock.svg share/games/gbrainy/dartboard.svg share/games/gbrainy/faceboy1.svg share/games/gbrainy/faceboy2.svg share/games/gbrainy/faceboy3.svg share/games/gbrainy/facegirl1.svg share/games/gbrainy/facegirl2.svg share/games/gbrainy/facegirl3.svg share/games/gbrainy/family.svg share/games/gbrainy/father_son.svg share/games/gbrainy/games.xml share/games/gbrainy/horses_men.svg share/games/gbrainy/lever.svg share/games/gbrainy/money.svg share/games/gbrainy/notebook_background.svg share/games/gbrainy/password.svg share/games/gbrainy/people_table.svg share/games/gbrainy/right.oga share/games/gbrainy/tennis.svg share/games/gbrainy/themes.xml share/games/gbrainy/verbal_analogies.xml share/games/gbrainy/wrong.oga share/icons/hicolor/16x16/apps/gbrainy.png share/icons/hicolor/32x32/apps/gbrainy.png share/icons/hicolor/48x48/apps/gbrainy.png 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 share/locale/da/LC_MESSAGES/gbrainy.mo share/locale/de/LC_MESSAGES/gbrainy.mo share/locale/el/LC_MESSAGES/gbrainy.mo share/locale/en_GB/LC_MESSAGES/gbrainy.mo share/locale/eo/LC_MESSAGES/gbrainy.mo share/locale/es/LC_MESSAGES/gbrainy.mo share/locale/eu/LC_MESSAGES/gbrainy.mo share/locale/fi/LC_MESSAGES/gbrainy.mo share/locale/fr/LC_MESSAGES/gbrainy.mo share/locale/gl/LC_MESSAGES/gbrainy.mo share/locale/hi/LC_MESSAGES/gbrainy.mo share/locale/hr/LC_MESSAGES/gbrainy.mo share/locale/hu/LC_MESSAGES/gbrainy.mo 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 share/locale/ro/LC_MESSAGES/gbrainy.mo share/locale/ru/LC_MESSAGES/gbrainy.mo share/locale/sk/LC_MESSAGES/gbrainy.mo share/locale/sl/LC_MESSAGES/gbrainy.mo share/locale/sr/LC_MESSAGES/gbrainy.mo share/locale/sr@latin/LC_MESSAGES/gbrainy.mo share/locale/sv/LC_MESSAGES/gbrainy.mo share/locale/ta/LC_MESSAGES/gbrainy.mo share/locale/te/LC_MESSAGES/gbrainy.mo share/locale/th/LC_MESSAGES/gbrainy.mo share/locale/tr/LC_MESSAGES/gbrainy.mo share/locale/ug/LC_MESSAGES/gbrainy.mo share/locale/uk/LC_MESSAGES/gbrainy.mo 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 share/pixmaps/gbrainy48.png