Bug 279176 - devel/libedit: Update to 3.1-20240517
Summary: devel/libedit: Update to 3.1-20240517
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL: https://thrysoee.dk/editline/
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-20 05:00 UTC by Daniel Engberg
Modified: 2024-05-21 20:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments
Patch for libedit (1.94 KB, patch)
2024-05-20 05:00 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-20 05:00:20 UTC
Created attachment 250826 [details]
Patch for libedit

* Remove EDITVERSION and EDITDATE, just set DISTVERSION
* Add LICENSE_FILE
* Remove GNU_CONFIGURE_MANPREFIX
* Rearrange for better readability

Compile tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist, make test)

Poudriere testport OK 13.2-RELEASE (amd64)
Poudriere testport OK 14.0-RELEASE (amd64)

Tested with following consumers in Poudriere (13.2-RELEASE amd64):
math/cvc5
devel/libclc
audio/autocd
comms/bladerf
comms/wsjtx
databases/cockroach
databases/firebird30-client
databases/firebird30-server
databases/firebird40-client
databases/firebird40-server
databases/mariadb1011-client
databases/mariadb1011-server
databases/mariadb105-client
databases/mariadb105-server
databases/mariadb106-client
databases/mariadb106-server
databases/mysql80-client
databases/mysql80-server
databases/mysql81-client
databases/mysql81-server
databases/sqlcipher
databases/sqlite3
databases/sqlrelay
devel/elf
devel/libreadline-java
devel/llvm-devel
devel/llvm11
devel/llvm12
devel/llvm13
devel/llvm14
devel/llvm15
devel/llvm16
devel/llvm17
devel/llvm18
devel/p5-Term-EditLine
devel/php81-readline
devel/php82-readline
devel/php83-readline
devel/pructl
devel/rubygem-readline-ext
devel/rudiments
devel/zapcc
dns/bind-tools
dns/bind9-devel
dns/bind918
dns/dnsdist
dns/knot-resolver
dns/knot3
dns/samba-nsupdate
emulators/mgba
emulators/open-simh
finance/ledger
ftp/tnftp
games/open-adventure
japanese/uim-anthy
lang/cling
lang/lua51
lang/lua52
lang/lua53
lang/lua54
lang/nll
lang/ruby31
lang/ruby32
lang/swipl
math/gh-bc
math/gnubc
math/ised
math/sage (fails, unrelated)
multimedia/cx88
net/asterisk18
net/axa
net/chrony
net/chrony-lite
net/freeswitch
net/honeyd
net/ntp
net-mgmt/icinga2
net-mgmt/lldpd
security/kc
security/openssh-portable
sysutils/cbsd
sysutils/hexpeek
sysutils/xorriso
textproc/groonga
textproc/link-grammar
textproc/ucto
textproc/uim
textproc/uim-gtk
textproc/uim-gtk3
textproc/uim-m17nlib
textproc/uim-qt5
textproc/zorba
www/angie-module-njs
www/varnish7
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2024-05-20 08:37:26 UTC
approved
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-21 19:56:40 UTC
A commit in branch main references this bug:

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(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2024-05-21 20:15:53 UTC
Committed, thanks!