Index: head/www/aria2/Makefile =================================================================== --- head/www/aria2/Makefile (revision 432764) +++ head/www/aria2/Makefile (revision 432765) @@ -1,57 +1,62 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= aria2 PORTVERSION= 1.31.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CA_BUNDLE DOCS NLS SQLITE SSH2 OPTIONS_DEFAULT=SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project SSH2_DESC= SSH2 protocol support CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ --enable-metalink --enable-shared --enable-ssl --enable-static \ --enable-threads=posix --enable-websocket \ --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libxml2 --with-libz --with-openssl \ --without-appletls --without-gnutls --without-libcares \ --without-libexpat --without-libgcrypt --without-libgmp \ --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ac_cv_path_RST2HTML=no GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz 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:security/ca_root_nss NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_LDFLAGS= -lintl NLS_USES= gettext localbase SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_USES= sqlite SSH2_CONFIGURE_WITH= libssh2 SSH2_LIB_DEPENDS= libssh2.so:security/libssh2 ARIA2_DISK_CACHE?= 16M + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ + ${INSTALL_DATA} ${WRKSRC}/doc/bash_completion/aria2c ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ .include Index: head/www/aria2/pkg-plist =================================================================== --- head/www/aria2/pkg-plist (revision 432764) +++ head/www/aria2/pkg-plist (revision 432765) @@ -1,52 +1,53 @@ bin/aria2c +etc/bash_completion.d/aria2c include/aria2/aria2.h lib/libaria2.a lib/libaria2.so lib/libaria2.so.0 lib/libaria2.so.0.0.0 libdata/pkgconfig/libaria2.pc man/man1/aria2c.1.gz man/pt/man1/aria2c.1.gz man/ru/man1/aria2c.1.gz %%NLS%%share/locale/ar/LC_MESSAGES/aria2.mo %%NLS%%share/locale/bg/LC_MESSAGES/aria2.mo %%NLS%%share/locale/bn/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ca/LC_MESSAGES/aria2.mo %%NLS%%share/locale/da/LC_MESSAGES/aria2.mo %%NLS%%share/locale/de/LC_MESSAGES/aria2.mo %%NLS%%share/locale/el/LC_MESSAGES/aria2.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/aria2.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/aria2.mo %%NLS%%share/locale/es/LC_MESSAGES/aria2.mo %%NLS%%share/locale/fa/LC_MESSAGES/aria2.mo %%NLS%%share/locale/fi/LC_MESSAGES/aria2.mo %%NLS%%share/locale/fil/LC_MESSAGES/aria2.mo %%NLS%%share/locale/fr/LC_MESSAGES/aria2.mo %%NLS%%share/locale/he/LC_MESSAGES/aria2.mo %%NLS%%share/locale/hr/LC_MESSAGES/aria2.mo %%NLS%%share/locale/hu/LC_MESSAGES/aria2.mo %%NLS%%share/locale/id/LC_MESSAGES/aria2.mo %%NLS%%share/locale/it/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ja/LC_MESSAGES/aria2.mo %%NLS%%share/locale/kk/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ko/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ms/LC_MESSAGES/aria2.mo %%NLS%%share/locale/nb/LC_MESSAGES/aria2.mo %%NLS%%share/locale/nl/LC_MESSAGES/aria2.mo %%NLS%%share/locale/nn/LC_MESSAGES/aria2.mo %%NLS%%share/locale/oc/LC_MESSAGES/aria2.mo %%NLS%%share/locale/pl/LC_MESSAGES/aria2.mo %%NLS%%share/locale/pt/LC_MESSAGES/aria2.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ro/LC_MESSAGES/aria2.mo %%NLS%%share/locale/ru/LC_MESSAGES/aria2.mo %%NLS%%share/locale/sk/LC_MESSAGES/aria2.mo %%NLS%%share/locale/sr/LC_MESSAGES/aria2.mo %%NLS%%share/locale/sv/LC_MESSAGES/aria2.mo %%NLS%%share/locale/th/LC_MESSAGES/aria2.mo %%NLS%%share/locale/tr/LC_MESSAGES/aria2.mo %%NLS%%share/locale/uk/LC_MESSAGES/aria2.mo %%NLS%%share/locale/vi/LC_MESSAGES/aria2.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/aria2.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/aria2.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/aria2.mo