Date: Wed, 29 Mar 2017 06:52:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437184 - head/emulators/wxmupen64plus Message-ID: <201703290652.v2T6qRQs026187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Mar 29 06:52:26 2017 New Revision: 437184 URL: https://svnweb.freebsd.org/changeset/ports/437184 Log: - Switch to bitbucket, unbreak fetch; no change in tarball contents - Minor fixes Approved by: portmgr blanket Modified: head/emulators/wxmupen64plus/Makefile head/emulators/wxmupen64plus/distinfo Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Wed Mar 29 06:51:02 2017 (r437183) +++ head/emulators/wxmupen64plus/Makefile Wed Mar 29 06:52:26 2017 (r437184) @@ -5,18 +5,13 @@ PORTNAME= wxmupen64plus PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= emulators -MASTER_SITES= GOOGLE_CODE \ - LOCAL/acm/${PORTNAME} \ - http://cdn.bitbucket.org/auria/wxmupen64plus/downloads/ +MASTER_SITES= https://bitbucket.org/auria/wxmupen64plus/get/ +DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ @@ -25,12 +20,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64 ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:emulators/mupen64plus-video-rice \ mupen64plus:emulators/mupen64plus-ui-console -PROJECTHOST= bsdistfiles +WRKSRC= ${WRKDIR}/auria-${PORTNAME}-0564db396383 + USES= compiler:c++11-lib python USE_CXXSTD= c++11 USE_SDL= yes USE_WX= 3.0 -WX_UNICODE= yes WAF_SCRIPT= waf post-patch: @@ -55,6 +50,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - @${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> Modified: head/emulators/wxmupen64plus/distinfo ============================================================================== --- head/emulators/wxmupen64plus/distinfo Wed Mar 29 06:51:02 2017 (r437183) +++ head/emulators/wxmupen64plus/distinfo Wed Mar 29 06:52:26 2017 (r437184) @@ -1,2 +1,3 @@ -SHA256 (mupen64plus/wxmupen64plus-0.3.tar.gz) = 123d4edb9652f8effac239a317d58084a48dec85e0a746d19865509298837a12 -SIZE (mupen64plus/wxmupen64plus-0.3.tar.gz) = 280316 +TIMESTAMP = 1490725304 +SHA256 (mupen64plus/0.3.tar.gz) = 2cdbe2d382ec9f62b8ab8e7708c91e015989dcf1f42cc158c10ed3901f8951c6 +SIZE (mupen64plus/0.3.tar.gz) = 279694
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703290652.v2T6qRQs026187>