diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-06 19:12:44 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-06 19:12:44 +0000 |
commit | f2aa6a83a24b1330da8c3c8ffd869c98e70d0433 (patch) | |
tree | 2aa007cd9e8546eff8b771c283bee93c8977fd10 /ftp/proftpd-devel/Makefile | |
parent | Add IlmBase 1.0.0, has four ILM's basic libraries as known as Half, (diff) |
- Update to 1.3.1 Final
- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
module.
- Patches integrated upstream.
Approved by: sat (mentor), portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=201012
Diffstat (limited to 'ftp/proftpd-devel/Makefile')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 0e4ab1401aa7..bf8501c4ef26 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= proftpd -DISTVERSION= 1.3.1rc3 -PORTREVISION= 6 +DISTVERSION= 1.3.1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -163,7 +162,6 @@ USE_OPENLDAP= yes MODULES:=${MODULES}:mod_ldap INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-contrib-mod_ldap.c .endif .if defined(WITH_MYSQL) |