svn commit: r369115 - head/deskutils/treeline

Pawel Pekala pawel at FreeBSD.org
Tue Sep 23 19:37:35 UTC 2014


Author: pawel
Date: Tue Sep 23 19:37:34 2014
New Revision: 369115
URL: http://svnweb.freebsd.org/changeset/ports/369115
QAT: https://qat.redports.org/buildarchive/r369115/

Log:
  - Convert to USES=python
  - Simplify pkg-plist

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

Modified: head/deskutils/treeline/Makefile
==============================================================================
--- head/deskutils/treeline/Makefile	Tue Sep 23 19:13:02 2014	(r369114)
+++ head/deskutils/treeline/Makefile	Tue Sep 23 19:37:34 2014	(r369115)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qt4-
 
 WRKSRC=		${WRKDIR}/TreeLine
 USE_QT4=	# empty
-USE_PYTHON=	2
+USES=		python:2
 NO_BUILD=	yes
 
 DESKTOP_ENTRIES=	"TreeLine" "" "${DATADIR}/icons/tree/treeline.png" \

Modified: head/deskutils/treeline/pkg-plist
==============================================================================
--- head/deskutils/treeline/pkg-plist	Tue Sep 23 19:13:02 2014	(r369114)
+++ head/deskutils/treeline/pkg-plist	Tue Sep 23 19:37:34 2014	(r369115)
@@ -231,12 +231,3 @@ lib/treeline/undo.pyc
 %%PORTDOCS%%%%DOCSDIR%%/sample_intern_links.trl
 %%PORTDOCS%%%%DOCSDIR%%/sample_other_fields.trl
 %%PORTDOCS%%%%DOCSDIR%%/sample_table_booklist.trl
- at dirrm %%DATADIR%%/icons/toolbar/32x32
- at dirrm %%DATADIR%%/icons/toolbar
- at dirrm %%DATADIR%%/icons/tree
- at dirrm %%DATADIR%%/icons
- at dirrm %%DATADIR%%/templates
- at dirrm %%DATADIR%%
- at dirrm lib/treeline/plugins
- at dirrm lib/treeline
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list