From owner-svn-ports-all@freebsd.org Thu Aug 4 17:45:14 2016 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 7281DBAD5D3; Thu, 4 Aug 2016 17:45:14 +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 436D4132E; Thu, 4 Aug 2016 17:45:14 +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 u74HjDWk036123; Thu, 4 Aug 2016 17:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74HjDBE036122; Thu, 4 Aug 2016 17:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201608041745.u74HjDBE036122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Aug 2016 17:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419636 - head/net/p5-IO-Socket-IP 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.22 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: Thu, 04 Aug 2016 17:45:14 -0000 Author: sunpoet Date: Thu Aug 4 17:45:13 2016 New Revision: 419636 URL: https://svnweb.freebsd.org/changeset/ports/419636 Log: - Remove {BUILD,RUN}_DEPENDS: Socket 1.97+ is already in all supported Perl releases - Bump PORTREVISION for dependency change Notified by: adamw Modified: head/net/p5-IO-Socket-IP/Makefile Modified: head/net/p5-IO-Socket-IP/Makefile ============================================================================== --- head/net/p5-IO-Socket-IP/Makefile Thu Aug 4 17:44:14 2016 (r419635) +++ head/net/p5-IO-Socket-IP/Makefile Thu Aug 4 17:45:13 2016 (r419636) @@ -3,6 +3,7 @@ PORTNAME= IO-Socket-IP PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= net ipv6 perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,6 @@ COMMENT= Drop-in replacement for IO::Soc LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Socket>=1.97:net/p5-Socket -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod USE_PERL5= configure