diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 22:33:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 22:33:50 +0000 |
commit | 28dc68a498123307a53d5716da2befc29b6f7669 (patch) | |
tree | cd95322fc31440abf5c4d07bd54248b4659993ae /ftp | |
parent | - Update to 0.6 (diff) |
Update to 1.0.18 release.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=103347
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 8 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 4f7bdc786760..ee7925762d87 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.17a +PORTVERSION= 1.0.18 PORTREVISION= 0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -23,6 +23,7 @@ MASTER_SITE_SUBDIR= pureftpd MAINTAINER= j@pureftpd.org COMMENT= A small, easy to set up, fast and very secure FTP server +USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-everything \ @@ -46,7 +47,6 @@ CONFIGURE_ARGS+= --with-ldap # mysql support requested? .if defined(WITH_MYSQL) USE_MYSQL= YES -BROKEN_WITH_MYSQL= 41 CONFIGURE_ARGS+= --with-mysql .endif @@ -108,8 +108,8 @@ pre-fetch: @${ECHO_MSG} "WITH_LANG=lang - Enable compilation of language support, lang is one of" @${ECHO_MSG} " english, german, romanian, french, french-funny, polish, spanish," @${ECHO_MSG} " dutch, italian, brazilian-portuguese, danish, slovak, korean," - @${ECHO_MSG} " norwegian, swedish, russian, traditional-chinese, simplified-chinese" - @${ECHO_MSG} " and czech." + @${ECHO_MSG} " norwegian, swedish, russian, traditional-chinese, simplified-chinese," + @${ECHO_MSG} " hungarian, catalan and czech." @${ECHO_MSG} "" post-patch: diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index 633f6595d549..32671f992455 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1 +1,2 @@ -MD5 (pure-ftpd-1.0.17a.tar.gz) = 7565b679e377e1ab0905f141ff970ae5 +MD5 (pure-ftpd-1.0.18.tar.bz2) = 56925bb7a35b07ca70e5453af731acba +SIZE (pure-ftpd-1.0.18.tar.bz2) = 458995 |