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 |