diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 09:08:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 09:08:24 +0000 |
commit | b101e5de2e9f78ee297afe0c352f94f27f3368ea (patch) | |
tree | d08ef1dfe43cd83bd97008ec0ca0cd27d14cd1a2 /x11 | |
parent | 4f6907bb4e3868dc8da1bf59e390556668e28321 (diff) | |
download | ports-b101e5de2e9f78ee297afe0c352f94f27f3368ea.tar.gz ports-b101e5de2e9f78ee297afe0c352f94f27f3368ea.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 7 | ||||
-rw-r--r-- | x11/terminator/distinfo | 6 | ||||
-rw-r--r-- | x11/terminator/pkg-plist | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 13a9bff498ab..beaa7b409e22 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= terminator -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= x11 python MASTER_SITES= https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \ http://hur.st/mirror/terminator/ @@ -31,7 +31,7 @@ WANT_GNOME= yes .ifdef(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " -PYSETUP+= --without-gettext +PYSETUP+= --without-gettext --without-icon-cache .else USE_GETTEXT= yes PLIST_SUB+= NLS="" @@ -46,4 +46,7 @@ USE_GNOME+= pygtk2 MAN1= terminator.1 MAN5= terminator_config.5 +post-patch: + @${REINPLACE_CMD} -e 's/0\.10/0.11/' ${WRKSRC}/terminatorlib/version.py + .include <bsd.port.post.mk> diff --git a/x11/terminator/distinfo b/x11/terminator/distinfo index 0f0a7a5dd1b2..1887736bcfa3 100644 --- a/x11/terminator/distinfo +++ b/x11/terminator/distinfo @@ -1,3 +1,3 @@ -MD5 (terminator_0.10.tar.gz) = 523c8f253cdac7ec71f01a60aa20fb93 -SHA256 (terminator_0.10.tar.gz) = 8b9361364e5ebf7dc1ce3b2edd88975a7ce1a26d6a82903d54e081aa38103ffe -SIZE (terminator_0.10.tar.gz) = 91147 +MD5 (terminator_0.11.tar.gz) = cff08bbe8b600b99fa5256083bb7e167 +SHA256 (terminator_0.11.tar.gz) = 437aae715010a320506e82def881257433d660dc67648866e6ac5afa881c15a6 +SIZE (terminator_0.11.tar.gz) = 99988 diff --git a/x11/terminator/pkg-plist b/x11/terminator/pkg-plist index 4d320d246e40..81a4a010666d 100644 --- a/x11/terminator/pkg-plist +++ b/x11/terminator/pkg-plist @@ -68,6 +68,7 @@ share/icons/hicolor/48x48/apps/terminator.png %%NLS%%share/locale/ko/LC_MESSAGES/terminator.mo %%NLS%%share/locale/lt/LC_MESSAGES/terminator.mo %%NLS%%share/locale/lv/LC_MESSAGES/terminator.mo +%%NLS%%share/locale/mk/LC_MESSAGES/terminator.mo %%NLS%%share/locale/mr/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ms/LC_MESSAGES/terminator.mo %%NLS%%share/locale/nb/LC_MESSAGES/terminator.mo |