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

(-)./Makefile (-2 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	aria2
8
PORTNAME=	aria2
9
PORTVERSION=	1.14.1
9
PORTVERSION=	1.15.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
12
12
Lines 16-23 Link Here
16
LICENSE=	GPLv2
16
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
18
19
LIB_DEPENDS=	z.1:${PORTSDIR}/archivers/zlib
20
19
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-libxml2 \
21
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-libxml2 \
20
		--without-gnutls --with-openssl --with-openssl-prefix=/usr \
22
		--without-gnutls --with-openssl \
21
		--without-libcares --with-libz --enable-bittorrent \
23
		--without-libcares --with-libz --enable-bittorrent \
22
		--enable-metalink --disable-epoll --enable-threads=pth
24
		--enable-metalink --disable-epoll --enable-threads=pth
23
25
Lines 25-30 Link Here
25
USE_GNOME=	gnomehack libxml2
27
USE_GNOME=	gnomehack libxml2
26
USE_GETTEXT=	yes
28
USE_GETTEXT=	yes
27
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
30
USE_OPENSSL=	yes
31
WITH_OPENSSL_PORT=	yes
28
MAKE_JOBS_SAFE=	yes
32
MAKE_JOBS_SAFE=	yes
29
33
30
.ifdef WITHOUT_NLS
34
.ifdef WITHOUT_NLS
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (aria2-1.14.1.tar.bz2) = a436ffaa9fd678a498d2599f00b3885cdc4eda13953dcf715c9ac4ff95b61ab1
1
SHA256 (aria2-1.15.0.tar.bz2) = 02916b399946029674393c6a66d3544e88959610d3b2303fdd2d2365aa680be1
2
SIZE (aria2-1.14.1.tar.bz2) = 1636900
2
SIZE (aria2-1.15.0.tar.bz2) = 2080386

Return to bug 168102