diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-08-17 19:00:51 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-08-17 19:00:51 +0000 |
commit | c5dd75d3d2559227f1d860746afd8321dc74b097 (patch) | |
tree | 4d9ea58297daacde03f96f26c3695da1d4c42858 /ftp/proftpd | |
parent | Update to 20010817b. (diff) |
- update to 1.2.2 final release
- add postgres support
Notes
Notes:
svn path=/head/; revision=46397
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 9 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index aead5ddece39..c2c1f2aa12c1 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.2rc3 +PORTVERSION= 1.2.2 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ @@ -50,6 +50,13 @@ INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql .endif +.if defined(WITH_POSTGRES) +MODULES:=${MODULES}:mod_sql:mod_sql_postgres +LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7 +INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include/pgsql +LIBDIRS:=${LIBDIRS}:${PREFIX}/lib +.endif + .if !empty(MODULES) CONFIGURE_ARGS+= --with-modules=${MODULES} .endif diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index 02b272ce47ff..3009aa69ccb6 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1 +1 @@ -MD5 (proftpd-1.2.2rc3.tar.bz2) = 4c40f7fb9efa2886c0b5b82c972eed37 +MD5 (proftpd-1.2.2.tar.bz2) = 598735da589cffce5009473639abbef8 |