Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2002 21:10:39 +0200 (CEST)
From:      Frank Denis <j@pureftpd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36704: port update : ftp/pure-ftpd
Message-ID:  <200204031910.g33JAds60286@hosting3.clara.carpediem.fr>

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

>Number:         36704
>Category:       ports
>Synopsis:       port update : ftp/pure-ftpd
>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:   Wed Apr 03 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Frank Denis
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
42 Networks
>Environment:
System: FreeBSD hosting3.carpediem.fr 4.5-STABLE FreeBSD 4.5-STABLE #11: Mon Jan 28 09:43:06 CET 2002 j@hosting3.carpediem.fr:/usr/obj/usr/src/sys/J i386



>Description:

diff -urN ports/ftp/pure-ftpd.orig/Makefile ports/ftp/pure-ftpd/Makefile
--- ports/ftp/pure-ftpd.orig/Makefile	Wed Mar 20 03:04:43 2002
+++ ports/ftp/pure-ftpd/Makefile	Wed Apr  3 21:07:30 2002
@@ -6,19 +6,20 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	1.0.10
+PORTVERSION=	1.0.11
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
+		ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/ \
+		ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/ \
 		ftp://ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \
+		ftp://ftp.za.pureftpd.org/pub/pure-ftpd/releases/ \
+		http://ftp.cn.pureftpd.org/pure-ftpd/releases/ \
 		${MASTER_SITE_SOURCEFORGE}
+
 MASTER_SITE_SUBDIR=	pureftpd
 
 MAINTAINER=	j@pureftpd.org
 
-.if defined(WITH_DMALLOC)
-LIB_DEPENDS+=	dmalloc.1:${PORTSDIR}/devel/dmalloc
-.endif
-
 .if defined(WITH_LDAP)
 LIB_DEPENDS+=	ldap:${PORTSDIR}/net/openldap2
 .endif
@@ -61,12 +62,6 @@
 CONFIGURE_ARGS+=	--with-pam
 .endif
 
-# use of dmalloc requested?
-.if defined(WITH_DMALLOC)
-CONFIGURE_ARGS+=	--with-dmalloc
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
-.endif
-
 MAN8=		pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \
 		pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8 \
 		pure-authd.8
@@ -88,14 +83,13 @@
 DOCS=		AUTHORS CONTACT COPYING HISTORY NEWS \
 		README README.Configuration-File README.Contrib README.LDAP \
 		README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \
-		README.Authentication-Modules THANKS poweredby.jpg \
+		README.Authentication-Modules THANKS pure-ftpd.png \
 		pureftpd.schema
 
 CONTRIB=	xml_python_processors.txt sfv-crc-check.pl
 
 pre-fetch:
 	@${ECHO} "You can use the following additional options:"
-	@${ECHO} "WITH_DMALLOC=1        - enable use of the dmalloc library;"
 	@${ECHO} "WITH_LDAP=1           - Support for users in LDAP \
 		directories;"
 	@${ECHO} "WITH_MYSQL=1          - Support for users in MySQL databases;"
@@ -103,7 +97,8 @@
 	@${ECHO} "WITH_LANG=lang        - enable compilation of language \
 		support, lang is one of"
 	@${ECHO} "  english, german, romanian, french, french-funny, polish, spanish,"
-	@${ECHO} "  dutch, italian, brazilian-portuguese, danish, slovak, korean or swedish."
+	@${ECHO} "  dutch, italian, brazilian-portuguese, danish, slovak, korean,"
+	@${ECHO} "  norwegian or swedish."
 	@${ECHO}
 
 post-install:
diff -urN ports/ftp/pure-ftpd.orig/distinfo ports/ftp/pure-ftpd/distinfo
--- ports/ftp/pure-ftpd.orig/distinfo	Wed Mar 20 03:04:43 2002
+++ ports/ftp/pure-ftpd/distinfo	Wed Apr  3 21:00:30 2002
@@ -1 +1 @@
-MD5 (pure-ftpd-1.0.10.tar.gz) = 273076d972c70cee170c78554e8bfba5
+MD5 (pure-ftpd-1.0.11.tar.gz) = f642af18b129c96e3785e44ff3beb2d0
diff -urN ports/ftp/pure-ftpd.orig/pkg-plist ports/ftp/pure-ftpd/pkg-plist
--- ports/ftp/pure-ftpd.orig/pkg-plist	Sun Feb 24 03:05:14 2002
+++ ports/ftp/pure-ftpd/pkg-plist	Wed Apr  3 20:59:31 2002
@@ -27,7 +27,7 @@
 %%PORTDOCS%%share/doc/pure-ftpd/README.PGSQL
 %%PORTDOCS%%share/doc/pure-ftpd/README.Virtual-Users
 %%PORTDOCS%%share/doc/pure-ftpd/THANKS
-%%PORTDOCS%%share/doc/pure-ftpd/poweredby.jpg
+%%PORTDOCS%%share/doc/pure-ftpd/pure-ftpd.png
 %%PORTDOCS%%share/doc/pure-ftpd/pureftpd.schema
 share/examples/pure-ftpd/pam/pure-ftpd
 share/examples/pure-ftpd/sfv-crc-check.pl


>How-To-Repeat:
-
>Fix:

Really a minor update. No big change except the norwegian translation.
WITH_DMALLOC has been removed, because there was feedback from people that
enabled that feature without knowing that it was only for debugging, and got
an unstable server then.
>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?200204031910.g33JAds60286>