svn commit: r309941 - head/x11/terminator

Pawel Pekala pawel at FreeBSD.org
Fri Jan 4 21:48:22 UTC 2013


Author: pawel
Date: Fri Jan  4 21:48:21 2013
New Revision: 309941
URL: http://svnweb.freebsd.org/changeset/ports/309941

Log:
  - Add missing run deps
  - tab -> space WWW: line in pkg-descr
  
  PR:		ports/174512
  Submitted by:	myself
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/x11/terminator/Makefile
  head/x11/terminator/pkg-descr

Modified: head/x11/terminator/Makefile
==============================================================================
--- head/x11/terminator/Makefile	Fri Jan  4 21:06:25 2013	(r309940)
+++ head/x11/terminator/Makefile	Fri Jan  4 21:48:21 2013	(r309941)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	terminator
-# Date created:		2008-03-14
-# Whom:			Thomas Hurst <tom at hur.st>
-#
+# Created by: Thomas Hurst <tom at hur.st>
 # $FreeBSD$
-#
 
 PORTNAME=	terminator
 PORTVERSION=	0.96
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 python
 MASTER_SITES=	http://launchpadlibrarian.net/80778747/ \
 		http://hur.st/mirror/terminator/
@@ -17,6 +13,10 @@ COMMENT=	Multiple GNOME terminals in one
 
 LICENSE=	GPLv2
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify \
+		${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:${PORTSDIR}/x11/keybinder \
+		${PYTHON_PKGNAMEPREFIX}vte>=0:${PORTSDIR}/x11-toolkits/py-vte
+
 OPTIONS_DEFINE=	NLS GCONF
 GCONF_DESC=	Use GNOME Terminal settings
 OPTIONS_DEFAULT=	NLS GCONF
@@ -40,7 +40,6 @@ USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .endif
 
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
 .if ${PORT_OPTIONS:MGCONF}
 USE_GNOME+=	pygnome2
 .endif

Modified: head/x11/terminator/pkg-descr
==============================================================================
--- head/x11/terminator/pkg-descr	Fri Jan  4 21:06:25 2013	(r309940)
+++ head/x11/terminator/pkg-descr	Fri Jan  4 21:48:21 2013	(r309941)
@@ -2,4 +2,4 @@ Terminator is a Python terminal program,
 gnome-terminal to provide a tiled set of terminals in as little
 space as possible.
 
-WWW:	http://www.tenshu.net/p/terminator.html
+WWW: http://www.tenshu.net/p/terminator.html


More information about the svn-ports-all mailing list