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

Collapse All | Expand All

(-)Makefile (-5 / +6 lines)
Lines 1-8 Link Here
1
# Created by: Anton Törnqvist <antont@inbox.lv>
1
# Created by: Anton Toernqvist <antont@inbox.lv>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	antimicro
4
PORTNAME=	antimicro
5
PORTVERSION=	2.13
5
PORTVERSION=	2.22
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
Lines 11-17 Link Here
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Ryochan7
14
GH_ACCOUNT=	antimicro #Ryochan7
15
GH_TAGS=	2.22
15
16
16
# Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull
17
# Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull
17
# request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config
18
# request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config
Lines 18-25 Link Here
18
# output (without full paths).
19
# output (without full paths).
19
LDFLAGS+=	-L${LOCALBASE}/lib
20
LDFLAGS+=	-L${LOCALBASE}/lib
20
21
21
USE_XORG=	x11 xtst
22
USE_XORG=	x11 xi xtst
22
USE_QT5=	linguisttools_build qmake_build buildtools_build widgets network
23
USE_QT5=	core gui linguisttools_build qmake_build buildtools_build widgets network
23
USE_SDL=	sdl2
24
USE_SDL=	sdl2
24
USES=		cmake pkgconfig desktop-file-utils shared-mime-info
25
USES=		cmake pkgconfig desktop-file-utils shared-mime-info
25
26
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (Ryochan7-antimicro-2.13_GH0.tar.gz) = 16b7c3018ee3ed3a15047c8f69438fd72a84372578bc460b41f094d96bb3758e
1
TIMESTAMP = 1470792258
2
SIZE (Ryochan7-antimicro-2.13_GH0.tar.gz) = 891654
2
SHA256 (antimicro-antimicro-2.22_GH0.tar.gz) = c16d11fefab18df29ce708b4447c2befdc9254f4fcd9167bf27873f4d28387e7
3
SIZE (antimicro-antimicro-2.22_GH0.tar.gz) = 1155133
(-)pkg-plist (+4 lines)
Lines 2-11 Link Here
2
%%DATADIR%%/translations/antimicro_br.qm
2
%%DATADIR%%/translations/antimicro_br.qm
3
%%DATADIR%%/translations/antimicro_de.qm
3
%%DATADIR%%/translations/antimicro_de.qm
4
%%DATADIR%%/translations/antimicro_en.qm
4
%%DATADIR%%/translations/antimicro_en.qm
5
%%DATADIR%%/translations/antimicro_es.qm
5
%%DATADIR%%/translations/antimicro_fr.qm
6
%%DATADIR%%/translations/antimicro_fr.qm
7
%%DATADIR%%/translations/antimicro_it.qm
8
%%DATADIR%%/translations/antimicro_ja.qm
6
%%DATADIR%%/translations/antimicro_ru.qm
9
%%DATADIR%%/translations/antimicro_ru.qm
7
%%DATADIR%%/translations/antimicro_sr.qm
10
%%DATADIR%%/translations/antimicro_sr.qm
8
%%DATADIR%%/translations/antimicro_uk.qm
11
%%DATADIR%%/translations/antimicro_uk.qm
12
%%DATADIR%%/translations/antimicro_zh_CN.qm
9
%%DATADIR%%/translations/antimicro.qm
13
%%DATADIR%%/translations/antimicro.qm
10
share/applications/antimicro.desktop
14
share/applications/antimicro.desktop
11
share/man/man1/antimicro.1.gz
15
share/man/man1/antimicro.1.gz

Return to bug 211712