mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to 0.8.1.
This commit is contained in:
parent
cef16427c4
commit
1bfc8a9934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189980
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wzdftpd
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -20,7 +19,7 @@ USE_RC_SUBR= wzdftpd.sh
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_GNOME= pkgconfig ltverhack
|
||||
CONFIGURE_ARGS+= --without-pam --disable-pgsql --disable-bonjour --mandir=${MANPREFIX}/man
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
@ -127,11 +126,5 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@if test ! -f ${PREFIX}/etc/wzdftpd/wzd.cfg; then \
|
||||
${CP} ${PREFIX}/etc/wzdftpd/wzd.cfg.sample ${PREFIX}/etc/wzdftpd/wzd.cfg; \
|
||||
fi
|
||||
@if test ! -f ${PREFIX}/etc/wzdftpd/users; then \
|
||||
${CP} ${PREFIX}/etc/wzdftpd/users.sample ${PREFIX}/etc/wzdftpd/users; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wzdftpd-0.7.2.tar.gz) = 92ed2975f5a2ddcbd1f34301d6d0d7be
|
||||
SHA256 (wzdftpd-0.7.2.tar.gz) = c2ecea11b9d864e320c6af82de1eeecd4ad1ad458e588e6a65886d715754a749
|
||||
SIZE (wzdftpd-0.7.2.tar.gz) = 895046
|
||||
MD5 (wzdftpd-0.8.1.tar.gz) = adc0b6ec5b373d0ae9bcb79947dcdc34
|
||||
SHA256 (wzdftpd-0.8.1.tar.gz) = 7d2a41399c7d098489acb8bcf6deb0654971e1efcc02a78ac09633eef35946a0
|
||||
SIZE (wzdftpd-0.8.1.tar.gz) = 916176
|
||||
|
@ -3,17 +3,17 @@ bin/siteconfig
|
||||
bin/siteuptime
|
||||
bin/sitewho
|
||||
bin/wzd-config
|
||||
etc/wzdftpd/wzd.pem
|
||||
etc/wzdftpd/file_ginfo.txt
|
||||
etc/wzdftpd/file_help.txt
|
||||
etc/wzdftpd/file_swho.txt
|
||||
etc/wzdftpd/file_user.txt
|
||||
etc/wzdftpd/file_group.txt
|
||||
etc/wzdftpd/file_rules.txt
|
||||
etc/wzdftpd/file_users.txt
|
||||
etc/wzdftpd/file_vfs.txt
|
||||
etc/wzdftpd/file_who.txt
|
||||
etc/wzdftpd/file_groups.txt
|
||||
etc/wzd.pem
|
||||
etc/file_ginfo.txt
|
||||
etc/file_help.txt
|
||||
etc/file_swho.txt
|
||||
etc/file_user.txt
|
||||
etc/file_group.txt
|
||||
etc/file_rules.txt
|
||||
etc/file_users.txt
|
||||
etc/file_vfs.txt
|
||||
etc/file_who.txt
|
||||
etc/file_groups.txt
|
||||
include/wzdftpd/libwzd-auth/wzd_auth.h
|
||||
include/wzdftpd/libwzd-auth/wzd_base64.h
|
||||
include/wzdftpd/libwzd-auth/wzd_crypt.h
|
||||
@ -27,6 +27,7 @@ include/wzdftpd/libwzd-base/dlist.h
|
||||
include/wzdftpd/libwzd-base/hash.h
|
||||
include/wzdftpd/libwzd-base/list.h
|
||||
include/wzdftpd/libwzd-base/stack.h
|
||||
include/wzdftpd/libwzd-base/strpcpy.h
|
||||
include/wzdftpd/libwzd-base/wzd_strlcat.h
|
||||
include/wzdftpd/libwzd-base/wzd_strtok_r.h
|
||||
include/wzdftpd/libwzd-core/arch/bsd.h
|
||||
@ -48,15 +49,18 @@ include/wzdftpd/libwzd-core/wzd_dir.h
|
||||
include/wzdftpd/libwzd-core/wzd_events.h
|
||||
include/wzdftpd/libwzd-core/wzd_file.h
|
||||
include/wzdftpd/libwzd-core/wzd_fs.h
|
||||
include/wzdftpd/libwzd-core/wzd_group.h
|
||||
include/wzdftpd/libwzd-core/wzd_hardlimits.h
|
||||
include/wzdftpd/libwzd-core/wzd_ip.h
|
||||
include/wzdftpd/libwzd-core/wzd_libmain.h
|
||||
include/wzdftpd/libwzd-core/wzd_login.h
|
||||
include/wzdftpd/libwzd-core/wzd_log.h
|
||||
include/wzdftpd/libwzd-core/wzd_messages.h
|
||||
include/wzdftpd/libwzd-core/wzd_misc.h
|
||||
include/wzdftpd/libwzd-core/wzd_mod.h
|
||||
include/wzdftpd/libwzd-core/wzd_mutex.h
|
||||
include/wzdftpd/libwzd-core/wzd_perm.h
|
||||
include/wzdftpd/libwzd-core/wzd_protocol.h
|
||||
include/wzdftpd/libwzd-core/wzd_ratio.h
|
||||
include/wzdftpd/libwzd-core/wzd_section.h
|
||||
include/wzdftpd/libwzd-core/wzd_shm.h
|
||||
@ -69,21 +73,24 @@ include/wzdftpd/libwzd-core/wzd_structs.h
|
||||
include/wzdftpd/libwzd-core/wzd_threads.h
|
||||
include/wzdftpd/libwzd-core/wzd_tls.h
|
||||
include/wzdftpd/libwzd-core/wzd_types.h
|
||||
include/wzdftpd/libwzd-core/wzd_user.h
|
||||
include/wzdftpd/libwzd-core/wzd_utf8.h
|
||||
include/wzdftpd/libwzd-core/wzd_vars.h
|
||||
include/wzdftpd/libwzd-core/wzd_vfs.h
|
||||
include/wzdftpd/libwzd.h
|
||||
include/wzdftpd/libwzd_codes.h
|
||||
include/wzdftpd/libwzd_err.h
|
||||
include/wzdftpd/libwzd_pv.h
|
||||
include/wzdftpd/libwzd_socket.h
|
||||
include/wzdftpd/libwzd_tls.h
|
||||
lib/libwzd_core.a
|
||||
lib/libwzd_core.la
|
||||
lib/libwzd_core.so
|
||||
lib/libwzd_core.so.700
|
||||
lib/libwzd_core.so.0
|
||||
lib/libwzd.a
|
||||
lib/libwzd.la
|
||||
lib/libwzd.so
|
||||
lib/libwzd.so.700
|
||||
lib/libwzd.so.0
|
||||
share/aclocal/wzd.m4
|
||||
sbin/wzdftpd
|
||||
%%DATADIR%%/backends/libwzdplaintext.a
|
||||
@ -115,8 +122,6 @@ sbin/wzdftpd
|
||||
@dirrm include/wzdftpd/libwzd-core/arch
|
||||
@dirrm include/wzdftpd/libwzd-core
|
||||
@dirrm include/wzdftpd
|
||||
@unexec if cmp -s %D/etc/wzdftpd/wzd.cfg %D/etc/wzdftpd/wzd.cfg.sample; then rm -f %D/etc/wzdftpd/wzd.cfg; fi
|
||||
@unexec if cmp -s %D/etc/wzdftpd/users %D/etc/wzdftpd/users.sample; then rm -f %D/etc/wzdftpd/users; fi
|
||||
etc/wzdftpd/wzd.cfg.sample
|
||||
etc/wzdftpd/users.sample
|
||||
etc/wzd.cfg.sample
|
||||
etc/users.sample
|
||||
@dirrmtry etc/wzdftpd
|
||||
|
Loading…
Reference in New Issue
Block a user