Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2021 13:53:04 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27120edbdf54 - main - devel/libabigail: update to 2.0, latest upstream release
Message-ID:  <202111301353.1AUDr4QN040794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27120edbdf54d3998b10f6a9ec9a922133094299

commit 27120edbdf54d3998b10f6a9ec9a922133094299
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-11-30 13:51:03 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-11-30 13:53:02 +0000

    devel/libabigail: update to 2.0, latest upstream release
    
    New upstream release, with the same interfaces and programs.
    License has changed to Apache (from LGPLv3).
---
 devel/libabigail/Makefile  | 6 +++---
 devel/libabigail/distinfo  | 6 +++---
 devel/libabigail/pkg-plist | 1 -
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/libabigail/Makefile b/devel/libabigail/Makefile
index fce5ca335121..cf6456ef410a 100644
--- a/devel/libabigail/Makefile
+++ b/devel/libabigail/Makefile
@@ -1,13 +1,13 @@
 PORTNAME=	libabigail
-DISTVERSION=	1.8.2
+DISTVERSION=	2.0
 CATEGORIES=	devel
 MASTER_SITES=	SOURCEWARE/${PORTNAME}/
 
 MAINTAINER=	adridg@FreeBSD.org
 COMMENT=	ABI Generic Analysis and Instrumentation Library
 
-LICENSE=	LGPL3+
-LICENSE_FILE=	${WRKSRC}/COPYING-LGPLV3
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libdw.so:devel/elfutils
diff --git a/devel/libabigail/distinfo b/devel/libabigail/distinfo
index aaa870ae4d76..467ecbe69ddf 100644
--- a/devel/libabigail/distinfo
+++ b/devel/libabigail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615074410
-SHA256 (libabigail-1.8.2.tar.gz) = 86347c9f0a8666f263fd63f8c3fe4c4f9cb1bdb3ec4260ecbaf117d137e89787
-SIZE (libabigail-1.8.2.tar.gz) = 258919334
+TIMESTAMP = 1638279684
+SHA256 (libabigail-2.0.tar.gz) = 3704ae97a56bf076ca08fb5dea6b21db998fbbf14c4f9de12824b78db53b6fda
+SIZE (libabigail-2.0.tar.gz) = 286383045
diff --git a/devel/libabigail/pkg-plist b/devel/libabigail/pkg-plist
index 34f8c3fe9072..b0e171551783 100644
--- a/devel/libabigail/pkg-plist
+++ b/devel/libabigail/pkg-plist
@@ -17,7 +17,6 @@ include/libabigail/abg-ini.h
 include/libabigail/abg-interned-str.h
 include/libabigail/abg-ir.h
 include/libabigail/abg-libxml-utils.h
-include/libabigail/abg-libzip-utils.h
 include/libabigail/abg-reader.h
 include/libabigail/abg-regex.h
 include/libabigail/abg-reporter.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111301353.1AUDr4QN040794>