On Sat, Jan 26, 2013 at 08:00:31PM -0500, Brian Callahan wrote:
> Hi ports --
> 
> I found a bump for x11/terminator posted to ports@ about 3 weeks ago
> with no response. Attached is a patch that will update terminator to
> 0.96. It is slightly different from the one posted three weeks ago,
> adding x11/keybinder as a RUN_DEPENDS (see my other email about
> this).
> 
> Tested OK on amd64 and powerpc.
> 
> Juan: I left you as MAINTAINER. Do you still want it?
> 
> OK?
> 
> ~Brian
> 

> ? terminator96.diff
> Index: Makefile
> ===================================================================
> RCS file: /cvs/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  27 Jan 2013 00:49:08 -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 <joc...@jkossen.nl>
> +MAINTAINER=          Juan Francisco Cantero Hurtado <i...@juanfra.info>
>  
>  # GPLv2
>  PERMIT_PACKAGE_CDROM=        Yes
> @@ -25,13 +24,14 @@ MODULES=          lang/python \
>  RUN_DEPENDS=         devel/vte,-python \
>                       devel/py-notify \
>                       devel/desktop-file-utils \
> -                     x11/gtk+2,-guic
> +                     x11/keybinder \

Change "x11/keybinder" to "x11/keybinder,-python".

The import fails with the former.

> +                     x11/py-gtk2
>  
>  NO_REGRESS=          Yes
>  
>  MODPY_SETUPTOOLS=    Yes
>  MODPY_SETUP=         setup.py --without-icon-cache
> -# --single-version-externally-managed option used by MODPY doesn't exist 
> (from audio/picard)
> +# --single-version-externally-managed option used by MODPY doesn't exist
>  MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR}
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/x11/terminator/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  23 May 2011 20:36:20 -0000      1.1.1.1
> +++ distinfo  27 Jan 2013 00:49:08 -0000
> @@ -1,5 +1,2 @@
> -MD5 (terminator-0.95.tar.gz) = zq5ciZxxucgOSAg8F6YxrQ==
> -RMD160 (terminator-0.95.tar.gz) = YJZFTJsnGD7/NCLWGgG0pNKHP2E=
> -SHA1 (terminator-0.95.tar.gz) = v3ZBVtax9RFqFSmLDWnyy+rQYLo=
> -SHA256 (terminator-0.95.tar.gz) = 
> BReHhbDs2qoUlJ/SP7v341XWWCvRG2vCmWkp8pK+HhM=
> -SIZE (terminator-0.95.tar.gz) = 222782
> +SHA256 (terminator-0.96.tar.gz) = 
> 1wjHg8NiM/yvvQE5qRRiR4rkD1z2lu9Kz8r1iRqEMgE=
> +SIZE (terminator-0.96.tar.gz) = 264226
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/x11/terminator/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 15 Jun 2012 08:30:24 -0000      1.3
> +++ pkg/PLIST 27 Jan 2013 00:49:08 -0000
> @@ -94,9 +94,13 @@ share/icons/hicolor/24x24/apps/terminato
>  share/icons/hicolor/32x32/apps/terminator.png
>  share/icons/hicolor/48x48/apps/terminator.png
>  share/icons/hicolor/scalable/apps/terminator.svg
> +share/locale/af/LC_MESSAGES/terminator.mo
>  share/locale/ar/LC_MESSAGES/terminator.mo
> +share/locale/ast/LC_MESSAGES/terminator.mo
>  share/locale/bg/LC_MESSAGES/terminator.mo
> +share/locale/bn/LC_MESSAGES/terminator.mo
>  share/locale/ca/LC_MESSAGES/terminator.mo
> +share/locale/ca@valencia/LC_MESSAGES/terminator.mo
>  share/locale/cs/LC_MESSAGES/terminator.mo
>  share/locale/da/LC_MESSAGES/terminator.mo
>  share/locale/de/LC_MESSAGES/terminator.mo
> @@ -159,6 +163,9 @@ share/locale/ta/LC_MESSAGES/terminator.m
>  share/locale/te/LC_MESSAGES/terminator.mo
>  share/locale/th/LC_MESSAGES/terminator.mo
>  share/locale/tr/LC_MESSAGES/terminator.mo
> +share/locale/tyv/
> +share/locale/tyv/LC_MESSAGES/
> +share/locale/tyv/LC_MESSAGES/terminator.mo
>  share/locale/uk/LC_MESSAGES/terminator.mo
>  share/locale/ur/LC_MESSAGES/terminator.mo
>  share/locale/zh_CN/LC_MESSAGES/terminator.mo

It works like a charm :)

-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to