Date: Tue, 23 Jul 2024 19:01:33 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72379da05589 - main - comms/libconcord: Update to 1.5 Message-ID: <202407231901.46NJ1XDv095815@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=72379da0558975c9e4196a5e529273bdf740b842 commit 72379da0558975c9e4196a5e529273bdf740b842 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2024-07-23 15:01:09 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2024-07-23 15:01:28 +0000 comms/libconcord: Update to 1.5 --- comms/libconcord/Makefile | 6 +++--- comms/libconcord/distinfo | 5 +++-- comms/libconcord/pkg-plist | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile index 77fe1c54e1a2..e7b8905f4faf 100644 --- a/comms/libconcord/Makefile +++ b/comms/libconcord/Makefile @@ -1,6 +1,5 @@ PORTNAME= libconcord -PORTVERSION= 1.2 -PORTREVISION= 3 +PORTVERSION= 1.5 CATEGORIES= comms MASTER_SITES= SF/concordance/concordance/${PORTVERSION} DISTNAME= concordance-${PORTVERSION} @@ -12,7 +11,8 @@ LICENSE= GPLv2 DEPRECATED= Logitech Harmony were officially discontinued in 2021, last major product in 2019. EXPIRATION_DATE=2024-12-31 -LIB_DEPENDS= libhidapi.so:comms/hidapi \ +LIB_DEPENDS= libcurl.so:ftp/curl \ + libhidapi.so:comms/hidapi \ libzip.so:archivers/libzip USE_LDCONFIG= yes diff --git a/comms/libconcord/distinfo b/comms/libconcord/distinfo index b14caf2f6428..9ee37f65b044 100644 --- a/comms/libconcord/distinfo +++ b/comms/libconcord/distinfo @@ -1,2 +1,3 @@ -SHA256 (concordance-1.2.tar.bz2) = ce9f23dfcd9bb1de79edd07231062c5e5d5fdefb3dd88ae6da7fb25b8d782434 -SIZE (concordance-1.2.tar.bz2) = 1143635 +TIMESTAMP = 1721746790 +SHA256 (concordance-1.5.tar.bz2) = 6e4ecfc18b91586cc0c58e376a7e23a561cbd7e8756586e62d5d9450e1b42b25 +SIZE (concordance-1.5.tar.bz2) = 1413920 diff --git a/comms/libconcord/pkg-plist b/comms/libconcord/pkg-plist index 28a230fc6584..d0170c9adf07 100644 --- a/comms/libconcord/pkg-plist +++ b/comms/libconcord/pkg-plist @@ -1,6 +1,6 @@ include/libconcord.h lib/libconcord.a lib/libconcord.so -lib/libconcord.so.4 -lib/libconcord.so.4.0.0 +lib/libconcord.so.6 +lib/libconcord.so.6.0.0 share/mime/packages/libconcord.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407231901.46NJ1XDv095815>