Bug 175246 - deskutils/vboxgtk: update to version 0.8.2
Summary: deskutils/vboxgtk: update to version 0.8.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-12 21:50 UTC by Barbara Guida
Modified: 2013-01-27 11:14 UTC (History)
0 users

See Also:


Attachments
file.diff (1.66 KB, patch)
2013-01-12 21:50 UTC, Barbara Guida
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara Guida freebsd_committer freebsd_triage 2013-01-12 21:50:00 UTC
Update VBoxGtk to 0.8.2.
x11-toolkits/gtk30 is now required.

With this PR, ports/163761 can be closed.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-12 21:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-27 11:09:09 UTC
Author: bar
Date: Sun Jan 27 11:08:55 2013
New Revision: 311054
URL: http://svnweb.freebsd.org/changeset/ports/311054

Log:
  - Update to version 0.8.2
  - Convert to OptionsNG
  - Trim Makefile headers
  
  PR:		ports/163761
  PR:		ports/175246
  Approved by:	flo (mentor), (maintainer timeout)

Modified:
  head/deskutils/vboxgtk/Makefile
  head/deskutils/vboxgtk/distinfo

Modified: head/deskutils/vboxgtk/Makefile
==============================================================================
--- head/deskutils/vboxgtk/Makefile	Sun Jan 27 10:05:18 2013	(r311053)
+++ head/deskutils/vboxgtk/Makefile	Sun Jan 27 11:08:55 2013	(r311054)
@@ -1,27 +1,26 @@
-# New ports collection makefile for:	vboxgtk
-# Date created:				13 June 2009
-# Whom:					Alexander Logvinov <avl@FreeBSD.org>
-#
+# 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 @@ PLIST_SUB+=	NLS="@comment "
 .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

Modified: head/deskutils/vboxgtk/distinfo
==============================================================================
--- head/deskutils/vboxgtk/distinfo	Sun Jan 27 10:05:18 2013	(r311053)
+++ head/deskutils/vboxgtk/distinfo	Sun Jan 27 11:08:55 2013	(r311054)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Barbara Guida freebsd_committer freebsd_triage 2013-01-27 11:14:44 UTC
State Changed
From-To: open->closed

Approved by maintainer timeout.