From j@rtchat.com  Tue May  8 23:36:07 2001
Return-Path: <j@rtchat.com>
Received: from rtchat.com (r210m251.cybercable.tm.fr [195.132.210.251])
	by hub.freebsd.org (Postfix) with ESMTP id C5EDC37B422
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 May 2001 23:36:06 -0700 (PDT)
	(envelope-from j@rtchat.com)
Received: (from root@localhost)
	by rtchat.com (8.11.3/8.11.3) id f496aZN04073;
	Wed, 9 May 2001 08:36:35 +0200 (CEST)
	(envelope-from j)
Message-Id: <200105090636.f496aZN04073@rtchat.com>
Date: Wed, 9 May 2001 08:36:35 +0200 (CEST)
From: j@4u.net
Reply-To: j@4u.net
To: FreeBSD-gnats-submit@freebsd.org
Cc: j@4u.net
Subject: Update to the pure-ftpd port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         27222
>Category:       ports
>Synopsis:       Port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 23:40:00 PDT 2001
>Closed-Date:    Wed May 9 00:52:35 PDT 2001
>Last-Modified:  Wed May 09 00:52:44 PDT 2001
>Originator:     Charlie &
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
42 Networks
>Environment:
System: FreeBSD tidiable.home.rtchat.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Sat Apr 28 22:04:02 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/GENERIC i386



>Description:
	0.98 is released.
>How-To-Repeat:
	-
>Fix:

diff -urN ports/ftp/pure-ftpd.old/Makefile ports/ftp/pure-ftpd/Makefile
--- ports/ftp/pure-ftpd.old/Makefile	Mon Apr 23 17:46:38 2001
+++ ports/ftp/pure-ftpd/Makefile	Wed May  9 08:24:55 2001
@@ -6,18 +6,11 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	0.97.7
+PORTVERSION=	0.98
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pureftpd
 
-# These shall probably be incorporated in the next version.
-PATCHFILES=	pure-ftpd-0.97.7-polish.patch.gz \
-		pure-ftpd-0.97.7-config.pl.patch.gz
-PATCH_SITES=	http://people.FreeBSD.org/~roam/ports/patches/ftp/ \
-		${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR=	roam/ftp
-
 MAINTAINER=	j@4u.net
 
 .if defined(WITH_DMALLOC)
@@ -26,7 +19,8 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-pam --with-cookie --with-throttling \
-			--with-ratios --with-ftpwho --with-largefile
+			--with-ratios --with-ftpwho --with-largefile \
+			--with-uploadscript
 # language support requested?
 .if defined(WITH_LANG)
 CONFIGURE_ARGS+=	--with-language="${WITH_LANG}"
@@ -37,13 +31,13 @@
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 .endif
 
-MAN8=		pure-ftpd.8 pure-ftpwho.8 mrtginfo.8
+MAN8=		pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8
 
 pre-fetch:
 	@${ECHO} "You can use the following additional options:"
 	@${ECHO} "WITH_DMALLOC	- enable use of the dmalloc library;"
 	@${ECHO} "WITH_LANG=lang	- enable compilation of language support, lang is one of"
-	@${ECHO} "		  english, german, romanian, french or polish."
+	@${ECHO} "		  english, german, romanian, french, polish or spanish."
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
diff -urN ports/ftp/pure-ftpd.old/distinfo ports/ftp/pure-ftpd/distinfo
--- ports/ftp/pure-ftpd.old/distinfo	Mon Apr 23 17:46:38 2001
+++ ports/ftp/pure-ftpd/distinfo	Wed May  9 08:22:51 2001
@@ -1,3 +1 @@
-MD5 (pure-ftpd-0.97.7.tar.gz) = 8d3cedccd9d9f05c9d61337f3ce420e8
-MD5 (pure-ftpd-0.97.7-polish.patch.gz) = 238373f4b2302ce09dd0b26ab19e0439
-MD5 (pure-ftpd-0.97.7-config.pl.patch.gz) = e10dd39056695c79d7f3ddcd92e375e2
+MD5 (pure-ftpd-0.98.tar.gz) = 661eca81fd6330048decbef73bcf5cb6
diff -urN ports/ftp/pure-ftpd.old/pkg-plist ports/ftp/pure-ftpd/pkg-plist
--- ports/ftp/pure-ftpd.old/pkg-plist	Mon Apr 23 17:46:38 2001
+++ ports/ftp/pure-ftpd/pkg-plist	Wed May  9 08:19:53 2001
@@ -1,6 +1,7 @@
-sbin/mrtginfo
+sbin/pure-mrtginfo
 sbin/pure-ftpd
 sbin/pure-ftpwho
+sbin/pure-uploadscript
 sbin/pure-config.pl
 etc/pureftpd-ldap.conf.sample
 etc/pure-ftpd.conf.sample

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Tue May 8 23:54:39 PDT 2001 
Responsible-Changed-Why:  
I'll take care of this. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27222 
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Wed May 9 00:52:35 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27222 
>Unformatted:
