Date: Sat, 18 Mar 2017 06:57:10 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436386 - head/emulators/gngeo Message-ID: <201703180657.v2I6vArY084459@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Sat Mar 18 06:57:10 2017 New Revision: 436386 URL: https://svnweb.freebsd.org/changeset/ports/436386 Log: - Update MASTER_SITES - Update WWW - Remove BROKEN/DEPRECATED - Add LICENSE Modified: head/emulators/gngeo/Makefile head/emulators/gngeo/distinfo head/emulators/gngeo/pkg-descr head/emulators/gngeo/pkg-plist Modified: head/emulators/gngeo/Makefile ============================================================================== --- head/emulators/gngeo/Makefile Sat Mar 18 06:37:20 2017 (r436385) +++ head/emulators/gngeo/Makefile Sat Mar 18 06:57:10 2017 (r436386) @@ -5,16 +5,16 @@ PORTNAME= gngeo PORTVERSION= 0.8 PORTREVISION= 2 CATEGORIES= emulators -MASTER_SITES= GOOGLE_CODE/${PORTNAME} +MASTER_SITES= https://github.com/pepone42/gngeo/archive/ \ + LOCAL/acm/${PORTNAME} +DISTFILES= ${PORTNAME}_${PORTVERSION}.tar.gz MAINTAINER= acm@FreeBSD.org COMMENT= NeoGeo emulator -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= GPLv2 -USES= compiler:features gmake +USES= autoreconf compiler:features gmake USE_SDL= image sdl USE_GL= yes @@ -28,6 +28,7 @@ USE_CSTD= gnu89 MAKE_ARGS+= CC_FOR_BUILD=${CC} SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}_${PORTVERSION} OPTIONS_DEFINE_i386= ASM RAZE STAR OPTIONS_DEFAULT_i386= ASM @@ -76,8 +77,14 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/src/generator68k/Makefile.in +pre-configure: + @cd ${WRKSRC} && ${AUTORECONF} -i + post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sample_gngeorc ${STAGEDIR}${EXAMPLESDIR}/gngeorc + ${INSTALL_DATA} ${WRKSRC}/romrc ${STAGEDIR}${DATADIR}/romrc + ${INSTALL_DATA} ${WRKSRC}/gngeo.dat/gngeo_data.zip ${STAGEDIR}${DATADIR}/gngeo_data.zip .include <bsd.port.post.mk> Modified: head/emulators/gngeo/distinfo ============================================================================== --- head/emulators/gngeo/distinfo Sat Mar 18 06:37:20 2017 (r436385) +++ head/emulators/gngeo/distinfo Sat Mar 18 06:57:10 2017 (r436386) @@ -1,2 +1,3 @@ -SHA256 (gngeo-0.8.tar.gz) = 4955a36a978accbc13cc9d58be3dbbed8864f27c34446b2fea879ee27fd7c4b6 -SIZE (gngeo-0.8.tar.gz) = 1043579 +TIMESTAMP = 1489817213 +SHA256 (gngeo_0.8.tar.gz) = 6bad892e727f242fca43f6cbb8f136283f8a0c28bcfc5a97495aba59476ade4e +SIZE (gngeo_0.8.tar.gz) = 1128342 Modified: head/emulators/gngeo/pkg-descr ============================================================================== --- head/emulators/gngeo/pkg-descr Sat Mar 18 06:37:20 2017 (r436385) +++ head/emulators/gngeo/pkg-descr Sat Mar 18 06:57:10 2017 (r436386) @@ -7,4 +7,4 @@ following cpu core: * Z80 Mame core from the Mame project. * YM2610 Mame core by Tatsuyuki Satoh. -WWW: http://gngeo.berlios.de/ +WWW: https://github.com/pepone42/gngeo Modified: head/emulators/gngeo/pkg-plist ============================================================================== --- head/emulators/gngeo/pkg-plist Sat Mar 18 06:37:20 2017 (r436385) +++ head/emulators/gngeo/pkg-plist Sat Mar 18 06:57:10 2017 (r436386) @@ -1,5 +1,5 @@ bin/gngeo man/man1/gngeo.1.gz %%DATADIR%%/gngeo_data.zip +%%DATADIR%%/romrc %%EXAMPLESDIR%%/gngeorc -@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove the Neo-Geo BIOS files left in %D/%%DATADIR%%."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703180657.v2I6vArY084459>