Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 19:24:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340452 - head/devel/bzr-gtk
Message-ID:  <201401201924.s0KJOh6u032292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan 20 19:24:43 2014
New Revision: 340452
URL: http://svnweb.freebsd.org/changeset/ports/340452
QAT: https://qat.redports.org/buildarchive/r340452/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/185707

Deleted:
  head/devel/bzr-gtk/pkg-plist
Modified:
  head/devel/bzr-gtk/Makefile

Modified: head/devel/bzr-gtk/Makefile
==============================================================================
--- head/devel/bzr-gtk/Makefile	Mon Jan 20 19:08:58 2014	(r340451)
+++ head/devel/bzr-gtk/Makefile	Mon Jan 20 19:24:43 2014	(r340452)
@@ -11,25 +11,23 @@ MASTER_SITES=	http://launchpadlibrarian.
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK interface to Bazaar-NG VCS
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
 RUN_DEPENDS=	bzr:${PORTSDIR}/devel/bzr \
-		${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo
+		${PYTHON_PKGNAMEPREFIX}cairo>=0:${PORTSDIR}/graphics/py-cairo
 
-LICENSE=	GPLv2
 
+USES=		desktop-file-utils
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	GTKSOURCE
 GTKSOURCE_DESC=	GTKSourceview support
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGTKSOURCE}
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop
-.endif
+GTKSOURCE_USE=	GNOME=pygnomedesktop
 
 .include <bsd.port.mk>



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