Date: Sat, 23 Mar 2013 08:06:54 +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: r315007 - head/www/aria2 Message-ID: <201303230806.r2N86sgP043087@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 23 08:06:54 2013 New Revision: 315007 URL: http://svnweb.freebsd.org/changeset/ports/315007 Log: - Update to 1.16.4 - Use USES=pathfix - Complete and sort CONFIGURE_ARGS Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.16.4/README.rst/view Modified: head/www/aria2/Makefile head/www/aria2/distinfo Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Sat Mar 23 07:26:24 2013 (r315006) +++ head/www/aria2/Makefile Sat Mar 23 08:06:54 2013 (r315007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.16.3 +PORTVERSION= 1.16.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -14,16 +14,19 @@ LICENSE= GPLv2 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 \ - --without-gnutls --without-libcares +CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-metalink \ + --enable-shared --enable-threads=posix --with-libz \ + --with-libxml2 --with-openssl --without-gnutls \ + --without-libcares --without-libexpat --without-libgcrypt \ + --without-libgmp --without-libnettle CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \ ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack libxml2 +USE_GNOME= libxml2 USE_OPENSSL= yes +USE_XZ= yes +USES= pathfix MAN1= aria2c.1 MANLANG= "" ru Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Sat Mar 23 07:26:24 2013 (r315006) +++ head/www/aria2/distinfo Sat Mar 23 08:06:54 2013 (r315007) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.16.3.tar.bz2) = 989f8eb5599394681d75e18acf3d4261870cc2dce70b813ce84305dc3c9e50a2 -SIZE (aria2-1.16.3.tar.bz2) = 2082238 +SHA256 (aria2-1.16.4.tar.xz) = a2c14395ad3c8959e7faea90480e00d8496da01b7befe7b484fddf1f9f614048 +SIZE (aria2-1.16.4.tar.xz) = 1400752
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303230806.r2N86sgP043087>