Date: Fri, 14 Sep 2012 02:20:37 +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: r304249 - head/www/aria2 Message-ID: <201209140220.q8E2KbqB023824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Sep 14 02:20:36 2012 New Revision: 304249 URL: http://svn.freebsd.org/changeset/ports/304249 Log: - Update to 1.15.2 - Remove LICENSE_FILE for well-known license - Move OPTIONS_* upward Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.15.2/README.rst/view Modified: head/www/aria2/Makefile (contents, props changed) head/www/aria2/distinfo (contents, props changed) Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Sep 14 02:18:57 2012 (r304248) +++ head/www/aria2/Makefile Fri Sep 14 02:20:36 2012 (r304249) @@ -6,7 +6,7 @@ # PORTNAME= aria2 -PORTVERSION= 1.15.1 +PORTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -14,7 +14,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS NLS SQLITE +OPTIONS_DEFAULT=SQLITE CONFIGURE_ARGS= --enable-bittorrent --disable-epoll --enable-metalink --enable-threads=pth \ --with-libz --with-libxml2 --with-openssl \ @@ -31,9 +33,6 @@ MAN1= aria2c.1 MANLANG= "" ru PLIST_FILES= bin/aria2c -OPTIONS_DEFINE= DOCS NLS SQLITE -OPTIONS_DEFAULT=SQLITE - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Fri Sep 14 02:18:57 2012 (r304248) +++ head/www/aria2/distinfo Fri Sep 14 02:20:36 2012 (r304249) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.15.1.tar.bz2) = 5d5207ca3b2276e90200956b1b23885d265d94b97b3b08aa20200038eff61df4 -SIZE (aria2-1.15.1.tar.bz2) = 2047788 +SHA256 (aria2-1.15.2.tar.bz2) = 6400431f4248f7a779ae8216ec2711b56ad7481fc659f06db1f22ed97b260836 +SIZE (aria2-1.15.2.tar.bz2) = 2043212
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209140220.q8E2KbqB023824>