diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2020-08-28 01:37:30 +0800 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2020-08-28 01:37:30 +0800 |
commit | 6592feeb695ff7cae63f1f5e3afcaf60b77ccf59 (patch) | |
tree | a6c1f8911279f3125da6ee6b7668ac703100b9a4 /deskutils | |
parent | 16602fb28dbcd916d0a02dddcc16379d650c84e6 (diff) | |
download | freebsd-ports-gnome-6592feeb695ff7cae63f1f5e3afcaf60b77ccf59.tar.gz freebsd-ports-gnome-6592feeb695ff7cae63f1f5e3afcaf60b77ccf59.tar.zst freebsd-ports-gnome-6592feeb695ff7cae63f1f5e3afcaf60b77ccf59.zip |
deskutils/treeline: Update to 3.1.3
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treeline/Makefile | 2 | ||||
-rw-r--r-- | deskutils/treeline/distinfo | 6 | ||||
-rw-r--r-- | deskutils/treeline/pkg-plist | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 69420d803515..4e851e6867ce 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= treeline -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} diff --git a/deskutils/treeline/distinfo b/deskutils/treeline/distinfo index dbef92c1e023..245919d0d256 100644 --- a/deskutils/treeline/distinfo +++ b/deskutils/treeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593751738 -SHA256 (treeline-3.1.2.tar.gz) = bfe4055562c20a9d71a244ca9e188c00010760d014ef8ab718e96036948df689 -SIZE (treeline-3.1.2.tar.gz) = 643123 +TIMESTAMP = 1598548985 +SHA256 (treeline-3.1.3.tar.gz) = 8a24262ea97991960fadaba5bfe1e465931baf42b9276496f855cf57aa044c22 +SIZE (treeline-3.1.3.tar.gz) = 691943 diff --git a/deskutils/treeline/pkg-plist b/deskutils/treeline/pkg-plist index 2a7d81f7f9ae..b076bb374dad 100644 --- a/deskutils/treeline/pkg-plist +++ b/deskutils/treeline/pkg-plist @@ -17,6 +17,8 @@ share/icons/hicolor/48x48/apps/treeline-icon.png share/icons/hicolor/scalable/apps/treeline-icon.svg %%DATADIR%%/__pycache__/breadcrumbview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%DATADIR%%/__pycache__/breadcrumbview.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/__pycache__/conditional.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%DATADIR%%/__pycache__/conditional.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/__pycache__/configdialog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -100,6 +102,7 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg %%DATADIR%%/__pycache__/urltools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%DATADIR%%/__pycache__/urltools.cpython-%%PYTHON_SUFFIX%%.pyc %%DATADIR%%/breadcrumbview.py +%%DATADIR%%/colorset.py %%DATADIR%%/conditional.py %%DATADIR%%/configdialog.py %%DATADIR%%/dataeditors.py @@ -184,6 +187,7 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg %%DATADIR%%/icons/toolbar/32x32/printpreviewzoomin.png %%DATADIR%%/icons/toolbar/32x32/printpreviewzoomout.png %%DATADIR%%/icons/toolbar/32x32/printpreviewzoomwidth.png +%%DATADIR%%/icons/toolbar/32x32/toolscolors.png %%DATADIR%%/icons/toolbar/32x32/toolsfiltercondition.png %%DATADIR%%/icons/toolbar/32x32/toolsfiltertext.png %%DATADIR%%/icons/toolbar/32x32/toolsfindcondition.png @@ -309,9 +313,11 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg %%DATADIR%%/titlelistview.py %%NLS%%%%DATADIR%%/translations/qt_de.qm %%NLS%%%%DATADIR%%/translations/qt_es.qm +%%NLS%%%%DATADIR%%/translations/qt_pt.qm %%NLS%%%%DATADIR%%/translations/qt_zh.qm %%NLS%%%%DATADIR%%/translations/treeline_de.qm %%NLS%%%%DATADIR%%/translations/treeline_es.qm +%%NLS%%%%DATADIR%%/translations/treeline_pt.qm %%NLS%%%%DATADIR%%/translations/treeline_zh.qm %%DATADIR%%/treeformats.py %%DATADIR%%/treeline.py |