Index: head/emulators/stella/Makefile =================================================================== --- head/emulators/stella/Makefile (revision 436382) +++ head/emulators/stella/Makefile (revision 436383) @@ -1,38 +1,38 @@ # Created by: Jacques Vidrine # $FreeBSD$ PORTNAME= stella -PORTVERSION= 4.6.1 +PORTVERSION= 4.7.3 CATEGORIES= emulators -MASTER_SITES= SF +MASTER_SITES= https://github.com/stella-emu/stella/releases/download/release-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Multi-platform Atari 2600 VCS emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= sdl2 -USES= compiler:c++11-lib gmake +USES= compiler:c++11-lib gmake tar:xz HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stella ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/emucore/stella.pro ${STAGEDIR}${DATADIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/stella/distinfo =================================================================== --- head/emulators/stella/distinfo (revision 436382) +++ head/emulators/stella/distinfo (revision 436383) @@ -1,2 +1,3 @@ -SHA256 (stella-4.6.1-src.tar.gz) = c1921671dbc08422ae8a7a4102c6a2a34433f04594d67f55a7129c1504bcd288 -SIZE (stella-4.6.1-src.tar.gz) = 2285249 +TIMESTAMP = 1489815337 +SHA256 (stella-4.7.3-src.tar.xz) = 93a75d1b343b1e66b6dc526c0f9d8a0c3678d346033f7cdfe76dc93f14d956ad +SIZE (stella-4.7.3-src.tar.xz) = 1717084 Index: head/emulators/stella/pkg-descr =================================================================== --- head/emulators/stella/pkg-descr (revision 436382) +++ head/emulators/stella/pkg-descr (revision 436383) @@ -1,10 +1,10 @@ From the documentation: Stella is a freely distributed multi-platform Atari 2600 VCS emulator; originally developed for Linux by Bradford W. Mott. Stella allows you to enjoy all of your favorite 2600 games once again by emulating the 2600's hardware with software. Stella is written in C++, which allows it to be ported to other operating systems and architectures. Since its original release Stella has been ported to AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, MacOS, OpenStep, OS/2, Unix, and Windows. -WWW: http://stella.sourceforge.net/ +WWW: https://stella-emu.github.io/