Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2024 09:06:34 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00547944126e - main - lang/execline: Update to version 2.9.6.1
Message-ID:  <202412100906.4BA96Y7B000695@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=00547944126e6bbcea8cd6760586610c69170af5

commit 00547944126e6bbcea8cd6760586610c69170af5
Author:     Jan Bramkamp <crest@rlwinm.de>
AuthorDate: 2024-12-03 15:42:55 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-12-10 08:51:35 +0000

    lang/execline: Update to version 2.9.6.1
    
    Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/plain/NEWS
    
    PR:             283100, 282021
    MFH:            2024Q4
---
 lang/execline/Makefile  | 6 +++---
 lang/execline/distinfo  | 6 +++---
 lang/execline/pkg-plist | 6 ++++--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/lang/execline/Makefile b/lang/execline/Makefile
index 8c2785de636b..0bc1ce8790d0 100644
--- a/lang/execline/Makefile
+++ b/lang/execline/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	execline
-DISTVERSION=	2.9.5.1
+DISTVERSION=	2.9.6.1
 CATEGORIES=	lang shells
 MASTER_SITES=	https://www.skarnet.org/software/${PORTNAME}/
 
@@ -10,7 +10,7 @@ WWW=		https://www.skarnet.org/software/execline/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	skalibs>=2.14.1.1:devel/skalibs
+BUILD_DEPENDS=	skalibs>=2.14.3.0:devel/skalibs
 LIB_DEPENDS=	libskarnet.so:devel/skalibs
 
 USES=		gmake
@@ -18,7 +18,7 @@ USE_LDCONFIG=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \
-		--with-lib=${LOCALBASE}/lib/skalibs \
+		--with-lib=${LOCALBASE}/lib \
 		--with-dynlib=${LOCALBASE}/lib \
 		--with-include=${LOCALBASE}/include \
 		--enable-shared
diff --git a/lang/execline/distinfo b/lang/execline/distinfo
index c8a640a6d873..47dc38e91714 100644
--- a/lang/execline/distinfo
+++ b/lang/execline/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716812939
-SHA256 (execline-2.9.5.1.tar.gz) = df750035d0fb21c7265bffb7ed7e1b661de1e842944a2252bdcddc32d0d97217
-SIZE (execline-2.9.5.1.tar.gz) = 110874
+TIMESTAMP = 1733236462
+SHA256 (execline-2.9.6.1.tar.gz) = 76919d62f2de4db1ac4b3a59eeb3e0e09b62bcdd9add13ae3f2dad26f8f0e5ca
+SIZE (execline-2.9.6.1.tar.gz) = 111566
diff --git a/lang/execline/pkg-plist b/lang/execline/pkg-plist
index 97715d7a0679..0f86d9651e62 100644
--- a/lang/execline/pkg-plist
+++ b/lang/execline/pkg-plist
@@ -58,10 +58,12 @@ bin/wait
 bin/withstdinas
 include/execline/config.h
 include/execline/execline.h
-lib/execline/libexecline.a
+lib/libexecline.a
+@mode 755
 lib/libexecline.so
 lib/libexecline.so.2.9
-lib/libexecline.so.2.9.5.1
+@mode
+lib/libexecline.so.2.9.6.1
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/background.html



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