Date: Wed, 24 May 2006 20:18:32 +0200 From: "Martin Wilke" <freebsd@unixfreunde.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: sumikawa@FreeBSD.org Subject: ports/97807: [patch] security/fsh Message-ID: <1148494712.46435@mwilke.ath.cx> Resent-Message-ID: <200605241820.k4OIKH3R069387@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97807 >Category: ports >Synopsis: [patch] security/fsh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 24 18:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006 splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX >Description: - change mirror - fix http://people.freebsd.org/~fenner/portsurvey/security.html#fsh - maintainer is cc'd >How-To-Repeat: >Fix: --- fsh.diff begins here --- diff -ruN /usr/ports/security/fsh/Makefile ports/security/fsh/Makefile --- /usr/ports/security/fsh/Makefile Sat May 13 10:18:45 2006 +++ ports/security/fsh/Makefile Wed May 24 17:15:55 2006 @@ -8,13 +8,16 @@ PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.lysator.liu.se/fsh/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Fast remote command execution USE_PYTHON= yes GNU_CONFIGURE= yes + +INFO= fsh post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py diff -ruN /usr/ports/security/fsh/pkg-plist ports/security/fsh/pkg-plist --- /usr/ports/security/fsh/pkg-plist Tue Dec 7 13:16:51 2004 +++ ports/security/fsh/pkg-plist Wed May 24 17:15:08 2006 @@ -3,21 +3,18 @@ bin/fshd bin/in.fshd libexec/fcpwrap -share/fsh/fsh.py -share/fsh/fsh.pyc -share/fsh/fshcompat.py -share/fsh/fshcompat.pyc -share/fsh/fshconfig.py -share/fsh/fshconfig.pyc -share/fsh/fshd.py -share/fsh/fshd.pyc -share/fsh/fshlib.py -share/fsh/fshlib.pyc -share/fsh/fshversion.py -share/fsh/fshversion.pyc -share/fsh/infshd.py -share/fsh/infshd.pyc -@unexec install-info --delete %D/info/fsh.info %D/info/dir -info/fsh.info -@exec install-info --section="Shells and utilities" --entry="* FSH: (fsh). fast remote command execution." %D/info/lsh.info %D/info/dir -@dirrm share/fsh +%%DATADIR%%/fsh.py +%%DATADIR%%/fsh.pyc +%%DATADIR%%/fshcompat.py +%%DATADIR%%/fshcompat.pyc +%%DATADIR%%/fshconfig.py +%%DATADIR%%/fshconfig.pyc +%%DATADIR%%/fshd.py +%%DATADIR%%/fshd.pyc +%%DATADIR%%/fshlib.py +%%DATADIR%%/fshlib.pyc +%%DATADIR%%/fshversion.py +%%DATADIR%%/fshversion.pyc +%%DATADIR%%/infshd.py +%%DATADIR%%/infshd.pyc +@dirrm %%DATADIR%% --- fsh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148494712.46435>