Date: Fri, 23 Jun 2006 15:40:34 -0800 From: "Beech Rintoul" <beech@alaskaparadise.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/99395: [PATCH] ftp/hsftp - Added mirror & request maintainership Message-ID: <1151106034.55575@stargate.alaskaparadise.com> Resent-Message-ID: <200606232350.k5NNoKYF001119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99395 >Category: ports >Synopsis: [PATCH] ftp/hsftp - Added mirror & request maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 23 23:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: FreeBSD 7.0-CURRENT i386 >Organization: Alaska Paradise >Environment: System: FreeBSD 7.0-CURRENT #70: Wed Jun 21 17:08:37 AKDT 2006 root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE >Description: - Request Maintainership - Added mirror - Petted portlint - Renamed patch >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/ftp/hsftp.orig/Makefile /usr/ports/ftp/hsftp/Makefile --- /usr/ports/ftp/hsftp.orig/Makefile Tue Oct 12 04:50:09 2004 +++ /usr/ports/ftp/hsftp/Makefile Fri Jun 23 15:01:32 2006 @@ -8,9 +8,10 @@ PORTNAME= hsftp PORTVERSION= 1.15 CATEGORIES= ftp -MASTER_SITES= http://la-samhna.de/hsftp/ +MASTER_SITES= http://la-samhna.de/hsftp/ \ + http://www.alaskaparadise.com/freebsd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= FTP emulator that uses ssh to transport commands/data GNU_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/ftp/hsftp.orig/files/patch-aa /usr/ports/ftp/hsftp/files/patch-aa --- /usr/ports/ftp/hsftp.orig/files/patch-aa Mon Sep 4 18:07:04 2000 +++ /usr/ports/ftp/hsftp/files/patch-aa Wed Dec 31 14:00:00 1969 @@ -1,10 +0,0 @@ ---- hsftp.c.orig Sun Aug 27 13:06:30 2000 -+++ hsftp.c Sun Aug 27 13:06:42 2000 -@@ -58,6 +58,7 @@ - #include <signal.h> - #include <sys/types.h> - #include <sys/mman.h> -+#include <sys/time.h> - #include <sys/resource.h> - - #include "config.h" diff -ruN --exclude=CVS /usr/ports/ftp/hsftp.orig/files/patch-hsftp.c /usr/ports/ftp/hsftp/files/patch-hsftp.c --- /usr/ports/ftp/hsftp.orig/files/patch-hsftp.c Wed Dec 31 14:00:00 1969 +++ /usr/ports/ftp/hsftp/files/patch-hsftp.c Mon Sep 4 18:07:04 2000 @@ -0,0 +1,10 @@ +--- hsftp.c.orig Sun Aug 27 13:06:30 2000 ++++ hsftp.c Sun Aug 27 13:06:42 2000 +@@ -58,6 +58,7 @@ + #include <signal.h> + #include <sys/types.h> + #include <sys/mman.h> ++#include <sys/time.h> + #include <sys/resource.h> + + #include "config.h" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1151106034.55575>