From nobody Mon Oct 11 23:11:11 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BE98118064ED; Mon, 11 Oct 2021 23:11:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSvg355BLz4Yrs; Mon, 11 Oct 2021 23:11:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F68F1954; Mon, 11 Oct 2021 23:11:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BNBBIk028308; Mon, 11 Oct 2021 23:11:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BNBBFJ028307; Mon, 11 Oct 2021 23:11:11 GMT (envelope-from git) Date: Mon, 11 Oct 2021 23:11:11 GMT Message-Id: <202110112311.19BNBBFJ028307@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 72913e45e14b - main - devel/newt: Update to 0.52.21 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 72913e45e14b06c6d7fa3b764c0750aff1c28f5d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=72913e45e14b06c6d7fa3b764c0750aff1c28f5d commit 72913e45e14b06c6d7fa3b764c0750aff1c28f5d Author: Neel Chauhan AuthorDate: 2021-10-11 22:54:22 +0000 Commit: Neel Chauhan CommitDate: 2021-10-11 23:11:10 +0000 devel/newt: Update to 0.52.21 --- devel/newt/Makefile | 18 +++++++++--------- devel/newt/distinfo | 6 +++--- devel/newt/files/patch-configure.ac | 15 +++------------ 3 files changed, 15 insertions(+), 24 deletions(-) diff --git a/devel/newt/Makefile b/devel/newt/Makefile index 1080c5998aef..596020b9cd44 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -1,6 +1,5 @@ PORTNAME= newt -PORTVERSION= 0.52.20 -PORTREVISION= 2 +PORTVERSION= 0.52.21 CATEGORIES= devel MASTER_SITES= https://releases.pagure.org/newt/ @@ -10,24 +9,25 @@ COMMENT= Not Eriks Windowing Toolkit: console I/O handling library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libslang.so:devel/libslang2 \ - libpopt.so:devel/popt +LIB_DEPENDS= libpopt.so:devel/popt \ + libslang.so:devel/libslang2 USES= autoreconf gmake localbase ncurses pathfix +USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_ENV= PCFLAGS="${CFLAGS}" -USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lncurses -PLIST_SUB= SOVERSION="${SOVERSION}" \ - VERSION="${PORTVERSION}" - +BINARY_ALIAS= python3=${PYTHON_VERSION} SUB_FILES= pkgIndex.tcl SUB_LIST= VERSION="${PORTVERSION}" +PLIST_SUB= SOVERSION="${SOVERSION}" \ + VERSION="${PORTVERSION}" + OPTIONS_DEFINE= NLS PYTHON TCL OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes @@ -37,8 +37,8 @@ NLS_CONFIGURE_ENABLE= nls PYTHON_USES= python PYTHON_CONFIGURE_WITH= python TCL_USES= tcl -TCL_CONFIGURE_ENV= ac_cv_c_tclconfig=${TCL_LIBDIR:Q} TCL_CONFIGURE_WITH= tcl +TCL_CONFIGURE_ENV= ac_cv_c_tclconfig=${TCL_LIBDIR:Q} TCL_CPPFLAGS= -I${TCL_INCLUDEDIR:Q} SOVERSION= ${PORTVERSION:R:E} diff --git a/devel/newt/distinfo b/devel/newt/distinfo index 38ab26fec151..b624417f0c36 100644 --- a/devel/newt/distinfo +++ b/devel/newt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489932281 -SHA256 (newt-0.52.20.tar.gz) = 8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc -SIZE (newt-0.52.20.tar.gz) = 181163 +TIMESTAMP = 1633990735 +SHA256 (newt-0.52.21.tar.gz) = 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31 +SIZE (newt-0.52.21.tar.gz) = 174895 diff --git a/devel/newt/files/patch-configure.ac b/devel/newt/files/patch-configure.ac index 6d93d5cd8d6a..0aa883a8777a 100644 --- a/devel/newt/files/patch-configure.ac +++ b/devel/newt/files/patch-configure.ac @@ -1,15 +1,6 @@ ---- configure.ac.orig 2017-03-17 10:36:31 UTC +--- configure.ac.orig 2019-05-27 12:57:40 UTC +++ configure.ac -@@ -2,7 +2,7 @@ AC_INIT([newt_pr.h]) - - PACKAGE=newt - VERSION=0.52.20 --SONAME=0.52 -+SONAME=52 - - AC_CONFIG_HEADER([config.h]) - -@@ -24,7 +24,7 @@ AC_CHECK_SIZEOF([void *]) +@@ -23,7 +23,7 @@ AC_CHECK_SIZEOF([void *]) AC_MSG_CHECKING([for GNU ld]) LD=`$CC -print-prog-name=ld 2>&5` @@ -18,7 +9,7 @@ # Not GNU_LD="" AC_MSG_RESULT([no]) -@@ -102,7 +102,7 @@ else +@@ -107,7 +107,7 @@ else AC_SUBST([TCL_LIB_FLAG]) WHIPTCLLIB=whiptcl # needed with tcl8.6