From owner-svn-ports-all@freebsd.org Sun Nov 12 19:10:17 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 0FBE2C7A6BA; Sun, 12 Nov 2017 19:10:17 +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 5BAA6715F1; Sun, 12 Nov 2017 19:10:16 +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 vACJAFms076421; Sun, 12 Nov 2017 19:10:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACJAFrr076420; Sun, 12 Nov 2017 19:10:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711121910.vACJAFrr076420@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, 12 Nov 2017 19:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454068 - head/net/p5-MaxMind-DB-Common X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/p5-MaxMind-DB-Common X-SVN-Commit-Revision: 454068 X-SVN-Commit-Repository: ports 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.25 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, 12 Nov 2017 19:10:17 -0000 Author: sunpoet Date: Sun Nov 12 19:10:14 2017 New Revision: 454068 URL: https://svnweb.freebsd.org/changeset/ports/454068 Log: Remove Perl core modules - Bump PORTREVISION for dependency change Modified: head/net/p5-MaxMind-DB-Common/Makefile Modified: head/net/p5-MaxMind-DB-Common/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Common/Makefile Sun Nov 12 19:10:10 2017 (r454067) +++ head/net/p5-MaxMind-DB-Common/Makefile Sun Nov 12 19:10:14 2017 (r454068) @@ -3,6 +3,7 @@ PORTNAME= MaxMind-DB-Common PORTVERSION= 0.040001 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -19,7 +20,6 @@ BUILD_DEPENDS= p5-Data-Dumper-Concise>=0:devel/p5-Data p5-List-AllUtils>=0:devel/p5-List-AllUtils \ p5-Moo>=0:devel/p5-Moo \ p5-MooX-StrictConstructor>=0:devel/p5-MooX-StrictConstructor \ - p5-autodie>=0:devel/p5-autodie \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS}