Index: head/www/aria2/Makefile =================================================================== --- head/www/aria2/Makefile (revision 297180) +++ head/www/aria2/Makefile (revision 297181) @@ -1,75 +1,79 @@ # New ports collection makefile for: aria2 # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= aria2 -PORTVERSION= 1.14.1 +PORTVERSION= 1.15.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= z.1:${PORTSDIR}/archivers/zlib + CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-libxml2 \ - --without-gnutls --with-openssl --with-openssl-prefix=/usr \ + --without-gnutls --with-openssl \ --without-libcares --with-libz --enable-bittorrent \ --enable-metalink --disable-epoll --enable-threads=pth USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes +USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes MAKE_JOBS_SAFE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else LINGUAS= ar bg ca da de el en@boldquot en@quot es fi fr he hu id it ko ja \ nl nn pl pt pt_BR ru sk sr sv th tr uk vi zh_CN zh_TW .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2.mo|} \ share/doc/aria2/README \ share/doc/aria2/README.html \ share/doc/aria2/aria2c.1.html \ share/doc/aria2/aria2c.1.asciidoc \ share/doc/aria2/README.asciidoc \ share/doc/aria2/bash_completion/README.txt \ share/doc/aria2/bash_completion/aria2c \ share/doc/aria2/xmlrpc/aria2mon \ share/doc/aria2/xmlrpc/aria2rpc \ share/doc/aria2/xmlrpc/README.txt \ share/doc/aria2/ru/aria2c.1.html \ share/doc/aria2/ru/aria2c.1.asciidoc PLIST_DIRS= share/doc/aria2/bash_completion \ share/doc/aria2/xmlrpc \ share/doc/aria2/ru \ share/doc/aria2 MANLANG= "" ru MAN1= aria2c.1 OPTIONS= SQLITE "Support for Firefox cookies" Off .include .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 BROKEN= Does not install on powerpc-9 .endif .if defined(WITH_SQLITE) CONFIGURE_ARGS+= --with-sqlite3 LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 .else CONFIGURE_ARGS+= --without-sqlite3 .endif .include Property changes on: head/www/aria2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.66 \ No newline at end of property +1.67 \ No newline at end of property Index: head/www/aria2/distinfo =================================================================== --- head/www/aria2/distinfo (revision 297180) +++ head/www/aria2/distinfo (revision 297181) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.14.1.tar.bz2) = a436ffaa9fd678a498d2599f00b3885cdc4eda13953dcf715c9ac4ff95b61ab1 -SIZE (aria2-1.14.1.tar.bz2) = 1636900 +SHA256 (aria2-1.15.0.tar.bz2) = 02916b399946029674393c6a66d3544e88959610d3b2303fdd2d2365aa680be1 +SIZE (aria2-1.15.0.tar.bz2) = 2080386 Property changes on: head/www/aria2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property