From owner-svn-ports-all@freebsd.org Wed Jun 21 18:53:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33717D96DC2; Wed, 21 Jun 2017 18:53:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0094D798E1; Wed, 21 Jun 2017 18:53:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LIrCel080094; Wed, 21 Jun 2017 18:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LIrCTj080093; Wed, 21 Jun 2017 18:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706211853.v5LIrCTj080093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Jun 2017 18:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444063 - head/dns/p5-Net-DRI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 18:53:13 -0000 Author: sunpoet Date: Wed Jun 21 18:53:11 2017 New Revision: 444063 URL: https://svnweb.freebsd.org/changeset/ports/444063 Log: Remove Perl core modules - Bump PORTREVISION for dependency change With hat: perl Modified: head/dns/p5-Net-DRI/Makefile Modified: head/dns/p5-Net-DRI/Makefile ============================================================================== --- head/dns/p5-Net-DRI/Makefile Wed Jun 21 18:53:06 2017 (r444062) +++ head/dns/p5-Net-DRI/Makefile Wed Jun 21 18:53:11 2017 (r444063) @@ -3,7 +3,7 @@ PORTNAME= Net-DRI PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,6 @@ RUN_DEPENDS= p5-DateTime>0:devel/p5-DateTime \ p5-DateTime-TimeZone>0:devel/p5-DateTime-TimeZone \ p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Class-Accessor-Chained>0:devel/p5-Class-Accessor-Chained \ - p5-Time-HiRes>0:devel/p5-Time-HiRes \ p5-Email-Valid>0:mail/p5-Email-Valid \ p5-IO-Socket-SSL>0.90:security/p5-IO-Socket-SSL \ p5-XML-LibXML>1.61:textproc/p5-XML-LibXML \ @@ -29,7 +28,6 @@ RUN_DEPENDS= p5-DateTime>0:devel/p5-DateTime \ p5-SOAP-Lite>0:net/p5-SOAP-Lite \ p5-SOAP-WSDL>0:devel/p5-SOAP-WSDL \ p5-libwww>0:www/p5-libwww \ - p5-Digest-MD5>0:security/p5-Digest-MD5 \ p5-Net-DNS>0:dns/p5-Net-DNS \ p5-MIME-Tools>0:mail/p5-MIME-Tools