Date: Thu, 29 Apr 2021 20:05:47 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f42d621f3e2b - main - sysutils/libg15: Update to 3.0.3 Message-ID: <202104292005.13TK5lXf085675@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=f42d621f3e2b3b24bfb95c11ee83e6639eb338eb commit f42d621f3e2b3b24bfb95c11ee83e6639eb338eb Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-04-29 20:04:18 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-04-29 20:04:18 +0000 sysutils/libg15: Update to 3.0.3 Changelog: https://gitlab.com/menelkir/libg15/-/releases PR: 254262 Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer) --- sysutils/libg15/Makefile | 7 ++----- sysutils/libg15/distinfo | 6 +++--- sysutils/libg15/pkg-plist | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/sysutils/libg15/Makefile b/sysutils/libg15/Makefile index 259a4d5bed17..27d157ff004a 100644 --- a/sysutils/libg15/Makefile +++ b/sysutils/libg15/Makefile @@ -1,6 +1,7 @@ PORTNAME= libg15 -DISTVERSION= 1.2.8 +DISTVERSION= 3.0.3 CATEGORIES= sysutils +MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ MAINTAINER= menelkir@itroll.org COMMENT= API for control of LCD and the extra keys on Logitech keyboards @@ -11,10 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 USE_LDCONFIG= yes -USE_GITLAB= yes -GL_ACCOUNT= menelkir -GL_COMMIT= 2c68e01a36c6c38dff03c42c8f86d6299b07c28a - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/sysutils/libg15/distinfo b/sysutils/libg15/distinfo index 39ce22e447d2..d0c49a0d15c6 100644 --- a/sysutils/libg15/distinfo +++ b/sysutils/libg15/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617892440 -SHA256 (menelkir-libg15-2c68e01a36c6c38dff03c42c8f86d6299b07c28a_GL0.tar.gz) = 5096d737bd75c0122430511e51f7a7c31eb2357f81955fd211d464e928fa328f -SIZE (menelkir-libg15-2c68e01a36c6c38dff03c42c8f86d6299b07c28a_GL0.tar.gz) = 332696 +TIMESTAMP = 1617234787 +SHA256 (libg15-3.0.3.tar.bz2) = 72e39b0b5fbca9724b9fe267780cb3ee915d38ec3e26127bc98075fa19e8a38d +SIZE (libg15-3.0.3.tar.bz2) = 322998 diff --git a/sysutils/libg15/pkg-plist b/sysutils/libg15/pkg-plist index f4af5776b630..57a8bd2b90e8 100644 --- a/sysutils/libg15/pkg-plist +++ b/sysutils/libg15/pkg-plist @@ -1,5 +1,5 @@ include/libg15.h lib/libg15.a lib/libg15.so -lib/libg15.so.1 -lib/libg15.so.1.0.0 +lib/libg15.so.3 +lib/libg15.so.3.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104292005.13TK5lXf085675>