diff options
author | novel <novel@FreeBSD.org> | 2005-05-20 18:07:45 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-20 18:07:45 +0000 |
commit | 520c8067db0de473436bd5fc000d9851d7ce5cd3 (patch) | |
tree | 26339b85e0dc417c795a59f9d55f577abc67937e /ftp | |
parent | 92985e971ae00281c59d7cfcbbd40a5c9b962bbd (diff) | |
download | FreeBSD-ports-520c8067db0de473436bd5fc000d9851d7ce5cd3.zip FreeBSD-ports-520c8067db0de473436bd5fc000d9851d7ce5cd3.tar.gz |
Update to 0.5.3. PostgreSQL backend temporary disabled because I
cannot test it now.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 | ||||
-rw-r--r-- | ftp/wzdftpd/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 98adfe9..464446e 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wzdftpd -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_INC_LIBTOOL_VER=13 -CONFIGURE_ARGS+= --without-pam +CONFIGURE_ARGS+= --without-pam --without-pgsql CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/ftp/wzdftpd/distinfo b/ftp/wzdftpd/distinfo index eed0660..71781a7 100644 --- a/ftp/wzdftpd/distinfo +++ b/ftp/wzdftpd/distinfo @@ -1,2 +1,2 @@ -MD5 (wzdftpd-0.5.2.tar.gz) = 62a4af39801fe581f85cd063c5fc4717 -SIZE (wzdftpd-0.5.2.tar.gz) = 818860 +MD5 (wzdftpd-0.5.3.tar.gz) = fb36aac3c97a54ed7630c3b9f19cb7e1 +SIZE (wzdftpd-0.5.3.tar.gz) = 840090 |