Update to 0.5.3. PostgreSQL backend temporary disabled because I
cannot test it now.
This commit is contained in:
parent
3c8f366d66
commit
8bfc4151a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135728
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue