View | Details | Raw Unified | Return to bug 222058 | Differences between
and this patch

Collapse All | Expand All

(-)nestopia/Makefile (-5 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nestopia
3
PORTNAME=	nestopia
4
PORTVERSION=	1.47
4
PORTVERSION=	1.48
5
PORTREVISION=	1
6
CATEGORIES=	emulators
5
CATEGORIES=	emulators
7
6
8
MAINTAINER=	neel@neelc.org
7
MAINTAINER=	neel@neelc.org
Lines 10-20 Link Here
10
9
11
LICENSE=	GPLv2
10
LICENSE=	GPLv2
12
11
13
LIB_DEPENDS=	libao.so:audio/libao
12
LIB_DEPENDS=	libao.so:audio/libao libepoxy.so:graphics/libepoxy
14
13
15
USES=		gmake libarchive pkgconfig
14
USES=		cmake libarchive localbase:ldflags pkgconfig
16
USE_GL=		glu
15
USE_GL=		glu
17
USE_GNOME=	gtk30
16
USE_GNOME=	cairo gdkpixbuf2 gtk30
18
USE_SDL=	sdl2
17
USE_SDL=	sdl2
19
18
20
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)nestopia/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (rdanbrook-nestopia-1.47_GH0.tar.gz) = 915db5aeeda5c9e800a96dac229766d82c0990a7ee165a30317a62bfabccf9b7
1
TIMESTAMP = 1504625648
2
SIZE (rdanbrook-nestopia-1.47_GH0.tar.gz) = 1271675
2
SHA256 (rdanbrook-nestopia-1.48_GH0.tar.gz) = fb6629b5d0da8548bbf5beb387209d1958358b303e5a2100a94491497e019ea0
3
SIZE (rdanbrook-nestopia-1.48_GH0.tar.gz) = 1263143
(-)nestopia/pkg-plist (-10 / +13 lines)
Lines 1-12 Link Here
1
bin/nestopia
1
 bin/nestopia
2
share/pixmaps/nestopia.svg
2
share/icons/hicolor/128x128/apps/nestopia.png
3
share/icons/hicolor/32x32/apps/nestopia.png
4
share/icons/hicolor/48x48/apps/nestopia.png
5
share/icons/hicolor/64x64/apps/nestopia.png
6
share/icons/hicolor/96x96/apps/nestopia.png
7
share/icons/hicolor/scalable/apps/nespad.svg
8
share/icons/hicolor/scalable/apps/nestopia.svg
3
share/applications/nestopia.desktop
9
share/applications/nestopia.desktop
4
%%DATADIR%%/icons/nestopia.svg
5
%%DATADIR%%/icons/nespad.svg
6
%%DATADIR%%/icons/nestopia48.png
7
%%DATADIR%%/icons/nestopia96.png
8
%%DATADIR%%/icons/nestopia32.png
9
%%DATADIR%%/icons/nestopia128.png
10
%%DATADIR%%/icons/nestopia64.png
11
%%DATADIR%%/NstDatabase.xml
10
%%DATADIR%%/NstDatabase.xml
12
%%DATADIR%%/nestopia.desktop
11
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
12
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
13
%%PORTDOCS%%%%DOCSDIR%%/README.md
14
%%PORTDOCS%%%%DOCSDIR%%/README.unix
15
%%PORTDOCS%%%%DOCSDIR%%/html/readme.html

Return to bug 222058