diff options
author | beech <beech@FreeBSD.org> | 2007-10-07 03:12:44 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-10-07 03:12:44 +0800 |
commit | 2769e32f21a8109f68a60bd07c3fe27d472a1ed3 (patch) | |
tree | 6850661318a8e65b9f40ae5131659c5c67cec21b /ftp/proftpd/Makefile | |
parent | 83ebf18ef5c912a51483568985c7ee78a5b9f4fa (diff) | |
download | freebsd-ports-gnome-2769e32f21a8109f68a60bd07c3fe27d472a1ed3.tar.gz freebsd-ports-gnome-2769e32f21a8109f68a60bd07c3fe27d472a1ed3.tar.zst freebsd-ports-gnome-2769e32f21a8109f68a60bd07c3fe27d472a1ed3.zip |
- 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)
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 0e4ab1401aa7..bf8501c4ef26 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/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) |