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

(-)Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	wget
4
PORTNAME=	wget
5
DISTVERSION=	1.16.2
5
DISTVERSION=	1.16.3
6
PORTREVISION=	1
7
CATEGORIES=	ftp www ipv6
6
CATEGORIES=	ftp www ipv6
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
8
Lines 50-55 Link Here
50
CPPFLAGS+=	-I${OPENSSLINC}
49
CPPFLAGS+=	-I${OPENSSLINC}
51
LDFLAGS+=	-L${OPENSSLLIB}
50
LDFLAGS+=	-L${OPENSSLLIB}
52
.elif ${PORT_OPTIONS:MGNUTLS}
51
.elif ${PORT_OPTIONS:MGNUTLS}
52
USES+=		pkgconfig
53
LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
53
LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
54
CONFIGURE_ARGS+=--with-ssl=gnutls
54
CONFIGURE_ARGS+=--with-ssl=gnutls
55
CPPFLAGS+=	-I${LOCALBASE}/include
55
CPPFLAGS+=	-I${LOCALBASE}/include
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wget-1.16.2.tar.xz) = a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5
1
SHA256 (wget-1.16.3.tar.xz) = 67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37
2
SIZE (wget-1.16.2.tar.xz) = 1805080
2
SIZE (wget-1.16.3.tar.xz) = 1794148

Return to bug 199316