svn commit: r500954 - head/emulators/wxmupen64plus

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 7 09:01:31 UTC 2019


Author: amdmi3
Date: Tue May  7 09:01:30 2019
New Revision: 500954
URL: https://svnweb.freebsd.org/changeset/ports/500954

Log:
  - Add LICENSE
  - Add USES=sdl
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/wxmupen64plus/Makefile
  head/emulators/wxmupen64plus/pkg-descr

Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile	Tue May  7 07:34:56 2019	(r500953)
+++ head/emulators/wxmupen64plus/Makefile	Tue May  7 09:01:30 2019	(r500954)
@@ -12,6 +12,9 @@ DIST_SUBDIR=	${PORTNAME:S/wx//}
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Mupen64Plus 2.0 GUI frontend written using wxWidgets
 
+LICENSE=	GPLv2+ LGPL3+ CC-BY-SA-3.0 PD
+LICENSE_COMB=	multi
+
 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 \
@@ -22,7 +25,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libmupen64plus.so.2:emul
 
 WRKSRC=		${WRKDIR}/auria-${PORTNAME}-0564db396383
 
-USES=		compiler:c++11-lib gl python:2.7
+USES=		compiler:c++11-lib gl python:2.7 sdl
 USE_CXXSTD=	c++11
 USE_SDL=	sdl
 USE_GL=		gl

Modified: head/emulators/wxmupen64plus/pkg-descr
==============================================================================
--- head/emulators/wxmupen64plus/pkg-descr	Tue May  7 07:34:56 2019	(r500953)
+++ head/emulators/wxmupen64plus/pkg-descr	Tue May  7 09:01:30 2019	(r500954)
@@ -1,3 +1,3 @@
 wxMupen64plus is A Mupen64Plus v2 frontend written with wxWidgets
 
-WWW: http://bitbucket.org/auria/wxmupen64plus
+WWW: https://bitbucket.org/auria/wxmupen64plus


More information about the svn-ports-head mailing list