diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-07 15:57:08 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-07 15:57:08 +0000 |
commit | f526758ef60a5b0a8be39f276fbe962040d256cd (patch) | |
tree | d5ab51b9f7268ed8573231bfec97d19431f5a01c /ftp/pure-ftpd | |
parent | aa44ce24bcbde70244360a235ad150bc10de66e9 (diff) | |
download | ports-f526758ef60a5b0a8be39f276fbe962040d256cd.tar.gz ports-f526758ef60a5b0a8be39f276fbe962040d256cd.zip |
Notes
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 7 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 837c8c696145..a45ef7fd84bf 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.98.7 +PORTVERSION= 0.99 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd @@ -20,7 +20,8 @@ LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \ --with-ratios --with-ftpwho --with-largefile \ - --with-uploadscript --with-virtualhosts + --with-uploadscript --with-virtualhosts \ + --with-altlog --with-paranoidmsg # language support requested? .if defined(WITH_LANG) CONFIGURE_ARGS+= --with-language="${WITH_LANG}" @@ -58,7 +59,7 @@ 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, polish or spanish." + @${ECHO} " english, german, romanian, french, polish, spanish or danish." post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index 43ef43b2a32c..e9d13ce9cd05 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1 +1 @@ -MD5 (pure-ftpd-0.98.7.tar.gz) = 381169cc31fdebfa2d414cd264d8485b +MD5 (pure-ftpd-0.99.tar.gz) = 5653e4ee557621069cb25d54c8477d71 |