View | Details | Raw Unified | Return to bug 178011
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	qupzilla
3
PORTNAME=	qupzilla
4
PORTVERSION=	1.4.0
4
PORTVERSION=	1.4.1
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	http://www.qupzilla.com/uploads/
6
MASTER_SITES=	http://www.qupzilla.com/uploads/
7
DISTNAME=	QupZilla-${PORTVERSION}
7
DISTNAME=	QupZilla-${PORTVERSION}
Lines 14-19 Link Here
14
HAS_CONFIGURE=	yes
14
HAS_CONFIGURE=	yes
15
USE_QT4=	gui moc_build qmake_build rcc_build uic_build webkit \
15
USE_QT4=	gui moc_build qmake_build rcc_build uic_build webkit \
16
		dbus xml script sql network imageformats linguist_build
16
		dbus xml script sql network imageformats linguist_build
17
LIB_DEPENDS=   hunspell:${PORTSDIR}/textproc/hunspell
17
MAKE_ENV+=	QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/
18
MAKE_ENV+=	QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/
18
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
19
INSTALLS_ICONS=	yes
20
INSTALLS_ICONS=	yes
Lines 23-32 Link Here
23
		${QMAKE} ${QMAKEFLAGS} QupZilla.pro
24
		${QMAKE} ${QMAKEFLAGS} QupZilla.pro
24
25
25
post-patch:
26
post-patch:
26
	@${REINPLACE_CMD} -e 's|/usr/|${LOCALBASE}/|g' \
27
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
27
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
28
		${WRKSRC}/tests/autotests/qztoolstest.cpp \
28
		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
29
		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
29
	@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
30
	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
30
		${WRKSRC}/src/install.pri
31
		${WRKSRC}/src/install.pri
31
32
32
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QupZilla-1.4.0.tar.gz) = c17a22ffda3d6d9794472207787808f0b318c19b78687dba670af35543af7a5f
1
SHA256 (QupZilla-1.4.1.tar.gz) = 9aa6ee14b025dcc2b1ed9bfed4cc340c222ee1ee243e105da304f3f47ba48b4d
2
SIZE (QupZilla-1.4.0.tar.gz) = 3990320
2
SIZE (QupZilla-1.4.1.tar.gz) = 3948318
(-)pkg-plist (-3 / +4 lines)
Lines 1-14 Link Here
1
bin/qupzilla
1
bin/qupzilla
2
etc/bash_completion.d/bash_completion.sh
3
lib/libQupZilla.so
2
lib/libQupZilla.so
4
lib/libQupZilla.so.1
3
lib/libQupZilla.so.1
5
lib/libQupZilla.so.1.4
4
lib/libQupZilla.so.1.4
6
lib/libQupZilla.so.1.4.0
5
lib/libQupZilla.so.1.4.1
7
lib/qupzilla/libAccessKeysNavigation.so
6
lib/qupzilla/libAccessKeysNavigation.so
8
lib/qupzilla/libGreaseMonkey.so
7
lib/qupzilla/libGreaseMonkey.so
9
lib/qupzilla/libMouseGestures.so
8
lib/qupzilla/libMouseGestures.so
10
lib/qupzilla/libPIM.so
9
lib/qupzilla/libPIM.so
11
share/applications/qupzilla.desktop
10
share/applications/qupzilla.desktop
11
share/bash-completion/completions/qupzilla
12
share/icons/hicolor/128x128/apps/qupzilla.png
12
share/icons/hicolor/128x128/apps/qupzilla.png
13
share/icons/hicolor/16x16/apps/qupzilla.png
13
share/icons/hicolor/16x16/apps/qupzilla.png
14
share/icons/hicolor/256x256/apps/qupzilla.png
14
share/icons/hicolor/256x256/apps/qupzilla.png
Lines 273-277 Link Here
273
@dirrmtry share/icons/hicolor/128x128
273
@dirrmtry share/icons/hicolor/128x128
274
@dirrmtry share/icons/hicolor
274
@dirrmtry share/icons/hicolor
275
@dirrmtry share/icons
275
@dirrmtry share/icons
276
@dirrmtry share/bash-completion/completions
277
@dirrmtry share/bash-completion
276
@dirrmtry share/applications
278
@dirrmtry share/applications
277
@dirrmtry etc/bash_completion.d

Return to bug 178011