From owner-svn-ports-head@freebsd.org Sat Feb 4 12:29:11 2017 Return-Path: Delivered-To: svn-ports-head@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 42B79CCD7D0; Sat, 4 Feb 2017 12:29:11 +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 0F68A1EEF; Sat, 4 Feb 2017 12:29:10 +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 v14CTAbO066321; Sat, 4 Feb 2017 12:29:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v14CTACs066320; Sat, 4 Feb 2017 12:29:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702041229.v14CTACs066320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Feb 2017 12:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433305 - head/www/p5-CIF-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 12:29:11 -0000 Author: sunpoet Date: Sat Feb 4 12:29:09 2017 New Revision: 433305 URL: https://svnweb.freebsd.org/changeset/ports/433305 Log: Remove Perl core modules - Bump PORTREVISION for dependency change With hat: perl Modified: head/www/p5-CIF-Client/Makefile Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Sat Feb 4 12:25:37 2017 (r433304) +++ head/www/p5-CIF-Client/Makefile Sat Feb 4 12:29:09 2017 (r433305) @@ -3,7 +3,7 @@ PORTNAME= CIF-Client PORTVERSION= 0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif @@ -19,8 +19,6 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:d p5-Compress-Raw-Zlib>=2.008:archivers/p5-Compress-Raw-Zlib \ p5-Config-Simple>=4.58:devel/p5-Config-Simple \ p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 \ - p5-Digest-MD5>=2.36:security/p5-Digest-MD5 \ - p5-ExtUtils-MakeMaker>=6.4:devel/p5-ExtUtils-MakeMaker \ p5-HTML-Table>=2.08:www/p5-HTML-Table \ p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \ p5-JSON>=2.07:converters/p5-JSON \