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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	libnitrokey
4
PORTNAME=	libnitrokey
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.6-RC1
6
DISTVERSION=	3.6
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	https://github.com/Nitrokey/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
8
9
9
MAINTAINER=	monwarez@mailoo.org
10
MAINTAINER=	monwarez@mailoo.org
10
COMMENT=	Libnitrokey is a project to communicate with Nitrokey devices
11
COMMENT=	Libnitrokey is a project to communicate with Nitrokey devices
Lines 17-24 Link Here
17
18
18
USES=		cmake compiler:c++14-lang pkgconfig
19
USES=		cmake compiler:c++14-lang pkgconfig
19
20
20
USE_GITHUB=	yes
21
#USE_GITHUB=	yes
21
GH_ACCOUNT=	Nitrokey
22
#GH_ACCOUNT=	Nitrokey
22
23
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
25
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597945114
1
TIMESTAMP = 1600633570
2
SHA256 (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 73e97a0be913f1ad5bdc91c24184bb7eb39cab938e652dd541371fc1b52c8b31
2
SHA256 (libnitrokey-v3.6.tar.gz) = 4f3382b6193afe69c2001321038fce9490bc28803ed687152a397ccd89146ae6
3
SIZE (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 97944
3
SIZE (libnitrokey-v3.6.tar.gz) = 98039
(-)pkg-plist (-1 / +1 lines)
Lines 19-24 Link Here
19
include/libnitrokey/version.h
19
include/libnitrokey/version.h
20
lib/libnitrokey.so
20
lib/libnitrokey.so
21
lib/libnitrokey.so.3
21
lib/libnitrokey.so.3
22
lib/libnitrokey.so.3.5.0
22
lib/libnitrokey.so.3.6.0
23
lib/udev/rules.d/41-nitrokey.rules
23
lib/udev/rules.d/41-nitrokey.rules
24
libdata/pkgconfig/libnitrokey-1.pc
24
libdata/pkgconfig/libnitrokey-1.pc

Return to bug 249481