Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2024 15:51:17 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f351b696036e - main - lang/expect: Add tcl:wrapper USES flag
Message-ID:  <202402101551.41AFpHtb078929@gitrepo.freebsd.org>

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

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

commit f351b696036eb78156a3664ba3f47a7682a00e4a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-02-10 15:51:06 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-02-10 15:51:13 +0000

    lang/expect: Add tcl:wrapper USES flag
    
    expect_unbuffer requires tcl:wrapper USES flag.
    
    PR:             276939
    Approved by:    tcltk via gahr (maintainer)
---
 lang/expect/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index dd6dbaf630e1..501671c3c82e 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	expect
 PORTVERSION=	5.45.4
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	lang tcl tk
 MASTER_SITES=	SF/${PORTNAME}/Expect/${PORTVERSION}
@@ -13,14 +13,17 @@ WWW=		https://expect.sourceforge.net
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/license.terms
 
-USES=		tcl:tea autoreconf
+USES=		autoreconf tcl:tea,wrapper
 USE_LDCONFIG=	${LOCALBASE}/lib/${DISTNAME}
 
+MAKE_ENV+=	STRIPPROG=${STRIP_CMD}
+TEST_TARGET=	test
+
+SUB_FILES+=	pkg-message
+
 WRKSRC=		${WRKDIR}/${DISTNAME}
+
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
-SUB_FILES+=	pkg-message
-TEST_TARGET=	test
-MAKE_ENV+=	STRIPPROG=${STRIP_CMD}
 
 post-install:
 	${LN} -sf ${DISTNAME}/lib${DISTNAME}.so \



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