Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 21:44:36 GMT
From:      Barbara Guida <bar@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175246: deskutils/vboxgtk: update to version 0.8.2
Message-ID:  <201301122144.r0CLia13012735@red.freebsd.org>
Resent-Message-ID: <201301122150.r0CLo0pm053587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175246
>Category:       ports
>Synopsis:       deskutils/vboxgtk: update to version 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 21:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Barbara Guida
>Release:        RELENG_9
>Organization:
>Environment:
FreeBSD satanasso.local.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r244914: Tue Jan  1 00:08:00 CET 2013     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
Update VBoxGtk to 0.8.2.
x11-toolkits/gtk30 is now required.

With this PR, ports/163761 can be closed.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 06:55:31.000000000 +0100
+++ Makefile	2013-01-12 07:24:07.000000000 +0100
@@ -1,27 +1,26 @@
-# New ports collection makefile for:	vboxgtk
-# Date created:				13 June 2009
-# Whom:					Alexander Logvinov <avl@FreeBSD.org>
-#
-# $FreeBSD: ports/deskutils/vboxgtk/Makefile,v 1.15 2012/11/17 05:55:31 svnexp Exp $
-#
+# Created by: Alexander Logvinov <avl@FreeBSD.org>
+# $FreeBSD$
 
 PORTNAME=	vboxgtk
-PORTVERSION=	0.7.0
-PORTREVISION=	2
+PORTVERSION=	0.8.2
 CATEGORIES=	deskutils emulators gnome
-MASTER_SITES=	SF
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	avl@FreeBSD.org
 COMMENT=	GTK frontend for VirtualBox
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:${PORTSDIR}/emulators/virtualbox-ose-legacy
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:${PORTSDIR}/emulators/virtualbox-ose
 
 USE_PYTHON=	yes
-USE_GNOME=	pygtk2
+USE_GNOME=	gtk30 pygtk2
 USE_PYDISTUTILS=	yes
 INSTALLS_ICONS=	yes
 
-.if !defined(WITHOUT_NLS)
+OPTIONS_DEFINE=	NLS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_SUB+=	NLS=""
 .else
@@ -29,7 +28,7 @@
 .endif
 
 post-patch:
-.if defined(WITHOUT_NLS)
+.if ! ${PORT_OPTIONS:MNLS}
 	@${REINPLACE_CMD} -e '/self.add_mo_files/d' \
 		-e '/os.system("intltool/d' ${WRKSRC}/setup.py
 .endif
--- distinfo.orig	2012-01-02 00:56:48.000000000 +0100
+++ distinfo	2013-01-01 08:08:39.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (vboxgtk-0.7.0.tar.gz) = 19294561ae9f67a3e7a22a35158f88fc7ae0f4c652f64d6076401a902c3afd59
-SIZE (vboxgtk-0.7.0.tar.gz) = 41867
+SHA256 (vboxgtk-0.8.2.tar.gz) = 317d7b55cc0c98bf3c1fe294a8fc62668709ae14f12b3bf3b32d5fa33451fe95
+SIZE (vboxgtk-0.8.2.tar.gz) = 43717


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



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