Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 19:53:52 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375483 - in head/x11-toolkits/termit: . files
Message-ID:  <201412241953.sBOJrqit015667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Dec 24 19:53:51 2014
New Revision: 375483
URL: https://svnweb.freebsd.org/changeset/ports/375483
QAT: https://qat.redports.org/buildarchive/r375483/

Log:
  Update to version 2.10.1
  
  Changelog:
  
  Fixed error with conflicting libvte/Gtk versions
  Fixed ebuild (by Ilya Mochalov).
  Suppress "invalid option" for -e.
  Fixed missing link to math library (by Thomas Koch)
  Miminum required version for Gtk-2 changed to 2.24.
  Miminum required version for libvte changed to 0.28.
  Rebuild po-files due to source changes.

Deleted:
  head/x11-toolkits/termit/files/
Modified:
  head/x11-toolkits/termit/Makefile
  head/x11-toolkits/termit/distinfo

Modified: head/x11-toolkits/termit/Makefile
==============================================================================
--- head/x11-toolkits/termit/Makefile	Wed Dec 24 19:44:03 2014	(r375482)
+++ head/x11-toolkits/termit/Makefile	Wed Dec 24 19:53:51 2014	(r375483)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	termit
-PORTVERSION=	2.10.0
+PORTVERSION=	2.10.1
 CATEGORIES=	x11-toolkits gnome
 
 MAINTAINER=	pawel@FreeBSD.org
@@ -12,7 +12,8 @@ LICENSE=	GPLv2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	nonstop
-GH_COMMIT=	7d6e712
+GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
+GH_COMMIT=	9f035e6
 
 USES=		cmake lua pkgconfig tar:bzip2
 USE_GNOME=	gdkpixbuf2 vte

Modified: head/x11-toolkits/termit/distinfo
==============================================================================
--- head/x11-toolkits/termit/distinfo	Wed Dec 24 19:44:03 2014	(r375482)
+++ head/x11-toolkits/termit/distinfo	Wed Dec 24 19:53:51 2014	(r375483)
@@ -1,2 +1,2 @@
-SHA256 (termit-2.10.0.tar.bz2) = 0c2bbf7e389c9984b6e207646f86788d757acfc37391525ba2c7e57e92f63ad9
-SIZE (termit-2.10.0.tar.bz2) = 56408
+SHA256 (termit-2.10.1.tar.bz2) = 5debb18246f446b6210ef859b919e7ff2e360443fb6bd20d36a97a35ad1704b4
+SIZE (termit-2.10.1.tar.bz2) = 56498



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241953.sBOJrqit015667>