View | Details | Raw Unified | Return to bug 73287
Collapse All | Expand All

(-)wzdftpd/Makefile (-5 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	wzdftpd
8
PORTNAME=	wzdftpd
9
PORTVERSION=	0.4.2
9
PORTVERSION=	0.4.3
10
CATEGORIES=	ftp ipv6
10
CATEGORIES=	ftp ipv6
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-23 Link Here
17
USE_RC_SUBR=	yes
17
USE_RC_SUBR=	yes
18
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_PERL5=	yes
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
23
USE_INC_LIBTOOL_VER=13
22
USE_INC_LIBTOOL_VER=13
Lines 25-34 Link Here
25
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
26
PKGMESSAGE=	${WRKDIR}/pkg-message
25
PKGMESSAGE=	${WRKDIR}/pkg-message
27
26
28
OPTIONS=	UFT8 "Enable UTF8 support" off \
27
OPTIONS=	UTF8 "Enable UTF8 support" off \
29
		TCL "Enable TCL support" off \
28
		TCL "Enable TCL support" off \
30
		SSL "Enable OpenSSL support" on \
29
		SSL "Enable OpenSSL support" on \
31
		IPV6 "Enable IPv6 support" on
30
		IPV6 "Enable IPv6 support" on \
31
		PERL "Enable PERL support" off
32
32
33
MAN1=	siteconfig.1 \
33
MAN1=	siteconfig.1 \
34
	siteuptime.1 \
34
	siteuptime.1 \
Lines 62-70 Link Here
62
62
63
.include <bsd.port.pre.mk>
63
.include <bsd.port.pre.mk>
64
64
65
.if ${PERL_LEVEL} < 500600
65
.if !defined(WITH_PERL)
66
CONFIGURE_ARGS+=	--disable-perl
66
PLIST_SUB+=	PERL="@comment "
67
PLIST_SUB+=	PERL="@comment "
67
.else
68
.else
69
USE_PERL5=	yes
68
PLIST_SUB+=	PERL=""
70
PLIST_SUB+=	PERL=""
69
.endif
71
.endif
70
72
(-)wzdftpd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (wzdftpd-0.4.2.tar.gz) = dfe80e948ebc74f64afe1444a6ae3c50
1
MD5 (wzdftpd-0.4.3.tar.gz) = c752bf8fd00ec90daf6e24512f3abe72
2
SIZE (wzdftpd-0.4.2.tar.gz) = 701176
2
SIZE (wzdftpd-0.4.3.tar.gz) = 701935

Return to bug 73287