From owner-svn-ports-all@freebsd.org Sun Jun 18 05:52:05 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 0CF8FD89D62; Sun, 18 Jun 2017 05:52:05 +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 CF03B84E36; Sun, 18 Jun 2017 05:52:04 +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 v5I5q3YT073567; Sun, 18 Jun 2017 05:52:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5I5q33O073549; Sun, 18 Jun 2017 05:52:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706180552.v5I5q33O073549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jun 2017 05:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443813 - head/textproc/p5-RDF-Trine 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: Sun, 18 Jun 2017 05:52:05 -0000 Author: sunpoet Date: Sun Jun 18 05:52:03 2017 New Revision: 443813 URL: https://svnweb.freebsd.org/changeset/ports/443813 Log: Remove Perl core modules - Bump PORTREVISION for dependency change With hat: perl Modified: head/textproc/p5-RDF-Trine/Makefile Modified: head/textproc/p5-RDF-Trine/Makefile ============================================================================== --- head/textproc/p5-RDF-Trine/Makefile Sun Jun 18 05:51:58 2017 (r443812) +++ head/textproc/p5-RDF-Trine/Makefile Sun Jun 18 05:52:03 2017 (r443813) @@ -3,7 +3,7 @@ PORTNAME= RDF-Trine PORTVERSION= 1.015 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,18 +20,14 @@ BUILD_DEPENDS= p5-Algorithm-Combinatorics>=0:math/p5-A p5-DBI>=0:databases/p5-DBI \ p5-DBIx-Connector>=0:databases/p5-DBIx-Connector \ p5-Data-UUID>=0:devel/p5-Data-UUID \ - p5-Digest-MD5>=0:security/p5-Digest-MD5 \ - p5-Digest-SHA>=0:security/p5-Digest-SHA \ p5-Error>=0:lang/p5-Error \ p5-HTTP-Negotiate>=0:www/p5-HTTP-Negotiate \ p5-JSON>=2.0:converters/p5-JSON \ p5-List-MoreUtils>=0.413:lang/p5-List-MoreUtils \ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ - p5-Module-Load-Conditional>=0.38:devel/p5-Module-Load-Conditional \ p5-Moose>=0:devel/p5-Moose \ p5-MooseX-ArrayRef>=0:devel/p5-MooseX-ArrayRef \ p5-Set-Scalar>=0:devel/p5-Set-Scalar \ - p5-Storable>=0:devel/p5-Storable \ p5-Text-CSV>=0:textproc/p5-Text-CSV \ p5-Text-Table>=0:textproc/p5-Text-Table \ p5-URI>=1.30:net/p5-URI \