From owner-svn-ports-head@freebsd.org Mon May 23 03:50:02 2016 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 55E72B46A45; Mon, 23 May 2016 03:50:02 +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 244751B55; Mon, 23 May 2016 03:50:02 +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 u4N3o1mh051179; Mon, 23 May 2016 03:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N3o1cE051176; Mon, 23 May 2016 03:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605230350.u4N3o1cE051176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 May 2016 03:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415658 - 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.22 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: Mon, 23 May 2016 03:50:02 -0000 Author: sunpoet Date: Mon May 23 03:50:00 2016 New Revision: 415658 URL: https://svnweb.freebsd.org/changeset/ports/415658 Log: - Update to 1.23.0 - Update WWW Changes: https://github.com/aria2/aria2/releases Modified: head/www/aria2/Makefile head/www/aria2/distinfo head/www/aria2/pkg-descr Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/Makefile Mon May 23 03:50:00 2016 (r415658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= www MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/distinfo Mon May 23 03:50:00 2016 (r415658) @@ -1,2 +1,3 @@ -SHA256 (aria2-1.22.0.tar.xz) = ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89 -SIZE (aria2-1.22.0.tar.xz) = 1448096 +TIMESTAMP = 1463935417 +SHA256 (aria2-1.23.0.tar.xz) = 585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 +SIZE (aria2-1.23.0.tar.xz) = 1493704 Modified: head/www/aria2/pkg-descr ============================================================================== --- head/www/aria2/pkg-descr Mon May 23 03:49:56 2016 (r415657) +++ head/www/aria2/pkg-descr Mon May 23 03:50:00 2016 (r415658) @@ -21,4 +21,4 @@ manipulated via built-in JSON-RPC and XM aria2 supports RPC interface to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC. -WWW: http://aria2.sourceforge.net/ +WWW: https://aria2.github.io/