Index: head/devel/d-feet/Makefile =================================================================== --- head/devel/d-feet/Makefile (revision 530495) +++ head/devel/d-feet/Makefile (revision 530496) @@ -1,31 +1,31 @@ # Created by: Thinker K.F. Li # $FreeBSD$ PORTNAME= d-feet PORTVERSION= 0.3.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= thinker@codemud.net -COMMENT= D-Bus python introspection debugger +COMMENT= D-Bus Python introspection debugger LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -NO_ARCH= yes USES= gettext gmake gnome perl5 pkgconfig python tar:xz -USE_GNOME= gtk30 pygobject3 intlhack introspection:build libxml2:build libwnck3 +USE_GNOME= gtk30 intlhack libwnck3 pygobject3 introspection:build \ + libxml2:build +GLIB_SCHEMAS= org.gnome.d-feet.gschema.xml +INSTALLS_ICONS= yes +USE_PERL5= build USE_PYTHON= py3kplist + GNU_CONFIGURE= yes -USE_PERL5= build -INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-tests -GLIB_SCHEMAS= org.gnome.d-feet.gschema.xml - -# testsuite needs bin/pep8 -CONFIGURE_ARGS+=--disable-tests +NO_ARCH= yes .include Index: head/devel/d-feet/pkg-descr =================================================================== --- head/devel/d-feet/pkg-descr (revision 530495) +++ head/devel/d-feet/pkg-descr (revision 530496) @@ -1,9 +1,11 @@ D-Feet is a D-Bus debugger written by John (J5) Palmieri. -Current Features - * View names on any bus - * View exported objects, interfaces, methods and signals - * View the full command line of services on the bus - * Execute methods with parameters on the bus and see their return values - * Show values of properties + +Current features: + +* View names on any bus +* View exported objects, interfaces, methods and signals +* View the full command line of services on the bus +* Execute methods with parameters on the bus and see their return values +* Show values of properties WWW: https://wiki.gnome.org/Apps/DFeet