Re: [update patch] gnuchess 6.2.5 -> 6.2.7

2020-08-28 Thread Martin Ziemer
On Mon, Aug 24, 2020 at 05:03:18PM +0200, Rafael Sadowski wrote:
> On Mon Aug 24, 2020 at 02:00:48PM +0200, Martin Ziemer wrote:
> > This patch updates gnuchess from 6.2.5 to 6.2.7.
> > 
> > Since i saw there is no maintainer, i also added myself as maintainer.
> > 
> > Tested on two amd64 systems.
> > 
> > 
> 
> Hi Martin,
> 
> you missed to update plist. I also switched URL to HTTPS.
> New diff below, otherwise it looks good.
> 
> Rafael
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/games/gnuchess/Makefile,v
> retrieving revision 1.47
> diff -u -p -u -p -r1.47 Makefile
> --- Makefile  12 Jul 2019 20:46:18 -  1.47
> +++ Makefile  24 Aug 2020 15:01:21 -
> @@ -2,13 +2,14 @@
>  
>  COMMENT= chess program
>  
> -DISTNAME=gnuchess-6.2.5
> +DISTNAME=gnuchess-6.2.7
>  DISTFILES=   ${DISTNAME}.tar.gz book_1.02.pgn.gz
> -REVISION=2
>  
>  CATEGORIES=  games
> -HOMEPAGE=http://www.gnu.org/software/chess/
> +HOMEPAGE=https://www.gnu.org/software/chess/
>  MASTER_SITES=${MASTER_SITE_GNU:=chess/}
> +
> +MAINTAINER = Martin Ziemer 
>  
>  # GPLv3+
>  PERMIT_PACKAGE=  Yes
> Index: distinfo
> ===
> RCS file: /cvs/ports/games/gnuchess/distinfo,v
> retrieving revision 1.13
> diff -u -p -u -p -r1.13 distinfo
> --- distinfo  3 Nov 2017 00:43:49 -   1.13
> +++ distinfo  24 Aug 2020 15:01:21 -
> @@ -1,4 +1,4 @@
>  SHA256 (book_1.02.pgn.gz) = 3qx37bBhpZJJoZ3rA9o0nK4FHlJSemy1r4CNk5jTLUQ=
> -SHA256 (gnuchess-6.2.5.tar.gz) = mpnpYzVXBsqzIJnRQLaY7aneFk685ApUILG5dy3QSAI=
> +SHA256 (gnuchess-6.2.7.tar.gz) = 5TZnWmGr6C5huRn2t4Z1VEHZ/NTCHhyC+55TQN0imEY=
>  SIZE (book_1.02.pgn.gz) = 26265281
> -SIZE (gnuchess-6.2.5.tar.gz) = 782359
> +SIZE (gnuchess-6.2.7.tar.gz) = 802863
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/games/gnuchess/pkg/PLIST,v
> retrieving revision 1.12
> diff -u -p -u -p -r1.12 PLIST
> --- pkg/PLIST 3 Nov 2017 00:43:49 -   1.12
> +++ pkg/PLIST 24 Aug 2020 15:01:21 -
> @@ -22,6 +22,7 @@ share/locale/eo/LC_MESSAGES/gnuchess.mo
>  share/locale/es/LC_MESSAGES/gnuchess.mo
>  share/locale/fr/LC_MESSAGES/gnuchess.mo
>  share/locale/gl/LC_MESSAGES/gnuchess.mo
> +share/locale/it/LC_MESSAGES/gnuchess.mo
>  share/locale/nb/LC_MESSAGES/gnuchess.mo
>  share/locale/nl/LC_MESSAGES/gnuchess.mo
>  share/locale/pt_BR/LC_MESSAGES/gnuchess.mo
This diff work fine. Tested on two amd64 systems playing some games.



Re: [update patch] gnuchess 6.2.5 -> 6.2.7

2020-08-24 Thread Rafael Sadowski
On Mon Aug 24, 2020 at 02:00:48PM +0200, Martin Ziemer wrote:
> This patch updates gnuchess from 6.2.5 to 6.2.7.
> 
> Since i saw there is no maintainer, i also added myself as maintainer.
> 
> Tested on two amd64 systems.
> 
> 

Hi Martin,

you missed to update plist. I also switched URL to HTTPS.
New diff below, otherwise it looks good.

Rafael

Index: Makefile
===
RCS file: /cvs/ports/games/gnuchess/Makefile,v
retrieving revision 1.47
diff -u -p -u -p -r1.47 Makefile
--- Makefile12 Jul 2019 20:46:18 -  1.47
+++ Makefile24 Aug 2020 15:01:21 -
@@ -2,13 +2,14 @@
 
 COMMENT=   chess program
 
-DISTNAME=  gnuchess-6.2.5
+DISTNAME=  gnuchess-6.2.7
 DISTFILES= ${DISTNAME}.tar.gz book_1.02.pgn.gz
-REVISION=  2
 
 CATEGORIES=games
-HOMEPAGE=  http://www.gnu.org/software/chess/
+HOMEPAGE=  https://www.gnu.org/software/chess/
 MASTER_SITES=  ${MASTER_SITE_GNU:=chess/}
+
+MAINTAINER =   Martin Ziemer 
 
 # GPLv3+
 PERMIT_PACKAGE=Yes
Index: distinfo
===
RCS file: /cvs/ports/games/gnuchess/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo3 Nov 2017 00:43:49 -   1.13
+++ distinfo24 Aug 2020 15:01:21 -
@@ -1,4 +1,4 @@
 SHA256 (book_1.02.pgn.gz) = 3qx37bBhpZJJoZ3rA9o0nK4FHlJSemy1r4CNk5jTLUQ=
-SHA256 (gnuchess-6.2.5.tar.gz) = mpnpYzVXBsqzIJnRQLaY7aneFk685ApUILG5dy3QSAI=
+SHA256 (gnuchess-6.2.7.tar.gz) = 5TZnWmGr6C5huRn2t4Z1VEHZ/NTCHhyC+55TQN0imEY=
 SIZE (book_1.02.pgn.gz) = 26265281
-SIZE (gnuchess-6.2.5.tar.gz) = 782359
+SIZE (gnuchess-6.2.7.tar.gz) = 802863
Index: pkg/PLIST
===
RCS file: /cvs/ports/games/gnuchess/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 PLIST
--- pkg/PLIST   3 Nov 2017 00:43:49 -   1.12
+++ pkg/PLIST   24 Aug 2020 15:01:21 -
@@ -22,6 +22,7 @@ share/locale/eo/LC_MESSAGES/gnuchess.mo
 share/locale/es/LC_MESSAGES/gnuchess.mo
 share/locale/fr/LC_MESSAGES/gnuchess.mo
 share/locale/gl/LC_MESSAGES/gnuchess.mo
+share/locale/it/LC_MESSAGES/gnuchess.mo
 share/locale/nb/LC_MESSAGES/gnuchess.mo
 share/locale/nl/LC_MESSAGES/gnuchess.mo
 share/locale/pt_BR/LC_MESSAGES/gnuchess.mo



Re: [update patch] gnuchess 6.2.5 -> 6.2.7

2020-08-24 Thread Hiltjo Posthuma
On Mon, Aug 24, 2020 at 02:00:48PM +0200, Martin Ziemer wrote:
> This patch updates gnuchess from 6.2.5 to 6.2.7.
> 
> Since i saw there is no maintainer, i also added myself as maintainer.
> 
> Tested on two amd64 systems.
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/games/gnuchess/Makefile,v
> retrieving revision 1.47
> diff -u -p -r1.47 Makefile
> --- Makefile  12 Jul 2019 20:46:18 -  1.47
> +++ Makefile  24 Aug 2020 11:56:27 -
> @@ -2,13 +2,14 @@
>  
>  COMMENT= chess program
>  
> -DISTNAME=gnuchess-6.2.5
> +DISTNAME=gnuchess-6.2.7
>  DISTFILES=   ${DISTNAME}.tar.gz book_1.02.pgn.gz
> -REVISION=2
>  
>  CATEGORIES=  games
>  HOMEPAGE=http://www.gnu.org/software/chess/
>  MASTER_SITES=${MASTER_SITE_GNU:=chess/}
> +
> +MAINTAINER = Martin Ziemer 
>  
>  # GPLv3+
>  PERMIT_PACKAGE=  Yes
> Index: distinfo
> ===
> RCS file: /cvs/ports/games/gnuchess/distinfo,v
> retrieving revision 1.13
> diff -u -p -r1.13 distinfo
> --- distinfo  3 Nov 2017 00:43:49 -   1.13
> +++ distinfo  24 Aug 2020 11:56:27 -
> @@ -1,4 +1,4 @@
>  SHA256 (book_1.02.pgn.gz) = 3qx37bBhpZJJoZ3rA9o0nK4FHlJSemy1r4CNk5jTLUQ=
> -SHA256 (gnuchess-6.2.5.tar.gz) = mpnpYzVXBsqzIJnRQLaY7aneFk685ApUILG5dy3QSAI=
> +SHA256 (gnuchess-6.2.7.tar.gz) = 5TZnWmGr6C5huRn2t4Z1VEHZ/NTCHhyC+55TQN0imEY=
>  SIZE (book_1.02.pgn.gz) = 26265281
> -SIZE (gnuchess-6.2.5.tar.gz) = 782359
> +SIZE (gnuchess-6.2.7.tar.gz) = 802863
> 

Hi,

I also sent this bump on 27 July. The patch looks good, thanks.

-- 
Kind regards,
Hiltjo



[update patch] gnuchess 6.2.5 -> 6.2.7

2020-08-24 Thread Martin Ziemer
This patch updates gnuchess from 6.2.5 to 6.2.7.

Since i saw there is no maintainer, i also added myself as maintainer.

Tested on two amd64 systems.


Index: Makefile
===
RCS file: /cvs/ports/games/gnuchess/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile12 Jul 2019 20:46:18 -  1.47
+++ Makefile24 Aug 2020 11:56:27 -
@@ -2,13 +2,14 @@
 
 COMMENT=   chess program
 
-DISTNAME=  gnuchess-6.2.5
+DISTNAME=  gnuchess-6.2.7
 DISTFILES= ${DISTNAME}.tar.gz book_1.02.pgn.gz
-REVISION=  2
 
 CATEGORIES=games
 HOMEPAGE=  http://www.gnu.org/software/chess/
 MASTER_SITES=  ${MASTER_SITE_GNU:=chess/}
+
+MAINTAINER =   Martin Ziemer 
 
 # GPLv3+
 PERMIT_PACKAGE=Yes
Index: distinfo
===
RCS file: /cvs/ports/games/gnuchess/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo3 Nov 2017 00:43:49 -   1.13
+++ distinfo24 Aug 2020 11:56:27 -
@@ -1,4 +1,4 @@
 SHA256 (book_1.02.pgn.gz) = 3qx37bBhpZJJoZ3rA9o0nK4FHlJSemy1r4CNk5jTLUQ=
-SHA256 (gnuchess-6.2.5.tar.gz) = mpnpYzVXBsqzIJnRQLaY7aneFk685ApUILG5dy3QSAI=
+SHA256 (gnuchess-6.2.7.tar.gz) = 5TZnWmGr6C5huRn2t4Z1VEHZ/NTCHhyC+55TQN0imEY=
 SIZE (book_1.02.pgn.gz) = 26265281
-SIZE (gnuchess-6.2.5.tar.gz) = 782359
+SIZE (gnuchess-6.2.7.tar.gz) = 802863