svn commit: r386288 - head/emulators/mednafen
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 14 01:47:42 UTC 2015
Author: amdmi3
Date: Thu May 14 01:47:41 2015
New Revision: 386288
URL: https://svnweb.freebsd.org/changeset/ports/386288
Log:
- Clarify LICENSE
- Add LICENSE_FILE
- Add CPE info
- Update WWW:
Approved by: portmgr blanket
Modified:
head/emulators/mednafen/Makefile
head/emulators/mednafen/pkg-descr
Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile Thu May 14 01:46:54 2015 (r386287)
+++ head/emulators/mednafen/Makefile Thu May 14 01:47:41 2015 (r386288)
@@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/Mednafen/${
MAINTAINER= acm at FreeBSD.org
COMMENT= Portable multi-system emulator
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
@@ -27,7 +28,8 @@ SUB_FILES= pkg-message
CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \
--with-sdl-prefix=${LOCALBASE}
-USES= iconv pkgconfig:build tar:bzip2
+USES= cpe iconv pkgconfig:build tar:bzip2
+CPE_VENDOR= david_shadoff
OPTIONS_DEFINE= NLS DOCS JACK
OPTIONS_MULTI= EMU
Modified: head/emulators/mednafen/pkg-descr
==============================================================================
--- head/emulators/mednafen/pkg-descr Thu May 14 01:46:54 2015 (r386287)
+++ head/emulators/mednafen/pkg-descr Thu May 14 01:47:41 2015 (r386288)
@@ -13,4 +13,4 @@ a joystick is preferred over a keyboard
slightly less latency, although the latency differences may not be perceptible
to most people.
-WWW: http://mednafen.sf.net/
+WWW: http://mednafen.sourceforge.net/
More information about the svn-ports-all
mailing list