svn commit: r564972 - in branches/2021Q1/devel/rlwrap: . files
Juraj Lutter
otis at FreeBSD.org
Thu Feb 11 17:41:42 UTC 2021
Author: otis
Date: Thu Feb 11 17:41:41 2021
New Revision: 564972
URL: https://svnweb.freebsd.org/changeset/ports/564972
Log:
MFH: r564962
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)
Differential Revision: https://reviews.freebsd.org/D28429
Deleted:
branches/2021Q1/devel/rlwrap/files/
Modified:
branches/2021Q1/devel/rlwrap/Makefile
branches/2021Q1/devel/rlwrap/distinfo
branches/2021Q1/devel/rlwrap/pkg-descr
branches/2021Q1/devel/rlwrap/pkg-plist
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/devel/rlwrap/Makefile
==============================================================================
--- branches/2021Q1/devel/rlwrap/Makefile Thu Feb 11 17:39:45 2021 (r564971)
+++ branches/2021Q1/devel/rlwrap/Makefile Thu Feb 11 17:41:41 2021 (r564972)
@@ -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 at 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: branches/2021Q1/devel/rlwrap/distinfo
==============================================================================
--- branches/2021Q1/devel/rlwrap/distinfo Thu Feb 11 17:39:45 2021 (r564971)
+++ branches/2021Q1/devel/rlwrap/distinfo Thu Feb 11 17:41:41 2021 (r564972)
@@ -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: branches/2021Q1/devel/rlwrap/pkg-descr
==============================================================================
--- branches/2021Q1/devel/rlwrap/pkg-descr Thu Feb 11 17:39:45 2021 (r564971)
+++ branches/2021Q1/devel/rlwrap/pkg-descr Thu Feb 11 17:41:41 2021 (r564972)
@@ -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: branches/2021Q1/devel/rlwrap/pkg-plist
==============================================================================
--- branches/2021Q1/devel/rlwrap/pkg-plist Thu Feb 11 17:39:45 2021 (r564971)
+++ branches/2021Q1/devel/rlwrap/pkg-plist Thu Feb 11 17:41:41 2021 (r564972)
@@ -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
More information about the svn-ports-all
mailing list