diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-21 19:01:28 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-05-21 19:56:01 +0000 |
commit | 47d673eab6bfbc27d1dfd70740e89b1d720143c4 (patch) | |
tree | 9d5429b02a4e2ca954452cc6b90edc6ccccfb9cc | |
parent | 836e269009e764234dc5ef0a1b4c0a6442aaca63 (diff) |
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)
-rw-r--r-- | devel/libedit/Makefile | 17 | ||||
-rw-r--r-- | devel/libedit/distinfo | 6 | ||||
-rw-r--r-- | 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 |