svn commit: r534180 - in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt www/transmis...
Alexandre C. Guimarães
rigoletto at FreeBSD.org
Wed May 6 15:24:30 UTC 2020
Author: rigoletto
Date: Wed May 6 15:24:27 2020
New Revision: 534180
URL: https://svnweb.freebsd.org/changeset/ports/534180
Log:
net-p2p/transmission: Update to 3.00
- net-p2p/transmission-cli
- net-p2p/transmission-daemon
- net-p2p/transmission-gtk
- net-p2p/transmission-qt
- www/transmission-web
Differential Revision: D18995
Deleted:
head/net-p2p/transmission-cli/files/patch-gtk_CMakeLists.txt
head/net-p2p/transmission-cli/files/patch-libtransmission_tr-dht.c
Modified:
head/net-p2p/transmission-cli/Makefile
head/net-p2p/transmission-cli/distinfo
head/net-p2p/transmission-cli/files/patch-CMakeLists.txt
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-plist
head/net-p2p/transmission/Makefile
head/www/transmission-web/Makefile
Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-cli/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= transmission
-DISTVERSION= 2.94
-PORTREVISION?= 5
+DISTVERSION= 3.00
CATEGORIES+= net-p2p
SLAVEPORT?= cli
PKGNAMESUFFIX?= -cli
@@ -31,6 +30,7 @@ USES+= cmake cpe iconv libtool localbase pkgconfig ss
. if ${SLAVEPORT:Mcli}
NLS_USES= gettext-runtime:run
+CONFLICTS_INSTALL= transmission-daemon
. endif
CPE_VENDOR= transmissionbt
@@ -43,7 +43,7 @@ SLAVES= cli daemon gtk qt
CMAKE_ON+= ENABLE_${SLAVEPORT:tu}
CMAKE_OFF+= ${SLAVES:N${SLAVEPORT}:tu:S/^/ENABLE_/}
-. if ${SLAVEPORT:Nweb:Ncli}
+. if ${SLAVEPORT:Nweb:Ncli:Ndaemon}
CMAKE_OFF+= ENABLE_UTILS
. endif
Modified: head/net-p2p/transmission-cli/distinfo
==============================================================================
--- head/net-p2p/transmission-cli/distinfo Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-cli/distinfo Wed May 6 15:24:27 2020 (r534180)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530806424
-SHA256 (transmission-transmission-2.94_GH0.tar.gz) = 440c2fd0f89b1ab59d8a4b79ecd7bffd61bc000e36fb5b6c8e88142a4fadbb1f
-SIZE (transmission-transmission-2.94_GH0.tar.gz) = 6342775
+TIMESTAMP = 1587847556
+SHA256 (transmission-transmission-3.00_GH0.tar.gz) = 8cee4dc484822d1dda6a4adc076a76de6d5b577d6296d01511452664413c3a4a
+SIZE (transmission-transmission-3.00_GH0.tar.gz) = 6816040
Modified: head/net-p2p/transmission-cli/files/patch-CMakeLists.txt
==============================================================================
--- head/net-p2p/transmission-cli/files/patch-CMakeLists.txt Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-cli/files/patch-CMakeLists.txt Wed May 6 15:24:27 2020 (r534180)
@@ -1,29 +1,26 @@
---- CMakeLists.txt.orig 2018-07-09 22:28:43 UTC
+--- CMakeLists.txt.orig 2020-04-25 22:05:56 UTC
+++ CMakeLists.txt
-@@ -511,9 +511,9 @@ endif()
- # endif()
+@@ -437,7 +437,11 @@ set(NEEDED_HEADERS
+ xlocale.h)
if(ENABLE_NLS)
-- check_library_exists(intl libintl_gettext "" HAVE_LIBINTL)
-- if(HAVE_LIBINTL)
-- set(LIBINTL_LIBRARY intl)
-+ find_package(Intl)
-+ if(Intl_FOUND)
-+ set(LIBINTL_LIBRARY ${Intl_LIBRARIES})
- endif()
+- list(APPEND NEEDED_HEADERS libintl.h)
++ list(APPEND NEEDED_HEADERS libintl.h)
++ find_package(Intl)
++ if(Intl_FOUND)
++ set(LIBINTL_LIBRARY ${Intl_LIBRARIES})
++ endif()
endif()
-@@ -536,13 +536,6 @@ foreach(P daemon cli utils gtk qt)
+ foreach(H ${NEEDED_HEADERS})
+@@ -552,10 +556,6 @@ foreach(P daemon cli utils gtk qt mac)
+ add_subdirectory(${P})
endif()
endforeach()
-
+-
-if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT)
-- install(DIRECTORY web DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME}
-- PATTERN *.am EXCLUDE
-- PATTERN *.in EXCLUDE
-- PATTERN *.scss EXCLUDE)
+- tr_install_web(${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME})
-endif()
--
- if(ENABLE_GTK AND ENABLE_NLS)
- find_package(Gettext REQUIRED)
- add_subdirectory(po)
+
+ if(INSTALL_DOC)
+ install(FILES AUTHORS COPYING NEWS README.md extras/rpc-spec.txt extras/send-email-when-torrent-done.sh DESTINATION ${CMAKE_INSTALL_DOCDIR})
Modified: head/net-p2p/transmission-cli/pkg-plist
==============================================================================
--- head/net-p2p/transmission-cli/pkg-plist Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-cli/pkg-plist Wed May 6 15:24:27 2020 (r534180)
@@ -1,14 +1,16 @@
bin/transmission-cli
bin/transmission-create
bin/transmission-edit
+bin/transmission-remote
bin/transmission-show
man/man1/transmission-cli.1.gz
man/man1/transmission-create.1.gz
man/man1/transmission-edit.1.gz
+man/man1/transmission-remote.1.gz
man/man1/transmission-show.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt
%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh
Modified: head/net-p2p/transmission-daemon/Makefile
==============================================================================
--- head/net-p2p/transmission-daemon/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-daemon/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -1,10 +1,11 @@
# $FreeBSD$
-PORTREVISION= 3
PKGNAMESUFFIX= -daemon
USES= ssl
NLS_USES= gettext-runtime:run
+
+CONFLICTS_INSTALL= transmission-cli
USERS= transmission
GROUPS= transmission
Modified: head/net-p2p/transmission-daemon/pkg-plist
==============================================================================
--- head/net-p2p/transmission-daemon/pkg-plist Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-daemon/pkg-plist Wed May 6 15:24:27 2020 (r534180)
@@ -1,11 +1,17 @@
+bin/transmission-create
bin/transmission-daemon
+bin/transmission-edit
bin/transmission-remote
+bin/transmission-show
+man/man1/transmission-create.1.gz
man/man1/transmission-daemon.1.gz
+man/man1/transmission-edit.1.gz
man/man1/transmission-remote.1.gz
+man/man1/transmission-show.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt
%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh
@dir %%ETCDIR%%/home
Modified: head/net-p2p/transmission-gtk/Makefile
==============================================================================
--- head/net-p2p/transmission-gtk/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-gtk/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 5
PKGNAMESUFFIX= -gtk
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
Modified: head/net-p2p/transmission-gtk/pkg-plist
==============================================================================
--- head/net-p2p/transmission-gtk/pkg-plist Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-gtk/pkg-plist Wed May 6 15:24:27 2020 (r534180)
@@ -1,10 +1,11 @@
bin/transmission-gtk
man/man1/transmission-gtk.1.gz
+share/appdata/transmission-gtk.appdata.xml
share/applications/transmission-gtk.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt
%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh
share/icons/hicolor/16x16/apps/transmission.png
@@ -14,91 +15,96 @@ share/icons/hicolor/256x256/apps/transmission.png
share/icons/hicolor/32x32/apps/transmission.png
share/icons/hicolor/48x48/apps/transmission.png
share/icons/hicolor/scalable/apps/transmission.svg
-%%NLS%%share/locale/an/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ast/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/az/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/be/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/be at latin/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/bn/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/bo/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/br/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/bs/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ca at valencia/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ceb/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ckb/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/da/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/de/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/el/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/en_AU/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/en_CA/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/es/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/et/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/fil/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/fo/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ga/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/gv/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/he/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/hi/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/hy/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ia/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/id/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/is/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/it/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/kk/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ku/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ky/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/li/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ml/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/mr/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ms/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/mt/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/my/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/nds/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/oc/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/pa/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/si/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sq/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/sw/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ta_LK/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/te/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/th/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/tl/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ug/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/ur/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/uz/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/transmission-gtk.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/transmission-gtk.mo
+share/icons/hicolor/symbolic/apps/transmission-symbolic.svg
+share/locale/an/LC_MESSAGES/transmission-gtk.mo
+share/locale/ar/LC_MESSAGES/transmission-gtk.mo
+share/locale/ast/LC_MESSAGES/transmission-gtk.mo
+share/locale/az/LC_MESSAGES/transmission-gtk.mo
+share/locale/be/LC_MESSAGES/transmission-gtk.mo
+share/locale/bg/LC_MESSAGES/transmission-gtk.mo
+share/locale/bn/LC_MESSAGES/transmission-gtk.mo
+share/locale/bo/LC_MESSAGES/transmission-gtk.mo
+share/locale/br/LC_MESSAGES/transmission-gtk.mo
+share/locale/bs/LC_MESSAGES/transmission-gtk.mo
+share/locale/ca/LC_MESSAGES/transmission-gtk.mo
+share/locale/ca at valencia/LC_MESSAGES/transmission-gtk.mo
+share/locale/ceb/LC_MESSAGES/transmission-gtk.mo
+share/locale/ckb/LC_MESSAGES/transmission-gtk.mo
+share/locale/cs/LC_MESSAGES/transmission-gtk.mo
+share/locale/cy/LC_MESSAGES/transmission-gtk.mo
+share/locale/da/LC_MESSAGES/transmission-gtk.mo
+share/locale/de/LC_MESSAGES/transmission-gtk.mo
+share/locale/el/LC_MESSAGES/transmission-gtk.mo
+share/locale/en_AU/LC_MESSAGES/transmission-gtk.mo
+share/locale/en_CA/LC_MESSAGES/transmission-gtk.mo
+share/locale/en_GB/LC_MESSAGES/transmission-gtk.mo
+share/locale/eo/LC_MESSAGES/transmission-gtk.mo
+share/locale/es/LC_MESSAGES/transmission-gtk.mo
+share/locale/et/LC_MESSAGES/transmission-gtk.mo
+share/locale/eu/LC_MESSAGES/transmission-gtk.mo
+share/locale/fa/LC_MESSAGES/transmission-gtk.mo
+share/locale/fi/LC_MESSAGES/transmission-gtk.mo
+share/locale/fil/LC_MESSAGES/transmission-gtk.mo
+share/locale/fo/LC_MESSAGES/transmission-gtk.mo
+share/locale/fr/LC_MESSAGES/transmission-gtk.mo
+share/locale/fr_CA/LC_MESSAGES/transmission-gtk.mo
+share/locale/ga/LC_MESSAGES/transmission-gtk.mo
+share/locale/gl/LC_MESSAGES/transmission-gtk.mo
+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/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
+share/locale/it/LC_MESSAGES/transmission-gtk.mo
+share/locale/ja/LC_MESSAGES/transmission-gtk.mo
+share/locale/jbo/LC_MESSAGES/transmission-gtk.mo
+share/locale/ka/LC_MESSAGES/transmission-gtk.mo
+share/locale/kk/LC_MESSAGES/transmission-gtk.mo
+share/locale/ko/LC_MESSAGES/transmission-gtk.mo
+share/locale/ku/LC_MESSAGES/transmission-gtk.mo
+share/locale/ky/LC_MESSAGES/transmission-gtk.mo
+share/locale/li/LC_MESSAGES/transmission-gtk.mo
+share/locale/lt/LC_MESSAGES/transmission-gtk.mo
+share/locale/lv/LC_MESSAGES/transmission-gtk.mo
+share/locale/mk/LC_MESSAGES/transmission-gtk.mo
+share/locale/ml/LC_MESSAGES/transmission-gtk.mo
+share/locale/mr/LC_MESSAGES/transmission-gtk.mo
+share/locale/ms/LC_MESSAGES/transmission-gtk.mo
+share/locale/mt/LC_MESSAGES/transmission-gtk.mo
+share/locale/my/LC_MESSAGES/transmission-gtk.mo
+share/locale/nb/LC_MESSAGES/transmission-gtk.mo
+share/locale/nds/LC_MESSAGES/transmission-gtk.mo
+share/locale/nl/LC_MESSAGES/transmission-gtk.mo
+share/locale/nn/LC_MESSAGES/transmission-gtk.mo
+share/locale/oc/LC_MESSAGES/transmission-gtk.mo
+share/locale/pa/LC_MESSAGES/transmission-gtk.mo
+share/locale/pl/LC_MESSAGES/transmission-gtk.mo
+share/locale/pt/LC_MESSAGES/transmission-gtk.mo
+share/locale/pt_BR/LC_MESSAGES/transmission-gtk.mo
+share/locale/pt_PT/LC_MESSAGES/transmission-gtk.mo
+share/locale/ro/LC_MESSAGES/transmission-gtk.mo
+share/locale/ru/LC_MESSAGES/transmission-gtk.mo
+share/locale/si/LC_MESSAGES/transmission-gtk.mo
+share/locale/sk/LC_MESSAGES/transmission-gtk.mo
+share/locale/sl/LC_MESSAGES/transmission-gtk.mo
+share/locale/sq/LC_MESSAGES/transmission-gtk.mo
+share/locale/sr/LC_MESSAGES/transmission-gtk.mo
+share/locale/sv/LC_MESSAGES/transmission-gtk.mo
+share/locale/sw/LC_MESSAGES/transmission-gtk.mo
+share/locale/ta/LC_MESSAGES/transmission-gtk.mo
+share/locale/te/LC_MESSAGES/transmission-gtk.mo
+share/locale/th/LC_MESSAGES/transmission-gtk.mo
+share/locale/tl/LC_MESSAGES/transmission-gtk.mo
+share/locale/tr/LC_MESSAGES/transmission-gtk.mo
+share/locale/ug/LC_MESSAGES/transmission-gtk.mo
+share/locale/uk/LC_MESSAGES/transmission-gtk.mo
+share/locale/ur/LC_MESSAGES/transmission-gtk.mo
+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_HK/LC_MESSAGES/transmission-gtk.mo
+share/locale/zh_TW/LC_MESSAGES/transmission-gtk.mo
Modified: head/net-p2p/transmission-qt/Makefile
==============================================================================
--- head/net-p2p/transmission-qt/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-qt/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -1,7 +1,6 @@
# $FreeBSD$
-PORTREVISION= 9
-PKGNAMESUFFIX= -qt5
+PKGNAMESUFFIX= -qt
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
@@ -10,7 +9,7 @@ USES= compiler:c++11-lang qt:5
NLS_USES= gettext-runtime:run qt:5
USE_QT= buildtools_build linguisttools_build qmake_build \
core dbus gui network widgets
-CMAKE_ON= USE_QT5
+CMAKE_ON= USE_QT
MASTERDIR= ${.CURDIR}/../transmission-cli
DESCR= ${.CURDIR}/pkg-descr
Modified: head/net-p2p/transmission-qt/pkg-plist
==============================================================================
--- head/net-p2p/transmission-qt/pkg-plist Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission-qt/pkg-plist Wed May 6 15:24:27 2020 (r534180)
@@ -4,22 +4,33 @@ share/applications/transmission-qt.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt
%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh
-%%NLS%%%%DATADIR%%/translations/transmission_de.qm
-%%NLS%%%%DATADIR%%/translations/transmission_en.qm
-%%NLS%%%%DATADIR%%/translations/transmission_es.qm
-%%NLS%%%%DATADIR%%/translations/transmission_eu.qm
-%%NLS%%%%DATADIR%%/translations/transmission_fr.qm
-%%NLS%%%%DATADIR%%/translations/transmission_hu.qm
-%%NLS%%%%DATADIR%%/translations/transmission_id.qm
-%%NLS%%%%DATADIR%%/translations/transmission_it_IT.qm
-%%NLS%%%%DATADIR%%/translations/transmission_kk.qm
-%%NLS%%%%DATADIR%%/translations/transmission_ko.qm
-%%NLS%%%%DATADIR%%/translations/transmission_lt.qm
-%%NLS%%%%DATADIR%%/translations/transmission_pl_PL.qm
-%%NLS%%%%DATADIR%%/translations/transmission_pt_BR.qm
-%%NLS%%%%DATADIR%%/translations/transmission_ru.qm
-%%NLS%%%%DATADIR%%/translations/transmission_uk.qm
-%%NLS%%%%DATADIR%%/translations/transmission_zh_CN.qm
+%%DATADIR%%/translations/transmission_af.qm
+%%DATADIR%%/translations/transmission_ca.qm
+%%DATADIR%%/translations/transmission_da.qm
+%%DATADIR%%/translations/transmission_de.qm
+%%DATADIR%%/translations/transmission_el.qm
+%%DATADIR%%/translations/transmission_en.qm
+%%DATADIR%%/translations/transmission_es.qm
+%%DATADIR%%/translations/transmission_eu.qm
+%%DATADIR%%/translations/transmission_fr.qm
+%%DATADIR%%/translations/transmission_hu.qm
+%%DATADIR%%/translations/transmission_id.qm
+%%DATADIR%%/translations/transmission_it_IT.qm
+%%DATADIR%%/translations/transmission_ka.qm
+%%DATADIR%%/translations/transmission_kk.qm
+%%DATADIR%%/translations/transmission_ko.qm
+%%DATADIR%%/translations/transmission_lt.qm
+%%DATADIR%%/translations/transmission_nb.qm
+%%DATADIR%%/translations/transmission_nl.qm
+%%DATADIR%%/translations/transmission_pl.qm
+%%DATADIR%%/translations/transmission_pt_BR.qm
+%%DATADIR%%/translations/transmission_pt_PT.qm
+%%DATADIR%%/translations/transmission_ru.qm
+%%DATADIR%%/translations/transmission_sl.qm
+%%DATADIR%%/translations/transmission_sv.qm
+%%DATADIR%%/translations/transmission_tr.qm
+%%DATADIR%%/translations/transmission_uk.qm
+%%DATADIR%%/translations/transmission_zh_CN.qm
Modified: head/net-p2p/transmission/Makefile
==============================================================================
--- head/net-p2p/transmission/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/net-p2p/transmission/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= transmission
-DISTVERSION= 2.94
-PORTREVISION= 4
+DISTVERSION= 3.00
CATEGORIES= net-p2p
MAINTAINER= rigoletto at FreeBSD.org
@@ -13,15 +12,14 @@ LICENSE_COMB= multi
USES= metaport
-OPTIONS_DEFINE= CLI DAEMON GTK WEB QT5
+OPTIONS_DEFINE= CLI DAEMON GTK WEB QT
+OPTIONS_DEFAULT= CLI GTK WEB
CLI_DESC= Command line version
DAEMON_DESC= Daemon version
GTK_DESC= GTK version
-QT5_DESC= Qt5 version
+QT_DESC= Qt version
WEB_DESC= Web client
-
-OPTIONS_DEFAULT= CLI DAEMON GTK WEB
CLI_RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli
DAEMON_RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon
Modified: head/www/transmission-web/Makefile
==============================================================================
--- head/www/transmission-web/Makefile Wed May 6 15:15:47 2020 (r534179)
+++ head/www/transmission-web/Makefile Wed May 6 15:24:27 2020 (r534180)
@@ -14,11 +14,4 @@ PLIST= ${NONEXISTENT}
SLAVEPORT= web
-#post-extract:
-# @${FIND} ${WRKSRC}/web \( -name '*.am' -o -name '*.in' \
- -o -name '*.scss' \) -delete
-
-#do-install:
-# ( cd ${WRKSRC} && ${COPYTREE_SHARE} web ${STAGEDIR}${DATADIR} )
-
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list