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

Collapse All | Expand All

(-)Makefile (-8 / +13 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qupzilla
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.8.6
4
PORTVERSION=	1.8.6.s20150818
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
6
#MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
7
PKGNAMESUFFIX=	-qt5
7
PKGNAMESUFFIX=	-qt5
8
DISTNAME=	QupZilla-${PORTVERSION}
8
DISTNAME=	QupZilla-${PORTVERSION}
9
9
Lines 14-23 Link Here
14
14
15
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
15
LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
16
16
17
CONFLICTS=	${PORTNAME}-qt4*
17
CONFLICTS_INSTALL=	${PORTNAME}-qt4*
18
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	QupZilla
21
GH_PROJECT=	${PORTNAME}
22
GH_TAGNAME=	1f654b4
23
19
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
24
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
20
USE_QT5=	core concurrent gui  network script webkit xml \
25
USE_QT5=	core concurrent gui network script webkit xml \
21
		buildtools_build linguisttools_build \
26
		buildtools_build linguisttools_build \
22
		imageformats_run sql-sqlite3_run
27
		imageformats_run sql-sqlite3_run
23
USE_XORG=	x11
28
USE_XORG=	x11
Lines 25-33 Link Here
25
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
30
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
26
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
27
INSTALLS_ICONS=	yes
32
INSTALLS_ICONS=	yes
28
PLIST_SUB=	VERSION=${PORTVERSION}
33
PLIST_SUB=	VERSION=${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
29
34
30
OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING # KWALLET
35
OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING KWALLET
31
OPTIONS_DEFAULT=DBUS
36
OPTIONS_DEFAULT=DBUS
32
OPTIONS_SUB=	yes
37
OPTIONS_SUB=	yes
33
38
Lines 38-45 Link Here
38
GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
43
GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
39
44
40
# KWallet integration requires KF5 which is not available through ports
45
# KWallet integration requires KF5 which is not available through ports
41
#KWALLET_USE=		KDE5=kdelibs
46
KWALLET_USE=		KDE5=wallet
42
#KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
47
KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
43
PLIST_SUB+=	KWALLET="@comment "
48
PLIST_SUB+=	KWALLET="@comment "
44
49
45
.include <bsd.port.options.mk>
50
.include <bsd.port.options.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.8.6.tar.xz) = aecda29f8994c9dc4d6b5f76ce5b1ba947272a0d5a40b5d83a54023dd5d7a6a5
1
SHA256 (QupZilla-1.8.6.s20150818_GH0.tar.xz) = af98f7d0c0574d6f431309bc34b5adb829872fda48bc9b170db0d4d9fa24c977
2
SIZE (QupZilla-1.8.6.tar.xz) = 3205912
2
SIZE (QupZilla-1.8.6.s20150818_GH0.tar.xz) = 4618242

Return to bug 202381