svn commit: r474704 - in head: . net-p2p net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt ne...

Tijl Coosemans tijl at FreeBSD.org
Fri Jul 20 19:33:10 UTC 2018


On Sun, 15 Jul 2018 17:01:06 +0000 (UTC) "Tobias C. Berner" <tcberner at FreeBSD.org> wrote:
> Author: tcberner
> Date: Sun Jul 15 17:01:05 2018
> New Revision: 474704
> URL: https://svnweb.freebsd.org/changeset/ports/474704
> 
> Log:
>   net-p2p/transmission* -- update and falvorize
>   
>   * update to 2.94
>   * flavorize the Qt frontends
>   * give maintainership to lebarondemerde at privacychain.ch
>   
>   PR:		226710
>   Approved by:	portmgr (mat), crees (previous maintainer)
>   Differential Revision:	https://reviews.freebsd.org/D14699
> 
> Added:
>   head/net-p2p/transmission-cli/files/patch-CMakeLists.txt   (contents, props changed)
>   head/net-p2p/transmission-cli/files/patch-cmake_FindDHT.cmake   (contents, props changed)
>   head/net-p2p/transmission-cli/files/patch-libtransmission_CMakeLists.txt   (contents, props changed)
>   head/net-p2p/transmission-cli/files/patch-qt_Application.h   (contents, props changed)
>   head/net-p2p/transmission-qt/
>      - copied from r474703, head/net-p2p/transmission-qt4/
> Deleted:
>   head/net-p2p/transmission-cli/files/disable-web
>   head/net-p2p/transmission-cli/files/patch-configure
>   head/net-p2p/transmission-cli/files/patch-fix-with-libressl
>   head/net-p2p/transmission-cli/files/patch-fix_without_ipv6
>   head/net-p2p/transmission-cli/files/patch-libtransmission_crypto-utils-openssl.c
>   head/net-p2p/transmission-cli/files/patch-qt-app-h
>   head/net-p2p/transmission-cli/files/patch-qt_qtr_pro
>   head/net-p2p/transmission-qt4/
>   head/net-p2p/transmission-qt5/
> Modified:
>   head/MOVED
>   head/net-p2p/Makefile
>   head/net-p2p/transmission-cli/Makefile
>   head/net-p2p/transmission-cli/distinfo
>   head/net-p2p/transmission-cli/pkg-plist
>   head/net-p2p/transmission-daemon/Makefile
>   head/net-p2p/transmission-daemon/pkg-plist
>   head/net-p2p/transmission-gtk/Makefile
>   head/net-p2p/transmission-gtk/pkg-plist
>   head/net-p2p/transmission-qt/Makefile
>   head/net-p2p/transmission-qt/pkg-descr
>   head/net-p2p/transmission-qt/pkg-plist
>   head/net-p2p/transmission/Makefile
>   head/www/transmission-web/Makefile
> 
> Modified: head/net-p2p/transmission-gtk/pkg-plist
> ==============================================================================
> --- head/net-p2p/transmission-gtk/pkg-plist	Sun Jul 15 16:57:54 2018	(r474703)
> +++ head/net-p2p/transmission-gtk/pkg-plist	Sun Jul 15 17:01:05 2018	(r474704)
> @@ -2,8 +2,11 @@ bin/transmission-gtk
>  man/man1/transmission-gtk.1.gz
>  share/applications/transmission-gtk.desktop
>  %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
> +%%PORTDOCS%%%%DOCSDIR%%/COPYING
>  %%PORTDOCS%%%%DOCSDIR%%/NEWS
>  %%PORTDOCS%%%%DOCSDIR%%/README
> +%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt
> +%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh
>  share/icons/hicolor/16x16/apps/transmission.png
>  share/icons/hicolor/22x22/apps/transmission.png
>  share/icons/hicolor/24x24/apps/transmission.png
> @@ -48,8 +51,8 @@ share/locale/gv/LC_MESSAGES/transmission-gtk.mo
>  share/locale/he/LC_MESSAGES/transmission-gtk.mo
>  share/locale/hi/LC_MESSAGES/transmission-gtk.mo
>  share/locale/hr/LC_MESSAGES/transmission-gtk.mo
> -share/locale/hy/LC_MESSAGES/transmission-gtk.mo
>  share/locale/hu/LC_MESSAGES/transmission-gtk.mo
> +share/locale/hy/LC_MESSAGES/transmission-gtk.mo
>  share/locale/ia/LC_MESSAGES/transmission-gtk.mo
>  share/locale/id/LC_MESSAGES/transmission-gtk.mo
>  share/locale/is/LC_MESSAGES/transmission-gtk.mo
> @@ -99,4 +102,3 @@ share/locale/uz/LC_MESSAGES/transmission-gtk.mo
>  share/locale/vi/LC_MESSAGES/transmission-gtk.mo
>  share/locale/zh_CN/LC_MESSAGES/transmission-gtk.mo
>  share/locale/zh_TW/LC_MESSAGES/transmission-gtk.mo

transmission-gtk fails to package with NLS option disabled.  You have
to prefix these translation files with %%NLS%%.


More information about the svn-ports-all mailing list