diff options
-rw-r--r-- | net/proxy-suite/Makefile | 9 | ||||
-rw-r--r-- | net/proxy-suite/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index ac418399a372..1fd47b5f504e 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= proxy-suite -PORTVERSION= 1.9.2.1 -PORTREVISION= 1 +PORTVERSION= 1.9.2.2 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ @@ -18,10 +17,12 @@ COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security USE_AUTOCONF_VER= 253 USE_GMAKE= yes +USE_BZIP2= yes # # basic configure args # +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \ --localstatedir=/var/run \ --enable-warnings --enable-so-linger \ @@ -35,11 +36,11 @@ CONFIGURE_ARGS+= --enable-rfc1579 .endif # -# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes... +# OPTIONAL: include ldap-support # .if defined(WITH_LDAP) +USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else CONFIGURE_ARGS+= --without-libldap .endif diff --git a/net/proxy-suite/distinfo b/net/proxy-suite/distinfo index b51e82215f6d..8c18df02da37 100644 --- a/net/proxy-suite/distinfo +++ b/net/proxy-suite/distinfo @@ -1,2 +1,2 @@ -MD5 (proxy-suite-1.9.2.1.tar.gz) = a248c6bdefe6dfe12b303c9993ae2218 -SIZE (proxy-suite-1.9.2.1.tar.gz) = 195130 +MD5 (proxy-suite-1.9.2.2.tar.bz2) = 22381944a6947d6af11269884f834bd2 +SIZE (proxy-suite-1.9.2.2.tar.bz2) = 305924 |