Date: Wed, 16 Oct 2019 21:41:11 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514615 - head/emulators/fs-uae Message-ID: <201910162141.x9GLfBUl021187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Oct 16 21:41:11 2019 New Revision: 514615 URL: https://svnweb.freebsd.org/changeset/ports/514615 Log: emulators/fs-uae: Update to 3.0.0 While here, pass maintainership to submitter PR: 241287 PR: 241266 Submitted by: sirdice@gmail.com Approved by: tomse@tomse.dk (maintainer) Modified: head/emulators/fs-uae/Makefile (contents, props changed) head/emulators/fs-uae/distinfo (contents, props changed) Modified: head/emulators/fs-uae/Makefile ============================================================================== --- head/emulators/fs-uae/Makefile Wed Oct 16 21:33:59 2019 (r514614) +++ head/emulators/fs-uae/Makefile Wed Oct 16 21:41:11 2019 (r514615) @@ -2,24 +2,23 @@ # $FreeBSD$ PORTNAME= fs-uae -PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ -MAINTAINER= tomse@oagd.net +MAINTAINER= sirdice@gmail.com COMMENT= Amiga emulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip -LIB_DEPENDS= libpng.so:graphics/png \ +LIB_DEPENDS= libmpeg2.so:multimedia/libmpeg2 \ libopenal.so:audio/openal-soft \ - libmpeg2.so:multimedia/libmpeg2 + libpng.so:graphics/png -USES= compiler:c11 desktop-file-utils gettext gl gmake \ - gnome localbase pkgconfig shared-mime-info +USES= compiler:c11 desktop-file-utils gettext gl gmake gnome \ + localbase pkgconfig sdl shared-mime-info xorg USE_SDL= sdl2 USE_GL= gl @@ -34,5 +33,10 @@ CONFIGURE_ARGS= --disable-jit CFLAGS+= -Wno-c++11-narrowing OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|= bind|= ::bind|' \ + ${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \ + ${WRKSRC}/src/support/socket.cpp .include <bsd.port.mk> Modified: head/emulators/fs-uae/distinfo ============================================================================== --- head/emulators/fs-uae/distinfo Wed Oct 16 21:33:59 2019 (r514614) +++ head/emulators/fs-uae/distinfo Wed Oct 16 21:41:11 2019 (r514615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542818023 -SHA256 (fs-uae-2.8.4.tar.gz) = 526bf56faf006bffcb5ac56fff443d824a16e5b0d1dfc4f0579ccbbbde588ca5 -SIZE (fs-uae-2.8.4.tar.gz) = 4768861 +TIMESTAMP = 1571170591 +SHA256 (fs-uae-3.0.0.tar.gz) = 221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964 +SIZE (fs-uae-3.0.0.tar.gz) = 4841427
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910162141.x9GLfBUl021187>