On Sun, Jan 27, 2013 at 08:30:52PM -0500, Brian Callahan wrote:
> On 1/27/2013 8:14 PM, Juan Francisco Cantero Hurtado wrote:
> >New diff without both deps.
> >
> >Index: Makefile
> >===================================================================
> >RCS file: /cvsync/ports/x11/terminator/Makefile,v
> >retrieving revision 1.7
> >diff -u -p -r1.7 Makefile
> >--- Makefile 15 Jun 2012 08:30:24 -0000 1.7
> >+++ Makefile 28 Jan 2013 01:11:17 -0000
> >@@ -2,15 +2,14 @@
> >
> > COMMENT= GTK2 terminal emulator with split-window and tabs
> > support
> >
> >-MODPY_EGG_VERSION= 0.95
> >+MODPY_EGG_VERSION= 0.96
> > DISTNAME= terminator-${MODPY_EGG_VERSION}
> >-REVISION= 5
> >
> > CATEGORIES= x11
> >
> > HOMEPAGE= http://www.tenshu.net/terminator/
> >
> >-MAINTAINER= Jochem Kossen <[email protected]>
> >+MAINTAINER= Juan Francisco Cantero Hurtado <[email protected]>
> >
> > # GPLv2
> > PERMIT_PACKAGE_CDROM= Yes
> >@@ -25,13 +24,13 @@ MODULES= lang/python \
> > RUN_DEPENDS= devel/vte,-python \
> > devel/py-notify \
> > devel/desktop-file-utils \
> >- x11/gtk+2,-guic
> >+ x11/keybinder,-python
Why removing x11/gtk+2,-guic ? It's usual to keep it as an explicit
run_depends for the @exec/@unexec lines, even if it's provided by
another run_depends.
Landry