Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 14:34:55 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482840 - head/deskutils/treeline
Message-ID:  <201810231434.w9NEYtNc062830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Oct 23 14:34:54 2018
New Revision: 482840
URL: https://svnweb.freebsd.org/changeset/ports/482840

Log:
  deskutils/treeline: Update to 3.0.2

Modified:
  head/deskutils/treeline/Makefile
  head/deskutils/treeline/distinfo
  head/deskutils/treeline/pkg-plist

Modified: head/deskutils/treeline/Makefile
==============================================================================
--- head/deskutils/treeline/Makefile	Tue Oct 23 14:16:15 2018	(r482839)
+++ head/deskutils/treeline/Makefile	Tue Oct 23 14:34:54 2018	(r482840)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	treeline
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	deskutils python
 MASTER_SITES=	https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
 		SF/${PORTNAME}/${PORTVERSION}
@@ -54,6 +54,7 @@ do-install:
 	(cd ${STAGEDIR}${PREFIX} && \
 		${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
 		-d ${DATADIR} -f ${DATADIR_REL})
+	(cd ${STAGEDIR}${DATADIR} && ${RM} *.bak *.orig *.pro *.spec)
 	(cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE)
 
 .include <bsd.port.mk>

Modified: head/deskutils/treeline/distinfo
==============================================================================
--- head/deskutils/treeline/distinfo	Tue Oct 23 14:16:15 2018	(r482839)
+++ head/deskutils/treeline/distinfo	Tue Oct 23 14:34:54 2018	(r482840)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538356284
-SHA256 (treeline-3.0.1.tar.gz) = 3a234e0032ff91e5b9442e242456f5d98bac149d18dbf3fd28914d2140286f22
-SIZE (treeline-3.0.1.tar.gz) = 557271
+TIMESTAMP = 1540302361
+SHA256 (treeline-3.0.2.tar.gz) = adbf94219d0ac4404c0269826583aef8e135aeade7d121dabcc68ff27ff5f47b
+SIZE (treeline-3.0.2.tar.gz) = 558512

Modified: head/deskutils/treeline/pkg-plist
==============================================================================
--- head/deskutils/treeline/pkg-plist	Tue Oct 23 14:16:15 2018	(r482839)
+++ head/deskutils/treeline/pkg-plist	Tue Oct 23 14:34:54 2018	(r482840)
@@ -310,7 +310,6 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg
 %%NLS%%%%DATADIR%%/translations/treeline_de.qm
 %%NLS%%%%DATADIR%%/translations/treeline_es.qm
 %%DATADIR%%/treeformats.py
-%%DATADIR%%/treeline.pro
 %%DATADIR%%/treeline.py
 %%DATADIR%%/treelocalcontrol.py
 %%DATADIR%%/treemaincontrol.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231434.w9NEYtNc062830>