Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 13:14:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399444 - head/www/aria2
Message-ID:  <201510161314.t9GDEnBh028296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 16 13:14:48 2015
New Revision: 399444
URL: https://svnweb.freebsd.org/changeset/ports/399444

Log:
  - Update to 1.19.2
  - Add LICENSE_FILE
  
  Changes:	https://github.com/tatsuhiro-t/aria2/releases

Modified:
  head/www/aria2/Makefile
  head/www/aria2/distinfo

Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile	Fri Oct 16 13:14:43 2015	(r399443)
+++ head/www/aria2/Makefile	Fri Oct 16 13:14:48 2015	(r399444)
@@ -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

Modified: head/www/aria2/distinfo
==============================================================================
--- head/www/aria2/distinfo	Fri Oct 16 13:14:43 2015	(r399443)
+++ head/www/aria2/distinfo	Fri Oct 16 13:14:48 2015	(r399444)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510161314.t9GDEnBh028296>