diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-27 09:04:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-27 09:04:01 +0000 |
commit | 38705f66517cb7feccf9475cb70b2167dcc5f854 (patch) | |
tree | c1bd4e3459d7d97d6bcb2b9826932c38e524f18d /x11 | |
parent | 7250b71e7f395cce174527cb4a31be845d7f6798 (diff) | |
download | ports-38705f66517cb7feccf9475cb70b2167dcc5f854.tar.gz ports-38705f66517cb7feccf9475cb70b2167dcc5f854.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 6 | ||||
-rw-r--r-- | x11/terminator/distinfo | 6 | ||||
-rw-r--r-- | x11/terminator/pkg-plist | 12 |
3 files changed, 15 insertions, 9 deletions
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 21013d7d151a..3ae96e6d87be 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -6,10 +6,10 @@ # PORTNAME= terminator -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTVERSION= 0.13 CATEGORIES= x11 python MASTER_SITES= https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \ + https://launchpadlibrarian.net/28258738/ \ http://hur.st/mirror/terminator/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,7 +19,7 @@ COMMENT= Multiple GNOME terminals in one window OPTIONS= NLS "Native language support" on \ GCONF "Use GNOME Terminal settings" on -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTVERSION} USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Terminator diff --git a/x11/terminator/distinfo b/x11/terminator/distinfo index c0c4aebb7114..02c422395a0c 100644 --- a/x11/terminator/distinfo +++ b/x11/terminator/distinfo @@ -1,3 +1,3 @@ -MD5 (terminator_0.12.tar.gz) = 259b2b1f88de822644e4d57abf857cb7 -SHA256 (terminator_0.12.tar.gz) = 7bc0048ef5bbd8202688f51712ee87ac5c52291221ca33558b256a11a87618fd -SIZE (terminator_0.12.tar.gz) = 118744 +MD5 (terminator_0.13.tar.gz) = 808e48d2b69f3366fb6ea14312ea403e +SHA256 (terminator_0.13.tar.gz) = 5f8e8ec8ba1add72fd71974fa85c66bba1b0ee671771fe7b8aa636d7e574cd9e +SIZE (terminator_0.13.tar.gz) = 2253315 diff --git a/x11/terminator/pkg-plist b/x11/terminator/pkg-plist index 3ec9c846b379..80464cca2be3 100644 --- a/x11/terminator/pkg-plist +++ b/x11/terminator/pkg-plist @@ -29,9 +29,9 @@ bin/terminator %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.py %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyc %%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyo -%%PYTHON_SITELIBDIR%%/terminatorlib/tests.py -%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyc -%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyo +%%PYTHON_SITELIBDIR%%/terminatorlib/translation.py +%%PYTHON_SITELIBDIR%%/terminatorlib/translation.pyc +%%PYTHON_SITELIBDIR%%/terminatorlib/translation.pyo %%PYTHON_SITELIBDIR%%/terminatorlib/version.py %%PYTHON_SITELIBDIR%%/terminatorlib/version.pyc %%PYTHON_SITELIBDIR%%/terminatorlib/version.pyo @@ -63,12 +63,14 @@ share/icons/hicolor/48x48/apps/terminator.png %%NLS%%share/locale/fr/LC_MESSAGES/terminator.mo %%NLS%%share/locale/fy/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ga/LC_MESSAGES/terminator.mo +%%NLS%%share/locale/gl/LC_MESSAGES/terminator.mo %%NLS%%share/locale/he/LC_MESSAGES/terminator.mo %%NLS%%share/locale/hi/LC_MESSAGES/terminator.mo %%NLS%%share/locale/hu/LC_MESSAGES/terminator.mo %%NLS%%share/locale/id/LC_MESSAGES/terminator.mo %%NLS%%share/locale/it/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ja/LC_MESSAGES/terminator.mo +%%NLS%%share/locale/jv/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ko/LC_MESSAGES/terminator.mo %%NLS%%share/locale/lt/LC_MESSAGES/terminator.mo %%NLS%%share/locale/lv/LC_MESSAGES/terminator.mo @@ -83,7 +85,9 @@ share/icons/hicolor/48x48/apps/terminator.png %%NLS%%share/locale/pt_BR/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ro/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ru/LC_MESSAGES/terminator.mo +%%NLS%%share/locale/si/LC_MESSAGES/terminator.mo %%NLS%%share/locale/sk/LC_MESSAGES/terminator.mo +%%NLS%%share/locale/sr/LC_MESSAGES/terminator.mo %%NLS%%share/locale/sq/LC_MESSAGES/terminator.mo %%NLS%%share/locale/sv/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ta/LC_MESSAGES/terminator.mo @@ -95,4 +99,6 @@ share/icons/hicolor/48x48/apps/terminator.png %%NLS%%share/locale/zh_TW/LC_MESSAGES/terminator.mo %%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fy +%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/jv @dirrm %%PYTHON_SITELIBDIR%%/terminatorlib |