aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2009-11-05 01:28:38 +0800
committergarga <garga@FreeBSD.org>2009-11-05 01:28:38 +0800
commit17fb7e839fdb5a8b8eb9066e6f6c971234aed5a0 (patch)
tree11944dc89e0c3993f8a3e9cb384c690163f7e79b /ftp/pure-ftpd
parenta420e73ceae7ac980d32d85308dbbe14d737118b (diff)
downloadfreebsd-ports-gnome-17fb7e839fdb5a8b8eb9066e6f6c971234aed5a0.tar.gz
freebsd-ports-gnome-17fb7e839fdb5a8b8eb9066e6f6c971234aed5a0.tar.zst
freebsd-ports-gnome-17fb7e839fdb5a8b8eb9066e6f6c971234aed5a0.zip
- Add --localstate=/var to make pure-ftpwho work again
- Bump PORTREVISION Reported by: Jordi Espasa Clofent <jespasac@minibofh.org> Obtained from: pure-ftpd maillist
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 67fb8b8c4b39..0cacc0b4ee0f 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pure-ftpd
PORTVERSION= 1.0.24
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp ipv6
MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
@@ -33,7 +33,8 @@ MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-everything \
--with-paranoidmsg \
--with-virtualchroot \
- --sysconfdir=${PREFIX}/etc
+ --sysconfdir=${PREFIX}/etc \
+ --localstatedir=/var
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 \
-203-12/+8 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2 * Fix NOPORTDOCS builds if gmake isn't installed.mandree2010-12-091-2/+2 * Fix leftover files in NOPORTDOCS install.mandree2010-12-081-0/+8 * Add LICENSE=GPLv3 line.mandree2010-12-071-0/+2 * - Update to upstream release 1.5.4 (2009)mandree2010-12-076-118/+19 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-021-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Migration of BROKEN ports from automake{19,110}->111 which will mostade2010-10-071-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2 * Mark BROKEN: does not builderwin2009-10-251-0/+2 * - Update to 1.5.3anray2009-10-156-58/+89