Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2001 19:48:23 +0100 (CET)
From:      Frank Denis <j@pureftpd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33115: port update : ftp/pure-ftpd
Message-ID:  <200112231848.fBNImNO14795@hosting3.clara.carpediem.fr>

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

>Number:         33115
>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:   Sun Dec 23 10:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Frank Denis
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hosting3.carpediem.fr 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #6: Sun Dec 23 11:15:48 CET 2001 j@hosting3.carpediem.fr:/usr/obj/usr/src/sys/J i386



>Description:
diff -urN ports/ftp/pure-ftpd/Makefile ports/ftp/pure-ftpd.new/Makefile
--- ports/ftp/pure-ftpd/Makefile	Tue Dec 18 05:17:18 2001
+++ ports/ftp/pure-ftpd.new/Makefile	Sun Dec 23 17:41:21 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.6
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pureftpd
@@ -25,9 +25,14 @@
 LIB_DEPENDS+=	mysqlclient:${PORTSDIR}/databases/mysql323-client
 .endif
 
+.if defined(WITH_PGSQL)
+LIB_DEPENDS+=	pq:${PORTSDIR}/databases/postgresql7
+.endif
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-everything \
 			--with-paranoidmsg \
+			--with-virtualchroot \
 			--sysconfdir=/etc
 # language support requested?
 .if defined(WITH_LANG)
@@ -44,8 +49,13 @@
 CONFIGURE_ARGS+=	--with-mysql
 .endif
 
+# mysql support requested ?
+.if defined(WITH_PGSQL)
+CONFIGURE_ARGS+=	--with-pgsql
+.endif
+
 # if mysql or ldap are disabled, enable pam
-.if !defined(WITH_LDAP) && !defined(WITH_MYSQL)
+.if !defined(WITH_LDAP) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL)
 CONFIGURE_ARGS+=	--with-pam
 .endif
 
@@ -74,7 +84,7 @@
 
 DOCS=		AUTHORS CONTACT COPYING HISTORY NEWS \
 		README README.Configuration-File README.Contrib README.LDAP \
-		README.Netfilter README.MySQL README.Virtual-Users \
+		README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \
 		THANKS poweredby.jpg
 
 CONTRIB=	xml_python_processors.txt
@@ -85,15 +95,17 @@
 	@${ECHO} "WITH_LDAP=1           - Support for users in LDAP \
 		directories;"
 	@${ECHO} "WITH_MYSQL=1          - Support for users in MySQL databases;"
+	@${ECHO} "WITH_PGSQL=1          - Support for users in PostgreSQL databases;"	
 	@${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 or korean."
+	@${ECHO} "  dutch, italian, brazilian-portuguese, danish, slovak, korean or swedish."
 	@${ECHO}
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/pureftpd-mysql.conf ${PREFIX}/etc/pureftpd-mysql.conf.sample
+	${INSTALL_DATA} ${WRKSRC}/pureftpd-pgsql.conf ${PREFIX}/etc/pureftpd-pgsql.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/
 	${MKDIR} ${PREFIX}/share/examples/pure-ftpd
diff -urN ports/ftp/pure-ftpd/distinfo ports/ftp/pure-ftpd.new/distinfo
--- ports/ftp/pure-ftpd/distinfo	Tue Dec 18 05:17:18 2001
+++ ports/ftp/pure-ftpd.new/distinfo	Sun Dec 23 17:42:25 2001
@@ -1 +1 @@
-MD5 (pure-ftpd-1.0.5.tar.gz) = 5d573a15056b5a2d4915030225909cd8
+MD5 (pure-ftpd-1.0.6.tar.gz) = 7bd99588eb0d30a421526e08cf69b01f

>How-To-Repeat:
-
>Fix:

This release adds support for PostgreSQL databases, and includes the virtual
chroot feature.

Merry xmas!


>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?200112231848.fBNImNO14795>