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

(-)Makefile (-1 / +4 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	aria2
8
PORTNAME=	aria2
9
PORTVERSION=	1.13.0
9
PORTVERSION=	1.14.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
13
MAINTAINER=	miwi@FreeBSD.org
13
MAINTAINER=	miwi@FreeBSD.org
14
COMMENT=	Yet another download tool
14
COMMENT=	Yet another download tool
15
15
16
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
16
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-libxml2 \
19
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-libxml2 \
17
		--without-gnutls --with-openssl --with-openssl-prefix=/usr \
20
		--without-gnutls --with-openssl --with-openssl-prefix=/usr \
18
		--without-libcares --with-libz --enable-bittorrent \
21
		--without-libcares --with-libz --enable-bittorrent \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (aria2-1.13.0.tar.bz2) = 5d813c313076d3452d1ba37da1df028a60bb5551ee6702fccd1b99e09da01900
1
SHA256 (aria2-1.14.0.tar.bz2) = e93c314600772af226f9f10a77fbd05e01adb772f3b7c583a6ceaa0c99413741
2
SIZE (aria2-1.13.0.tar.bz2) = 1631574
2
SIZE (aria2-1.14.0.tar.bz2) = 1642811

Return to bug 163757