Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 Apr 2001 00:20:04 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26443: Update port: ftp/oftpd
Message-ID:  <20010408222004.1968B3CCE@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>Number:         26443
>Category:       ports
>Synopsis:       Update port: ftp/oftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 15:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	

>Description:

2001-04-03, Shane Kerr <shane@time-travellers.org>
- Version 0.3.4 released.
- Changed FTP listener code to attempt to continue processing when
  formerly fatal errors occur.
- Added man page.

>How-To-Repeat:

	

>Fix:
	
diff -Nur oftpd.old/Makefile oftpd/Makefile
--- oftpd.old/Makefile	Sat Apr  7 02:39:05 2001
+++ oftpd/Makefile	Mon Apr  9 00:20:20 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	oftpd
-PORTVERSION=	0.3.3
+PORTVERSION=	0.3.4
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.time-travellers.org/oftpd/ \
 		http://www.freenix.no/~anders/
@@ -19,6 +19,8 @@
 
 CFLAGS+=	${PTHREAD_CFLAGS}
 
+MAN8=		oftpd.8
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${PREFIX}/libexec/oftpd
 .if !defined(NOPORTDOCS)
@@ -29,9 +31,9 @@
 .endif
 
 post-install:
+	@${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8
 	@${ECHO} "================================================================================"
 	@${ECHO} "oftpd only runs standalone, not from inetd."
-	@${ECHO} "Try ${PREFIX}/libexec/oftpd -h to see command line options."
 	@${ECHO} "Create a README file in the root anonymous FTP dir to have it displayed to"
 	@${ECHO} "users upon login."
 	@${ECHO} "================================================================================"
diff -Nur oftpd.old/distinfo oftpd/distinfo
--- oftpd.old/distinfo	Sat Apr  7 02:39:05 2001
+++ oftpd/distinfo	Sun Apr  8 23:33:55 2001
@@ -1 +1 @@
-MD5 (oftpd-0.3.3.tar.gz) = 5aedb3495fa262400e71b454a4bd9470
+MD5 (oftpd-0.3.4.tar.gz) = 3a10eb7a681ba9090f57b99a1a462f72
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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