svn commit: r519882 - head/devel/p5-Net-DBus
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 12 13:44:38 UTC 2019
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list