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

(-)b/astro/qmapshack/Makefile (-4 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
1
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
2
# $FreeBSD: head/astro/qmapshack/Makefile 449591 2017-09-10 20:55:38Z gerald $
2
# $FreeBSD: head/astro/qmapshack/Makefile 449591 2017-09-10 20:55:38Z gerald $
3
3
4
PORTNAME=	qmapshack
4
PORTNAME=	qmapshack
5
PORTVERSION=	1.8.1
5
PORTVERSION=	1.9.1
6
PORTREVISION=	1
7
CATEGORIES=	astro
6
CATEGORIES=	astro
8
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
7
MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
9
8
Lines 21-26 RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks Link Here
21
20
22
USES=		cmake compiler:c++11-lib desktop-file-utils
21
USES=		cmake compiler:c++11-lib desktop-file-utils
23
USE_QT5=	buildtools core dbus gui linguisttools network printsupport \
22
USE_QT5=	buildtools core dbus gui linguisttools network printsupport \
24
		qmake script sql sql-sqlite3 webkit widgets xml
23
		qmake script sql sql-sqlite3 uitools webkit widgets xml
25
24
26
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/astro/qmapshack/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1495284914
1
TIMESTAMP = 1505829641
2
SHA256 (qmapshack-1.8.1.tar.gz) = f6c6562247e205db90637cd45a8f41780765701092c898a2099978bd943ca350
2
SHA256 (qmapshack-1.9.1.tar.gz) = ccdd2edc23817b8872f57931d555ccb72eef1cf9194f83b09f743d642f69fdd3
3
SIZE (qmapshack-1.8.1.tar.gz) = 7534219
3
SIZE (qmapshack-1.9.1.tar.gz) = 7692254
4
- 

Return to bug 222453