From owner-svn-ports-all@freebsd.org Wed May 17 18:04:35 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 7280AD711DE; Wed, 17 May 2017 18:04:35 +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 3C4EAFF5; Wed, 17 May 2017 18:04:35 +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 v4HI4Yxb057346; Wed, 17 May 2017 18:04:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4HI4YKE057345; Wed, 17 May 2017 18:04:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705171804.v4HI4YKE057345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 17 May 2017 18:04:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441111 - head/mail/p5-Email-FolderType 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: Wed, 17 May 2017 18:04:35 -0000 Author: sunpoet Date: Wed May 17 18:04:34 2017 New Revision: 441111 URL: https://svnweb.freebsd.org/changeset/ports/441111 Log: Add LICENSE_FILE - Do not hardcode DISTNAME Modified: head/mail/p5-Email-FolderType/Makefile Modified: head/mail/p5-Email-FolderType/Makefile ============================================================================== --- head/mail/p5-Email-FolderType/Makefile Wed May 17 18:04:27 2017 (r441110) +++ head/mail/p5-Email-FolderType/Makefile Wed May 17 18:04:34 2017 (r441111) @@ -6,16 +6,17 @@ PORTVERSION= 0.8.14 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-0.814 +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Determine the type of a mail folder LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable -RUN_DEPENDS= p5-Module-Pluggable>0:devel/p5-Module-Pluggable +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny NO_ARCH= yes