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

Collapse All | Expand All

(-)sysutils/libg15/Makefile (-5 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libg15
3
PORTNAME=	libg15
4
DISTVERSION=	1.2.8
4
DISTVERSION=	3.0.3
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/
6
7
7
MAINTAINER=	menelkir@itroll.org
8
MAINTAINER=	menelkir@itroll.org
8
COMMENT=	API for control of LCD and the extra keys on Logitech keyboards
9
COMMENT=	API for control of LCD and the extra keys on Logitech keyboards
Lines 13-22 Link Here
13
USES=		compiler:gcc-c++11-lib gmake libtool tar:bzip2
14
USES=		compiler:gcc-c++11-lib gmake libtool tar:bzip2
14
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
15
16
16
USE_GITLAB=	yes
17
GL_ACCOUNT=	menelkir
18
GL_COMMIT=	2c68e01a36c6c38dff03c42c8f86d6299b07c28a
19
20
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
22
19
(-)sysutils/libg15/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1611584350
1
TIMESTAMP = 1617234787
2
SHA256 (menelkir-libg15-2c68e01a36c6c38dff03c42c8f86d6299b07c28a_GL0.tar.gz) = 7b4d020d36c0ba2053b37dcedab8d21049c1f0dcc51bc4c4e61947ee30a2c377
2
SHA256 (libg15-3.0.3.tar.bz2) = 72e39b0b5fbca9724b9fe267780cb3ee915d38ec3e26127bc98075fa19e8a38d
3
SIZE (menelkir-libg15-2c68e01a36c6c38dff03c42c8f86d6299b07c28a_GL0.tar.gz) = 332683
3
SIZE (libg15-3.0.3.tar.bz2) = 322998
(-)sysutils/libg15/pkg-plist (-2 / +2 lines)
Lines 1-5 Link Here
1
include/libg15.h
1
include/libg15.h
2
lib/libg15.a
2
lib/libg15.a
3
lib/libg15.so
3
lib/libg15.so
4
lib/libg15.so.1
4
lib/libg15.so.3
5
lib/libg15.so.1.0.0
5
lib/libg15.so.3.0.0

Return to bug 254262