From ryan@gimp.wonko.com  Thu Feb 20 14:36:51 2003
Return-Path: <ryan@gimp.wonko.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C9B137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Feb 2003 14:36:51 -0800 (PST)
Received: from gimp.wonko.com (sub19-67.member.dsl-only.net [63.105.19.67])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 156C943FDF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Feb 2003 14:36:46 -0800 (PST)
	(envelope-from ryan@gimp.wonko.com)
Received: from gimp.wonko.com (localhost [127.0.0.1])
	by gimp.wonko.com (8.12.6/8.12.6) with ESMTP id h1KMb2Ka021633;
	Thu, 20 Feb 2003 14:37:02 -0800 (PST)
	(envelope-from ryan@gimp.wonko.com)
Received: (from ryan@localhost)
	by gimp.wonko.com (8.12.6/8.12.3/Submit) id h1KMb1VK021632;
	Thu, 20 Feb 2003 14:37:01 -0800 (PST)
Message-Id: <200302202237.h1KMb1VK021632@gimp.wonko.com>
Date: Thu, 20 Feb 2003 14:37:01 -0800 (PST)
From: Ryan Grove <ryan@wonko.com>
Reply-To: Ryan Grove <ryan@wonko.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ryan@wonko.com
Subject: Update www/notftp to 1.3.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48507
>Category:       ports
>Synopsis:       Update www/notftp to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 14:40:06 PST 2003
>Closed-Date:    Sun Feb 23 23:00:24 PST 2003
>Last-Modified:  Sun Feb 23 23:10:08 PST 2003
>Originator:     Ryan Grove
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD gimp.wonko.com 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Thu Oct 24 15:23:20 PDT 2002 ryan@gimp.wonko.com:/usr/src/sys/compile/GIMP i386


	
>Description:
	Update www/notftp to 1.3.1
	
	I've also changed the port's primary category from www to ftp,
leaving www as the secondary, as recommended in the Porter's Handbook.
I'm new at this, so if I've made a mistake, please let me know.
>How-To-Repeat:
	
>Fix:

	

--- notftp.diff begins here ---
diff -ruN /usr/ports/www/notftp/Makefile ./notftp/Makefile
--- /usr/ports/www/notftp/Makefile	Tue Nov 12 15:04:18 2002
+++ ./notftp/Makefile	Thu Feb 20 13:48:18 2003
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	notftp
-PORTVERSION=	1.3
-CATEGORIES=	www
+PORTVERSION=	1.3.1
+CATEGORIES=	ftp www
 MASTER_SITES=	http://wonko.com/notftp/files/
 
 MAINTAINER=	ryan@wonko.com
diff -ruN /usr/ports/www/notftp/distinfo ./notftp/distinfo
--- /usr/ports/www/notftp/distinfo	Tue Nov 12 16:08:39 2002
+++ ./notftp/distinfo	Thu Feb 20 13:59:18 2003
@@ -1 +1 @@
-MD5 (notftp-1.3.tar.gz) = 4a928c356d35940da028b3bf85528da7
+MD5 (notftp-1.3.1.tar.gz) = 0e344df027fb9a95bba0b21a7495bd09
diff -ruN /usr/ports/www/notftp/pkg-descr ./notftp/pkg-descr
--- /usr/ports/www/notftp/pkg-descr	Tue Nov 12 16:08:39 2002
+++ ./notftp/pkg-descr	Thu Feb 20 13:56:36 2003
@@ -1,9 +1,9 @@
 NotFTP is a fully featured and easy to use Web to FTP gateway written in
-PHP. It supports all common FTP functions and allows the administrator
-to set a maximum transfer size and a daily transfer quota for users. It
-is particularly well-suited for making FTP accessible to users behind an
-HTTP-only proxy. In addition, it will usually work right out of the box
-with no configuration.
+PHP. It supports all common FTP functions (including uploads and SSL-FTP)
+and allows the administrator to set a maximum transfer size and a daily
+transfer quota for users. It is particularly well-suited for making FTP
+accessible to users behind an HTTP-only proxy. In addition, it will
+usually work right out of the box with no configuration.
 
 WWW: http://wonko.com/notftp/
 
diff -ruN /usr/ports/www/notftp/pkg-plist ./notftp/pkg-plist
--- /usr/ports/www/notftp/pkg-plist	Tue Nov 12 16:08:39 2002
+++ ./notftp/pkg-plist	Thu Feb 20 13:57:15 2003
@@ -1,4 +1,5 @@
 %%INSTALLDIR%%/config.php
+%%INSTALLDIR%%/CONTRIB
 %%INSTALLDIR%%/ftp.php
 %%INSTALLDIR%%/functions.php
 %%INSTALLDIR%%/HISTORY
@@ -9,6 +10,7 @@
 %%INSTALLDIR%%/lib/header.php
 %%INSTALLDIR%%/lib/lang/en.php
 %%INSTALLDIR%%/lib/lang/es.php
+%%INSTALLDIR%%/lib/lang/fr.php
 %%INSTALLDIR%%/styles/beveled.css
 %%INSTALLDIR%%/styles/simple.css
 %%INSTALLDIR%%/styles/tooblue.css
--- notftp.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 23 23:00:20 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48507 

From: Edwin Groothuis <edwin@freebsd.org>
To: freebsd-gnats-submit@FreeBSD.org, sheepkiller@cultdeadsheep.org
Cc:  
Subject: Re: ports/48507: www/notftp
Date: Mon, 24 Feb 2003 18:01:35 +1100

 If you really like I can move it to ports/ftp, but it will have
 some administrative redtape.
 
 Edwin
 
 -- 
 Edwin Groothuis
 edwin@freebsd.org
 http://www.mavetju.org
>Unformatted:
