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 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: /cvsync/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 23:35:17 -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: /cvsync/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 23:38:06 -0000 @@ -94,15 +94,17 @@ 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 share/locale/el/LC_MESSAGES/terminator.mo -share/locale/en_AU/ -share/locale/en_AU/LC_MESSAGES/ share/locale/en_AU/LC_MESSAGES/terminator.mo share/locale/en_CA/LC_MESSAGES/terminator.mo share/locale/en_GB/LC_MESSAGES/terminator.mo @@ -159,6 +161,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
OK for me but you'll have to wait until I import x11/keybinder. ~Brian
