aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-16 21:14:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-16 21:14:48 +0800
commit39074e63db34a315161fef61aa329306f39af2c4 (patch)
tree494d28e00308d667d35cafbf56edaf8cc0dd0a25 /www
parentba407ce8bd47f509fde39a04b3bc52438e6020e4 (diff)
downloadfreebsd-ports-gnome-39074e63db34a315161fef61aa329306f39af2c4.tar.gz
freebsd-ports-gnome-39074e63db34a315161fef61aa329306f39af2c4.tar.zst
freebsd-ports-gnome-39074e63db34a315161fef61aa329306f39af2c4.zip
- Update to 1.19.2
- Add LICENSE_FILE Changes: https://github.com/tatsuhiro-t/aria2/releases
Diffstat (limited to 'www')
-rw-r--r--www/aria2/Makefile10
-rw-r--r--www/aria2/distinfo4
2 files changed, 8 insertions, 6 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 17f20192350c..5d9e729f5566 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= aria2
-PORTVERSION= 1.19.0
+PORTVERSION= 1.19.2
CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet another download tool
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE
OPTIONS_DEFAULT=SQLITE
@@ -43,9 +44,10 @@ PORTDOCS= *
CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle
CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-NLS_CONFIGURE_OFF= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
-NLS_USES= gettext
+NLS_LDFLAGS= -lintl
+NLS_USES= gettext localbase
SQLITE_CONFIGURE_OFF= --without-sqlite3
SQLITE_CONFIGURE_ON= --with-sqlite3
SQLITE_USE= SQLITE=yes
diff --git a/www/aria2/distinfo b/www/aria2/distinfo
index 9baf582fc22c..083c51ba9f86 100644
--- a/www/aria2/distinfo
+++ b/www/aria2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.19.0.tar.xz) = e2ea59fc2351951a50408561a43fb4d7f0afeab5b606f0cdbfe2be745575a476
-SIZE (aria2-1.19.0.tar.xz) = 1376952
+SHA256 (aria2-1.19.2.tar.xz) = 3605486dd495cd8c2f672b7d0b763397989d831396862f15730697ebcf0ad53e
+SIZE (aria2-1.19.2.tar.xz) = 1377356