svn commit: r375483 - in head/x11-toolkits/termit: . files
Pawel Pekala
pawel at FreeBSD.org
Wed Dec 24 19:53:53 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list