Hi ports@, Here is a diff to update gxemul to 0.6.1 and take maintainership.
Lightly tested on amd64. Comments? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/gxemul/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- Makefile 20 Nov 2018 08:20:39 -0000 1.42 +++ Makefile 22 Apr 2019 20:27:42 -0000 @@ -2,10 +2,12 @@ COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator -DISTNAME = gxemul-0.6.0.2 +DISTNAME = gxemul-0.6.1 CATEGORIES= emulators HOMEPAGE= http://gxemul.sourceforge.net/ + +MAINTAINER = Frederic Cambus <[email protected]> # BSD PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/emulators/gxemul/distinfo,v retrieving revision 1.23 diff -u -p -r1.23 distinfo --- distinfo 20 Nov 2018 08:20:39 -0000 1.23 +++ distinfo 22 Apr 2019 20:27:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (gxemul-0.6.0.2.tar.gz) = CgzrS13mRjSHsocp1A6OCm526pVTBul6paXHSvrrZjY= -SIZE (gxemul-0.6.0.2.tar.gz) = 5498962 +SHA256 (gxemul-0.6.1.tar.gz) = G84cwxYVzedWLPMGtdcGLSqXyuFI/pybIVP5XMsUY+0= +SIZE (gxemul-0.6.1.tar.gz) = 5617712 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/emulators/gxemul/pkg/PLIST,v retrieving revision 1.16 diff -u -p -r1.16 PLIST --- pkg/PLIST 20 Nov 2018 08:20:39 -0000 1.16 +++ pkg/PLIST 22 Apr 2019 20:27:42 -0000 @@ -32,10 +32,6 @@ share/doc/gxemul/20050427-netbsd-hpcmips share/doc/gxemul/20050427-netbsd-hpcmips-2_small.png share/doc/gxemul/20050617-openbsd-sgi.png share/doc/gxemul/20050617-openbsd-sgi_small.png -share/doc/gxemul/20050817-sgi-o2-success-7.png -share/doc/gxemul/20050817-sgi-o2-success-7_small.png -share/doc/gxemul/20050817-sgi-o2-success-8.png -share/doc/gxemul/20050817-sgi-o2-success-8_small.png share/doc/gxemul/20051007-netbsd-cats-installed.png share/doc/gxemul/20051007-netbsd-cats-installed_small.png share/doc/gxemul/20051007-openbsd-cats-installed.png @@ -100,6 +96,9 @@ share/doc/gxemul/20140803-serial-upload- share/doc/gxemul/20140803-serial-upload-slave.png share/doc/gxemul/20180220-openbsd-luna88k-5.4-small.png share/doc/gxemul/20180220-openbsd-luna88k-5.4.png +share/doc/gxemul/20180910-sgiip32prom-4.13.png +share/doc/gxemul/20181018-openbsd-sgi-o2-small.png +share/doc/gxemul/20181018-openbsd-sgi-o2.png share/doc/gxemul/RELEASE.html share/doc/gxemul/TODO.html share/doc/gxemul/configfiles.html
