svn commit: r405815 - in head/x11/tilda: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Jan 11 23:30:41 UTC 2016


Author: rodrigo
Date: Mon Jan 11 23:30:39 2016
New Revision: 405815
URL: https://svnweb.freebsd.org/changeset/ports/405815

Log:
  Update tilda to 1.3.1

Modified:
  head/x11/tilda/Makefile
  head/x11/tilda/distinfo
  head/x11/tilda/files/patch-tilda.c

Modified: head/x11/tilda/Makefile
==============================================================================
--- head/x11/tilda/Makefile	Mon Jan 11 23:27:56 2016	(r405814)
+++ head/x11/tilda/Makefile	Mon Jan 11 23:30:39 2016	(r405815)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tilda
-PORTVERSION=	1.2.4
+PORTVERSION=	1.3.1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	x11
 
@@ -10,8 +10,8 @@ COMMENT=	Drop down x11 terminal with tra
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/devel/libconfuse \
-		libvte2_90.so:${PORTSDIR}/x11-toolkits/vte290
+BUILD_DEPENDS=	vte3>=0:${PORTSDIR}/x11-toolkits/vte3
+LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/devel/libconfuse
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-rpath

Modified: head/x11/tilda/distinfo
==============================================================================
--- head/x11/tilda/distinfo	Mon Jan 11 23:27:56 2016	(r405814)
+++ head/x11/tilda/distinfo	Mon Jan 11 23:30:39 2016	(r405815)
@@ -1,2 +1,2 @@
-SHA256 (lanoxx-tilda-tilda-1.2.4_GH0.tar.gz) = 1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e
-SIZE (lanoxx-tilda-tilda-1.2.4_GH0.tar.gz) = 290233
+SHA256 (lanoxx-tilda-tilda-1.3.1_GH0.tar.gz) = 2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da
+SIZE (lanoxx-tilda-tilda-1.3.1_GH0.tar.gz) = 670916

Modified: head/x11/tilda/files/patch-tilda.c
==============================================================================
--- head/x11/tilda/files/patch-tilda.c	Mon Jan 11 23:27:56 2016	(r405814)
+++ head/x11/tilda/files/patch-tilda.c	Mon Jan 11 23:30:39 2016	(r405815)
@@ -1,5 +1,5 @@
---- src/tilda.c.orig	2014-10-28 11:26:57.000000000 +0000
-+++ src/tilda.c	2015-04-09 12:05:56.977831590 +0000
+--- src/tilda.c.orig	2015-12-16 12:11:58 UTC
++++ src/tilda.c
 @@ -12,6 +12,7 @@
   * You should have received a copy of the GNU Library General Public
   * License along with this library. If not, see <http://www.gnu.org/licenses/>.


More information about the svn-ports-head mailing list