FreeBSD Bugzilla – Attachment 221979 Details for
Bug 253058
games/gbrainy: adopt/update to 2.4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Sugested git diff (+DOCS, -NLS)
gbrainy-2.4.3,2.diff (text/plain), 5.94 KB, created by
Nuno Teixeira
on 2021-01-28 08:07:44 UTC
(
hide
)
Description:
Sugested git diff (+DOCS, -NLS)
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2021-01-28 08:07:44 UTC
Size:
5.94 KB
patch
obsolete
>diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile >index 0511922e0f45..0ba92258d320 100644 >--- a/games/gbrainy/Makefile >+++ b/games/gbrainy/Makefile >@@ -1,33 +1,38 @@ > # $FreeBSD$ > > PORTNAME= gbrainy >-PORTVERSION= 2.2.2 >-PORTREVISION= 2 >+PORTVERSION= 2.4.3 > PORTEPOCH= 2 > CATEGORIES= games > MASTER_SITES= http://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} > > USES= gettext gmake gnome mono pathfix pkgconfig shebangfix > USE_GNOME= gtksharp20 gnomesharp20 intltool >+INSTALLS_ICONS= yes > SHEBANG_FILES= src/Clients/Classical/gbrainy.in > GNU_CONFIGURE= yes >+ >+MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR} > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >-MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR} > >-INSTALLS_ICONS= yes >+PORTDOCS= NEWS README >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >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-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-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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
eduardo
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 253058
: 221979