ports/127518: [MAINTAINER] x11/terminator: update to 0.11

Thomas Hurst tom at hur.st
Sun Sep 21 11:50:02 UTC 2008


>Number:         127518
>Category:       ports
>Synopsis:       [MAINTAINER] x11/terminator: update to 0.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 21 11:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Hurst
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD voi.nightsdawn.sf 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Jul 13 21:32:30 BST 2008
>Description:
- Update to 0.11

Adds X session support, improved configuration error handling,
and various bugfixes, including compatibility fixes with Python 2.4.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- terminator-0.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/terminator/Makefile /usr/home/freaky/work/ports/x11/terminator/Makefile
--- /usr/ports/x11/terminator/Makefile	2008-08-30 13:14:08.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/Makefile	2008-09-21 12:34:16.000000000 +0100
@@ -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 @@
 
 .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 @@
 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 -ruN --exclude=CVS /usr/ports/x11/terminator/distinfo /usr/home/freaky/work/ports/x11/terminator/distinfo
--- /usr/ports/x11/terminator/distinfo	2008-08-30 13:14:08.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/distinfo	2008-09-21 12:28:23.000000000 +0100
@@ -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 -ruN --exclude=CVS /usr/ports/x11/terminator/pkg-plist /usr/home/freaky/work/ports/x11/terminator/pkg-plist
--- /usr/ports/x11/terminator/pkg-plist	2008-08-30 13:14:08.000000000 +0100
+++ /usr/home/freaky/work/ports/x11/terminator/pkg-plist	2008-09-21 12:28:02.000000000 +0100
@@ -68,6 +68,7 @@
 %%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
--- terminator-0.11.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list