svn commit: r476276 - head/emulators/nestopia
Yuri Victorovich
yuri at FreeBSD.org
Fri Aug 3 02:54:05 UTC 2018
Author: yuri
Date: Fri Aug 3 02:54:03 2018
New Revision: 476276
URL: https://svnweb.freebsd.org/changeset/ports/476276
Log:
emulators/nestopia: Update 1.48 -> 1.49
Port changes:
* Use DISTVERSION
* Add LICENSE_FILE
* Change cmake -> autoreconf, add BUILD_DEPENDS autoconf-archive
* Remove stripping: it's now done by the project
PR: 229796
Submitted by: Neel Chauhan <neel at neelc.org> (maintainer)
Modified:
head/emulators/nestopia/Makefile
head/emulators/nestopia/distinfo
head/emulators/nestopia/pkg-plist
Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile Fri Aug 3 00:25:23 2018 (r476275)
+++ head/emulators/nestopia/Makefile Fri Aug 3 02:54:03 2018 (r476276)
@@ -1,27 +1,27 @@
# $FreeBSD$
PORTNAME= nestopia
-PORTVERSION= 1.48
+DISTVERSION= 1.49
CATEGORIES= emulators
MAINTAINER= neel at neelc.org
COMMENT= Portable NES/Famicom emulator
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS= libao.so:audio/libao libepoxy.so:graphics/libepoxy
-USES= cmake desktop-file-utils libarchive localbase:ldflags pkgconfig
-USE_GL= glu
-USE_GNOME= cairo gdkpixbuf2 gtk30
-USE_SDL= sdl2
+CXXFLAGS+= -Wno-narrowing
+USES= autoreconf desktop-file-utils libarchive localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= rdanbrook
-
+GNU_CONFIGURE= yes
+USE_GL= glu
+USE_GNOME= cairo gdkpixbuf2 gtk30
+USE_SDL= sdl2
INSTALLS_ICONS= yes
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
Modified: head/emulators/nestopia/distinfo
==============================================================================
--- head/emulators/nestopia/distinfo Fri Aug 3 00:25:23 2018 (r476275)
+++ head/emulators/nestopia/distinfo Fri Aug 3 02:54:03 2018 (r476276)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504559258
-SHA256 (rdanbrook-nestopia-1.48_GH0.tar.gz) = fb6629b5d0da8548bbf5beb387209d1958358b303e5a2100a94491497e019ea0
-SIZE (rdanbrook-nestopia-1.48_GH0.tar.gz) = 1263143
+TIMESTAMP = 1532955922
+SHA256 (rdanbrook-nestopia-1.49_GH0.tar.gz) = c5a8b5e74a904c4e624152f8dfa081bdd7991796a24439811fc518564aa04b55
+SIZE (rdanbrook-nestopia-1.49_GH0.tar.gz) = 1259705
Modified: head/emulators/nestopia/pkg-plist
==============================================================================
--- head/emulators/nestopia/pkg-plist Fri Aug 3 00:25:23 2018 (r476275)
+++ head/emulators/nestopia/pkg-plist Fri Aug 3 02:54:03 2018 (r476276)
@@ -1,4 +1,9 @@
bin/nestopia
+share/applications/nestopia.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README.md
+%%PORTDOCS%%%%DOCSDIR%%/readme.html
share/icons/hicolor/128x128/apps/nestopia.png
share/icons/hicolor/32x32/apps/nestopia.png
share/icons/hicolor/48x48/apps/nestopia.png
@@ -6,10 +11,4 @@ share/icons/hicolor/64x64/apps/nestopia.png
share/icons/hicolor/96x96/apps/nestopia.png
share/icons/hicolor/scalable/apps/nespad.svg
share/icons/hicolor/scalable/apps/nestopia.svg
-share/applications/nestopia.desktop
%%DATADIR%%/NstDatabase.xml
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README.md
-%%PORTDOCS%%%%DOCSDIR%%/README.unix
-%%PORTDOCS%%%%DOCSDIR%%/html/readme.html
More information about the svn-ports-head
mailing list