Bug 185707 - devel/bzr-gtk: Fix pkg-plist
Summary: devel/bzr-gtk: Fix pkg-plist
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 18:40 UTC by tkato432
Modified: 2014-01-20 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.99 KB, patch)
2014-01-12 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-01-12 18:40:07 UTC
- Fix pkg-plist
- Support desktop-files-utils USES macro
- Support shebangfix USES macro
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-20 19:24:50 UTC
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>
_______________________________________________
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 2 Antoine Brodin freebsd_committer freebsd_triage 2014-01-20 19:25:01 UTC
State Changed
From-To: open->closed

Fixed, thanks!