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

Collapse All | Expand All

(-)Makefile (-10 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	focuswriter
4
PORTNAME=	focuswriter
5
PORTVERSION=	1.5.7
5
PORTVERSION=	1.6.2
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	editors
7
CATEGORIES=	editors
8
8
Lines 20-25 Link Here
20
GH_ACCOUNT=	gottcode
20
GH_ACCOUNT=	gottcode
21
21
22
USES=		desktop-file-utils pkgconfig qmake
22
USES=		desktop-file-utils pkgconfig qmake
23
USE_QT5=   	 concurrent core gui linguisttools multimedia network printsupport widgets buildtools_build
24
USE_GL=	gl
23
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
24
26
25
LIBS+=		-lz
27
LIBS+=		-lz
Lines 28-43 Link Here
28
PORTDOCS=	CREDITS NEWS README
30
PORTDOCS=	CREDITS NEWS README
29
31
30
OPTIONS_DEFINE=		DOCS
32
OPTIONS_DEFINE=		DOCS
31
OPTIONS_DEFAULT=	QT5
32
OPTIONS_SINGLE=		QT
33
OPTIONS_SINGLE_QT=	QT4 QT5
34
QT_DESC=		Qt toolkit
35
33
36
QT4_RUN_DEPENDS=	${LOCALBASE}/lib/libSDL2_mixer.so:audio/sdl2_mixer
37
QT4_USE=	QT4=corelib,gui,network,moc_build,rcc_build
38
QT5_USE=	QT5=concurrent,core,gui,multimedia,network,printsupport,widgets,buildtools_build
39
QT5_USE+=	GL=gl
40
41
post-patch:
34
post-patch:
42
	@${REINPLACE_CMD} -e '/PKGCONFIG/s/ zlib// ; \
35
	@${REINPLACE_CMD} -e '/PKGCONFIG/s/ zlib// ; \
43
		/INSTALLS/s/man //' \
36
		/INSTALLS/s/man //' \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1468697342
1
TIMESTAMP = 1480077056
2
SHA256 (gottcode-focuswriter-v1.5.7_GH0.tar.gz) = 83d3e093360dfb8855602cb5b65a4c5249ada511031c76bdcee73e3dd0b09250
2
SHA256 (gottcode-focuswriter-v1.6.2_GH0.tar.gz) = dcc2c9fe081421c8fad9e7c653134f93659a28b0071e9925f9094c246520de3d
3
SIZE (gottcode-focuswriter-v1.5.7_GH0.tar.gz) = 5621646
3
SIZE (gottcode-focuswriter-v1.6.2_GH0.tar.gz) = 10326671
(-)pkg-plist (+2 lines)
Lines 11-14 Link Here
11
share/icons/hicolor/48x48/apps/focuswriter.png
11
share/icons/hicolor/48x48/apps/focuswriter.png
12
share/icons/hicolor/64x64/apps/focuswriter.png
12
share/icons/hicolor/64x64/apps/focuswriter.png
13
share/icons/hicolor/scalable/apps/focuswriter.svg
13
share/icons/hicolor/scalable/apps/focuswriter.svg
14
share/icons/hicolor/1024x1024/apps/focuswriter.png
15
share/icons/hicolor/512x512/apps/focuswriter.png
14
share/pixmaps/focuswriter.xpm
16
share/pixmaps/focuswriter.xpm

Return to bug 214827