From owner-svn-ports-head@FreeBSD.ORG Thu May 21 12:41:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C067BE6; Thu, 21 May 2015 12:41:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 79DD9171D; Thu, 21 May 2015 12:41:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LCfZZU077044; Thu, 21 May 2015 12:41:35 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LCfZwB077038; Thu, 21 May 2015 12:41:35 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201505211241.t4LCfZwB077038@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 21 May 2015 12:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386928 - head/devel/p5-Test-Compile 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.20 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: Thu, 21 May 2015 12:41:35 -0000 Author: culot Date: Thu May 21 12:41:34 2015 New Revision: 386928 URL: https://svnweb.freebsd.org/changeset/ports/386928 Log: - Update to v1.2.1 Changes: http://search.cpan.org/dist/Test-Compile/Changes Modified: head/devel/p5-Test-Compile/Makefile head/devel/p5-Test-Compile/distinfo Modified: head/devel/p5-Test-Compile/Makefile ============================================================================== --- head/devel/p5-Test-Compile/Makefile Thu May 21 11:40:42 2015 (r386927) +++ head/devel/p5-Test-Compile/Makefile Thu May 21 12:41:34 2015 (r386928) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Test-Compile -PORTVERSION= 0.24 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= culot@FreeBSD.org COMMENT= Check whether Perl module files compile correctly Modified: head/devel/p5-Test-Compile/distinfo ============================================================================== --- head/devel/p5-Test-Compile/distinfo Thu May 21 11:40:42 2015 (r386927) +++ head/devel/p5-Test-Compile/distinfo Thu May 21 12:41:34 2015 (r386928) @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-0.24.tar.gz) = 3e1b51c1568a73d7b57061fde6d47a3edfa89048ea16fe10e6a20c855f4a40d0 -SIZE (Test-Compile-0.24.tar.gz) = 13567 +SHA256 (Test-Compile-v1.2.1.tar.gz) = f9cfe1ebb3ef886025d6e017f9e67d1541d430c549fd2f7acebaa200ce949b13 +SIZE (Test-Compile-v1.2.1.tar.gz) = 15104