From owner-svn-ports-head@freebsd.org Thu Feb 11 16:36:25 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58F7452D6DA; Thu, 11 Feb 2021 16:36:25 +0000 (UTC) (envelope-from otis@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 4Dc2MF1xygz4V6m; Thu, 11 Feb 2021 16:36:25 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35A0B14513; Thu, 11 Feb 2021 16:36:25 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11BGaOEB094492; Thu, 11 Feb 2021 16:36:24 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11BGaOHZ094488; Thu, 11 Feb 2021 16:36:24 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202102111636.11BGaOHZ094488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Thu, 11 Feb 2021 16:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564962 - in head/devel/rlwrap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: in head/devel/rlwrap: . files X-SVN-Commit-Revision: 564962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2021 16:36:25 -0000 Author: otis Date: Thu Feb 11 16:36:24 2021 New Revision: 564962 URL: https://svnweb.freebsd.org/changeset/ports/564962 Log: devel/rlwrap: Update to 0.44 And while here, also: - Switch to versioned release download - Reformat Makefile according to portclippy/portfmt - Fix pkg-plist Reviewed by: osa (mentor), swills (mentor) Approved by: osa (mentor) MFH: 2021Q1 Differential Revision: https://reviews.freebsd.org/D28429 Deleted: head/devel/rlwrap/files/ Modified: head/devel/rlwrap/Makefile head/devel/rlwrap/distinfo head/devel/rlwrap/pkg-descr head/devel/rlwrap/pkg-plist Modified: head/devel/rlwrap/Makefile ============================================================================== --- head/devel/rlwrap/Makefile Thu Feb 11 16:24:06 2021 (r564961) +++ head/devel/rlwrap/Makefile Thu Feb 11 16:36:24 2021 (r564962) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rlwrap -PORTVERSION= 0.42 -DISTVERSIONPREFIX= v -PORTREVISION= 2 +DISTVERSION= 0.44 CATEGORIES= devel +MASTER_SITES= https://github.com/hanslub42/rlwrap/releases/download/${DISTVERSION}/ MAINTAINER= gamato@users.sf.net COMMENT= Readline wrapper @@ -13,18 +12,19 @@ COMMENT= Readline wrapper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= hanslub42 +USES= autoreconf python readline shebangfix +PYTHON_NO_DEPENDS= yes +SHEBANG_GLOB= *.py +python_OLD_CMD= "/usr/bin/env python3" -USES= readline autoreconf GNU_CONFIGURE= yes -PORTDOCS= AUTHORS BUGS NEWS PLEA README TODO +PORTDOCS= AUTHORS BUGS NEWS README OPTIONS_DEFINE= DOCS -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/devel/rlwrap/distinfo ============================================================================== --- head/devel/rlwrap/distinfo Thu Feb 11 16:24:06 2021 (r564961) +++ head/devel/rlwrap/distinfo Thu Feb 11 16:36:24 2021 (r564962) @@ -1,2 +1,3 @@ -SHA256 (hanslub42-rlwrap-v0.42_GH0.tar.gz) = fff56c24341f0c717cf3a8f0ebbf2cba415b1952e1591168ca69ed13638b20f3 -SIZE (hanslub42-rlwrap-v0.42_GH0.tar.gz) = 139838 +TIMESTAMP = 1611167981 +SHA256 (rlwrap-0.44.tar.gz) = cd7ff50cde66e443cbea0049b4abf1cca64a74948371fa4f1b5d9a5bbce1e13c +SIZE (rlwrap-0.44.tar.gz) = 321590 Modified: head/devel/rlwrap/pkg-descr ============================================================================== --- head/devel/rlwrap/pkg-descr Thu Feb 11 16:24:06 2021 (r564961) +++ head/devel/rlwrap/pkg-descr Thu Feb 11 16:36:24 2021 (r564962) @@ -3,4 +3,4 @@ editing of keyboard input for any other command. Inpu across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line. -WWW: http://utopia.knoware.nl/~hlub/uck/rlwrap/ +WWW: https://github.com/hanslub42/rlwrap Modified: head/devel/rlwrap/pkg-plist ============================================================================== --- head/devel/rlwrap/pkg-plist Thu Feb 11 16:24:06 2021 (r564961) +++ head/devel/rlwrap/pkg-plist Thu Feb 11 16:36:24 2021 (r564962) @@ -1,22 +1,35 @@ bin/rlwrap +man/man1/rlwrap.1.gz +man/man3/RlwrapFilter.3pm.gz %%DATADIR%%/completions/coqtop %%DATADIR%%/completions/testclient %%DATADIR%%/filters/README %%DATADIR%%/filters/RlwrapFilter.3pm %%DATADIR%%/filters/RlwrapFilter.pm %%DATADIR%%/filters/censor_passwords +%%DATADIR%%/filters/censor_passwords.py %%DATADIR%%/filters/count_in_prompt +%%DATADIR%%/filters/count_in_prompt.py +%%DATADIR%%/filters/debug_null %%DATADIR%%/filters/ftp_filter +%%DATADIR%%/filters/ftp_filter.py +%%DATADIR%%/filters/handle_hotkeys +%%DATADIR%%/filters/handle_hotkeys.py +%%DATADIR%%/filters/handle_sigwinch.py %%DATADIR%%/filters/history_format %%DATADIR%%/filters/listing %%DATADIR%%/filters/logger +%%DATADIR%%/filters/logger.py %%DATADIR%%/filters/null +%%DATADIR%%/filters/null.py +%%DATADIR%%/filters/outfilter %%DATADIR%%/filters/paint_prompt +%%DATADIR%%/filters/paint_prompt.py %%DATADIR%%/filters/pipeline %%DATADIR%%/filters/pipeto +%%DATADIR%%/filters/pipeto.py +%%DATADIR%%/filters/rlwrapfilter.py %%DATADIR%%/filters/scrub_prompt %%DATADIR%%/filters/simple_macro %%DATADIR%%/filters/template %%DATADIR%%/filters/unbackspace -man/man1/rlwrap.1.gz -man/man3/RlwrapFilter.3pm.gz