Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 16:36:24 +0000 (UTC)
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564962 - in head/devel/rlwrap: . files
Message-ID:  <202102111636.11BGaOHZ094488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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