On Sun, Feb 23, 2020, at 10:30, Ryan Freeman wrote:
> On Fri, Feb 21, 2020 at 06:59:37PM -0900, Micah Muer wrote:
> > This patch updates games/vitetris from 0.57.0 to 0.58.0. This is the
> > changelog:
> > 
> > * Fix insecure use of printf
> > * netplay.c: add missing includes generating warnings on compile
> > * Update README
> > * Remove old game server
> > * Update INSTALL
> > * Update configure script
> > 
> > Ports-wise, I switched the Makefile to use github and updated the
> > homepage.
> > 
> > I've tested this on amd64 for a few weeks.
> 
> Hi,  thanks for this.  Works good here on amd64 as well,
> OK for anyone that wants to commit.
> 
> -Ryan
> 
> > 
> > Thanks,
> > 
> > Micah
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/games/vitetris/Makefile,v
> > retrieving revision 1.10
> > diff -u -p -u -p -r1.10 Makefile
> > --- Makefile        12 Jul 2019 20:46:26 -0000      1.10
> > +++ Makefile        22 Feb 2020 03:47:14 -0000
> > @@ -1,11 +1,13 @@
> >  # $OpenBSD: Makefile,v 1.10 2019/07/12 20:46:26 sthen Exp $
> >  
> >  COMMENT =  terminal-based tetris clone in vein of nintendo tetris
> > -DISTNAME = vitetris-0.57
> >  CATEGORIES =       games
> > -REVISION = 3
> >  
> > -HOMEPAGE = http://victornils.net/tetris/
> > +GH_TAGNAME =       v0.58.0
> > +GH_ACCOUNT =       vicgeralds
> > +GH_PROJECT =       vitetris
> > +
> > +HOMEPAGE = https://www.victornils.net/tetris/
> >  
> >  MAINTAINER =       Ryan Freeman <r...@slipgate.org>
> >  
> > @@ -13,8 +15,6 @@ MAINTAINER =      Ryan Freeman <ryan@slipgate
> >  PERMIT_PACKAGE =   Yes
> >  
> >  WANTLIB =  c curses
> > -
> > -MASTER_SITES =     http://victornils.net/tetris/
> >  
> >  RUN_DEPENDS =      devel/desktop-file-utils
> >  
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/games/vitetris/distinfo,v
> > retrieving revision 1.2
> > diff -u -p -u -p -r1.2 distinfo
> > --- distinfo        14 Jul 2013 07:12:22 -0000      1.2
> > +++ distinfo        22 Feb 2020 03:47:14 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (vitetris-0.57.tar.gz) = 
> > DJ+myLFuL4lo9l4WqH8bzTm4J9UQxu+wdx8EAKuRzcI=
> > -SIZE (vitetris-0.57.tar.gz) = 100660
> > +SHA256 (vitetris-0.58.0.tar.gz) = 
> > 5+fLdLuBS5/sgP5O3jw/BBNNghfWMOCSoJcjgkjWBPk=
> > +SIZE (vitetris-0.58.0.tar.gz) = 96957
> > 
>

Ping. There was an OK from the maintainer (Ryan Freeman) and a "Works here, ok 
rsadowski@".

Reply via email to