Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 14:39:27 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530496 - head/devel/d-feet
Message-ID:  <202004031439.033EdR7k023582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Fri Apr  3 14:39:27 2020
New Revision: 530496
URL: https://svnweb.freebsd.org/changeset/ports/530496

Log:
  Lint, sort & clean up
  
  Approved by:	portmgr blanket

Modified:
  head/devel/d-feet/Makefile
  head/devel/d-feet/pkg-descr

Modified: head/devel/d-feet/Makefile
==============================================================================
--- head/devel/d-feet/Makefile	Fri Apr  3 14:37:17 2020	(r530495)
+++ head/devel/d-feet/Makefile	Fri Apr  3 14:39:27 2020	(r530496)
@@ -3,29 +3,29 @@
 
 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 <bsd.port.mk>

Modified: head/devel/d-feet/pkg-descr
==============================================================================
--- head/devel/d-feet/pkg-descr	Fri Apr  3 14:37:17 2020	(r530495)
+++ head/devel/d-feet/pkg-descr	Fri Apr  3 14:39:27 2020	(r530496)
@@ -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



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