Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 13:44:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519882 - head/devel/p5-Net-DBus
Message-ID:  <201912121344.xBCDicPe091905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 12 13:44:38 2019
New Revision: 519882
URL: https://svnweb.freebsd.org/changeset/ports/519882

Log:
  Fix and sort *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/devel/p5-Net-DBus/Makefile

Modified: head/devel/p5-Net-DBus/Makefile
==============================================================================
--- head/devel/p5-Net-DBus/Makefile	Thu Dec 12 13:44:32 2019	(r519881)
+++ head/devel/p5-Net-DBus/Makefile	Thu Dec 12 13:44:38 2019	(r519882)
@@ -3,21 +3,20 @@
 
 PORTNAME=	Net-DBus
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Perl extension for the DBus message system
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-XML-Grove>=0:textproc/p5-XML-Grove \
-		p5-XML-Twig>=0:textproc/p5-XML-Twig
 LIB_DEPENDS=	libdbus-1.so:devel/dbus
+RUN_DEPENDS=	p5-XML-Twig>=0:textproc/p5-XML-Twig
 
 USES=		perl5 pkgconfig
 USE_PERL5=	configure



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