svn commit: r439065 - head/x11-toolkits/vte3

Koop Mast kwm at FreeBSD.org
Fri Apr 21 13:41:09 UTC 2017


Author: kwm
Date: Fri Apr 21 13:41:08 2017
New Revision: 439065
URL: https://svnweb.freebsd.org/changeset/ports/439065

Log:
  Update vte3 to 0.48.2.
  
  * Change '?=' to '=' for BUILD_DEPENDS and USE_GNOME there is no slave port
    anymore.
  * Record missing dependancies.
  * Correct pkg-descr, this port is part of GNOME 3 not 2. Update WWW to
    page specific page, and remove the libzvt comment, it long gone.

Modified:
  head/x11-toolkits/vte3/Makefile
  head/x11-toolkits/vte3/distinfo
  head/x11-toolkits/vte3/pkg-descr
  head/x11-toolkits/vte3/pkg-plist

Modified: head/x11-toolkits/vte3/Makefile
==============================================================================
--- head/x11-toolkits/vte3/Makefile	Fri Apr 21 13:07:40 2017	(r439064)
+++ head/x11-toolkits/vte3/Makefile	Fri Apr 21 13:41:08 2017	(r439065)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vte
-PORTVERSION=	0.48.1
+PORTVERSION=	0.48.2
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
@@ -13,7 +13,7 @@ COMMENT=	Terminal widget with improved a
 
 LICENSE=	LGPL21
 
-BUILD_DEPENDS+= vapigen:lang/vala \
+BUILD_DEPENDS= vapigen:lang/vala \
 		bash:shells/bash \
 		gperf:devel/gperf
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
@@ -25,7 +25,8 @@ USES=		bison compiler:c++0x gettext gmak
 		pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME?=	gtk30 intltool referencehack introspection:build
+USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool referencehack 
+		introspection:build
 CONFIGURE_ARGS=	--enable-introspection \
 		--disable-static \
 		--disable-Bsymbolic

Modified: head/x11-toolkits/vte3/distinfo
==============================================================================
--- head/x11-toolkits/vte3/distinfo	Fri Apr 21 13:07:40 2017	(r439064)
+++ head/x11-toolkits/vte3/distinfo	Fri Apr 21 13:41:08 2017	(r439065)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491154703
-SHA256 (gnome3/vte-0.48.1.tar.xz) = d3b7d6a13e6b850f3ea1c35af2746ef78039493ed4bb87cb7a36f29b260861f6
-SIZE (gnome3/vte-0.48.1.tar.xz) = 1006380
+TIMESTAMP = 1492431071
+SHA256 (gnome3/vte-0.48.2.tar.xz) = c278b301edfe38b43baec1bccc86e225dacea5b670a96ca7ea55ca9a4b030690
+SIZE (gnome3/vte-0.48.2.tar.xz) = 1006772

Modified: head/x11-toolkits/vte3/pkg-descr
==============================================================================
--- head/x11-toolkits/vte3/pkg-descr	Fri Apr 21 13:07:40 2017	(r439064)
+++ head/x11-toolkits/vte3/pkg-descr	Fri Apr 21 13:41:08 2017	(r439065)
@@ -1,4 +1,4 @@
 Terminal widget with improved font, internationalisation and accessibility
-support for the GNOME 2 desktop.  Designed to replace libzvt.
+support for the GNOME 3 desktop.
 
-WWW: http://www.gnome.org/
+WWW: https://wiki.gnome.org/Apps/Terminal/VTE

Modified: head/x11-toolkits/vte3/pkg-plist
==============================================================================
--- head/x11-toolkits/vte3/pkg-plist	Fri Apr 21 13:07:40 2017	(r439064)
+++ head/x11-toolkits/vte3/pkg-plist	Fri Apr 21 13:41:08 2017	(r439065)
@@ -13,7 +13,7 @@ include/vte-%%VERSION%%/vte/vteversion.h
 lib/girepository-1.0/Vte-%%VERSION%%.typelib
 lib/libvte-%%VERSION%%.so
 lib/libvte-%%VERSION%%.so.0
-lib/libvte-%%VERSION%%.so.0.4800.1
+lib/libvte-%%VERSION%%.so.0.4800.2
 libdata/pkgconfig/vte-%%VERSION%%.pc
 share/gir-1.0/Vte-%%VERSION%%.gir
 share/gtk-doc/html/vte-%%VERSION%%/VteRegex.html


More information about the svn-ports-all mailing list