From owner-svn-ports-head@freebsd.org Fri Oct 16 13:14:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78171A165DD; Fri, 16 Oct 2015 13:14:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B2B4A4C; Fri, 16 Oct 2015 13:14:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GDEnpE028298; Fri, 16 Oct 2015 13:14:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GDEnBh028296; Fri, 16 Oct 2015 13:14:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510161314.t9GDEnBh028296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Oct 2015 13:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399444 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 13:14:50 -0000 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