Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2024 19:56:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47d673eab6bf - main - devel/libedit: Update to 3.1-20240517
Message-ID:  <202405211956.44LJu7Mb024547@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=47d673eab6bfbc27d1dfd70740e89b1d720143c4

commit 47d673eab6bfbc27d1dfd70740e89b1d720143c4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-21 19:01:28 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-21 19:56:01 +0000

    devel/libedit: Update to 3.1-20240517
    
    * Remove EDITVERSION and EDITDATE, just set DISTVERSION
    * Add LICENSE_FILE
    * Remove GNU_CONFIGURE_MANPREFIX
    * Rearrange for better readability
    
    PR:             279176
    Reviewed by:    bapt (maintainer)
---
 devel/libedit/Makefile  | 17 +++++++----------
 devel/libedit/distinfo  |  6 +++---
 devel/libedit/pkg-plist |  2 +-
 3 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile
index 494a3e9a1ea5..52cb76d1d142 100644
--- a/devel/libedit/Makefile
+++ b/devel/libedit/Makefile
@@ -1,27 +1,24 @@
 PORTNAME=	libedit
-PORTVERSION=	${EDITVERSION}.${EDITDATE}
-PORTREVISION=	1
+DISTVERSION=	3.1-20240517
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://thrysoee.dk/editline/
-DISTNAME=	${PORTNAME}-${EDITDATE}-${EDITVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION:E}-${PORTVERSION:R}
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Command line editor library
 WWW=		https://thrysoee.dk/editline/
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe libtool localbase ncurses pathfix
-EDITVERSION=	3.1
-EDITDATE=	20230828
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
 CPE_VENDOR=	libedit_project
+USE_LDCONFIG=	yes
 
-CONFLICTS_INSTALL=	editline
+GNU_CONFIGURE=	yes
+
+INSTALL_TARGET=	install-strip
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/share/man/man3/history.3 ${STAGEDIR}${PREFIX}/share/man/man3/el_history.3
diff --git a/devel/libedit/distinfo b/devel/libedit/distinfo
index 203e1a77192f..3f614652ee9a 100644
--- a/devel/libedit/distinfo
+++ b/devel/libedit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695662020
-SHA256 (libedit-20230828-3.1.tar.gz) = 4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad
-SIZE (libedit-20230828-3.1.tar.gz) = 534072
+TIMESTAMP = 1716098136
+SHA256 (libedit-20240517-3.1.tar.gz) = 3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff
+SIZE (libedit-20240517-3.1.tar.gz) = 534690
diff --git a/devel/libedit/pkg-plist b/devel/libedit/pkg-plist
index 1f406783dd6d..70e85e464dde 100644
--- a/devel/libedit/pkg-plist
+++ b/devel/libedit/pkg-plist
@@ -3,7 +3,7 @@ include/histedit.h
 lib/libedit.a
 lib/libedit.so
 lib/libedit.so.0
-lib/libedit.so.0.0.72
+lib/libedit.so.0.0.73
 libdata/pkgconfig/libedit.pc
 share/man/man3/editline.3.gz
 share/man/man3/el_deletestr.3.gz



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