From owner-svn-ports-all@freebsd.org Sat Dec 31 22:04:04 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 14619C99550; Sat, 31 Dec 2016 22:04:04 +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 D7C3B11E7; Sat, 31 Dec 2016 22:04:03 +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 uBVM43q1020775; Sat, 31 Dec 2016 22:04:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVM43rw020774; Sat, 31 Dec 2016 22:04:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612312204.uBVM43rw020774@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, 31 Dec 2016 22:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430170 - head/devel/p5-Test-Version 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.23 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: Sat, 31 Dec 2016 22:04:04 -0000 Author: sunpoet Date: Sat Dec 31 22:04:02 2016 New Revision: 430170 URL: https://svnweb.freebsd.org/changeset/ports/430170 Log: Remove DISTNAME Modified: head/devel/p5-Test-Version/Makefile Modified: head/devel/p5-Test-Version/Makefile ============================================================================== --- head/devel/p5-Test-Version/Makefile Sat Dec 31 21:57:32 2016 (r430169) +++ head/devel/p5-Test-Version/Makefile Sat Dec 31 22:04:02 2016 (r430170) @@ -6,7 +6,6 @@ PORTVERSION= 2.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S|000$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check to see that version in modules are sane