From 433c1e70485ddb82562975ac41ed414c38b00461 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 7 May 2002 23:12:05 +0000 Subject: Update pure-ftpd to 1.0.11. Changes: - New translation : norwegian. Contributed by Kurt Inge Sm\xe5dal / EasyISP.org . - The server now compiles and runs on OpenBSD/Sparc64 and HPUX. - Minor fixes and cleanups were made. - The good'ol poweredby.jpg logo has been replaced by pure-ftpd.png, the new official logo contributed by Gabriele Vinci . Based on changes by Dawid Szymanski in PR 16585 --- net/pureftpd/Makefile | 13 +++++++++---- net/pureftpd/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile index adca97357a1..6fb443bda57 100644 --- a/net/pureftpd/Makefile +++ b/net/pureftpd/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2002/03/26 08:24:54 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/07 23:12:05 hubertf Exp $ # -DISTNAME= pure-ftpd-1.0.10 +DISTNAME= pure-ftpd-1.0.11 CATEGORIES= net -MASTER_SITES= http://prdownloads.sourceforge.net/pureftpd/ +MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/pureftpd/ \ + ${MASTER_SITE_SOURCEFORGE:=pureftpd/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= dawszy@arhea.net @@ -12,9 +13,13 @@ COMMENT= FTP daemon with optional SQL support GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-sysquotas \ + --with-ftpwho + .if defined(PURE_FTPD_USE_MYSQL) && ${PURE_FTPD_USE_MYSQL} == "YES" DEPENDS+= mysql-client>=3.23:../../databases/mysql-client -CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} +CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} \ + --with-quotas CCPFLAGS+= -I${LOCALBASE}/include/mysql LDFLAGS+= -L${LOCALBASE}/lib/mysql -Wl,-R${LOCALBASE}/lib/mysql BUILD_DEFS+= PURE_FTPD_USE_MYSQL diff --git a/net/pureftpd/distinfo b/net/pureftpd/distinfo index 10fe9aa134c..55c40abea4c 100644 --- a/net/pureftpd/distinfo +++ b/net/pureftpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/03/26 08:24:55 martti Exp $ +$NetBSD: distinfo,v 1.3 2002/05/07 23:12:05 hubertf Exp $ -SHA1 (pure-ftpd-1.0.10.tar.bz2) = 01dc926b380b0881181e0e6c6290368e07866309 -Size (pure-ftpd-1.0.10.tar.bz2) = 369940 bytes +SHA1 (pure-ftpd-1.0.11.tar.bz2) = 61795aa924aa425583366a9c5101472fbed6c697 +Size (pure-ftpd-1.0.11.tar.bz2) = 373109 bytes -- cgit v1.2.3