From owner-svn-ports-head@freebsd.org Mon May 8 12:44:15 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 2A4BCD5F9BB; Mon, 8 May 2017 12:44:15 +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 E61C61CA3; Mon, 8 May 2017 12:44: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 v48CiD8q031498; Mon, 8 May 2017 12:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v48CiDsU031496; Mon, 8 May 2017 12:44:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705081244.v48CiDsU031496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 May 2017 12:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440424 - head/net/p5-Net-Frame-Simple 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: Mon, 08 May 2017 12:44:15 -0000 Author: sunpoet Date: Mon May 8 12:44:13 2017 New Revision: 440424 URL: https://svnweb.freebsd.org/changeset/ports/440424 Log: Update to 1.08 - Add LICENSE_FILE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Net-Frame-Simple/Changes Modified: head/net/p5-Net-Frame-Simple/Makefile head/net/p5-Net-Frame-Simple/distinfo Modified: head/net/p5-Net-Frame-Simple/Makefile ============================================================================== --- head/net/p5-Net-Frame-Simple/Makefile Mon May 8 12:44:08 2017 (r440423) +++ head/net/p5-Net-Frame-Simple/Makefile Mon May 8 12:44:13 2017 (r440424) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Simple -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +10,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Base framework for frame crafting LICENSE= ART10 +LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic -BUILD_DEPENDS= p5-Net-Frame>=1.16:net/p5-Net-Frame \ - p5-Class-Gomor>=1.03:devel/p5-Class-Gomor +BUILD_DEPENDS= p5-Class-Gomor>=1.03:devel/p5-Class-Gomor \ + p5-Net-Frame>=1.16:net/p5-Net-Frame RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/net/p5-Net-Frame-Simple/distinfo ============================================================================== --- head/net/p5-Net-Frame-Simple/distinfo Mon May 8 12:44:08 2017 (r440423) +++ head/net/p5-Net-Frame-Simple/distinfo Mon May 8 12:44:13 2017 (r440424) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476561188 -SHA256 (Net-Frame-Simple-1.07.tar.gz) = 4ea46c0d9cb4a2dace4d3d022cb1c3e80dc9d645ae38c124ee485cfdc828814e -SIZE (Net-Frame-Simple-1.07.tar.gz) = 10944 +TIMESTAMP = 1494215618 +SHA256 (Net-Frame-Simple-1.08.tar.gz) = c5e457e8267ff2a3b9a49d573ce4d645c54141ff9b1f64e034a4e111ceb44821 +SIZE (Net-Frame-Simple-1.08.tar.gz) = 11012