From owner-svn-ports-head@freebsd.org Sun Nov 15 03:02:08 2015 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 65F4BA2894B; Sun, 15 Nov 2015 03:02:08 +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 30A3B1981; Sun, 15 Nov 2015 03:02:08 +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 tAF3279I059710; Sun, 15 Nov 2015 03:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAF327Rf059708; Sun, 15 Nov 2015 03:02:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511150302.tAF327Rf059708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2015 03:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401645 - head/mail/p5-Mail-SPF 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: Sun, 15 Nov 2015 03:02:08 -0000 Author: sunpoet Date: Sun Nov 15 03:02:06 2015 New Revision: 401645 URL: https://svnweb.freebsd.org/changeset/ports/401645 Log: - Add LICENSE_FILE - Sort PLIST Modified: head/mail/p5-Mail-SPF/Makefile head/mail/p5-Mail-SPF/pkg-plist Modified: head/mail/p5-Mail-SPF/Makefile ============================================================================== --- head/mail/p5-Mail-SPF/Makefile Sun Nov 15 03:02:03 2015 (r401644) +++ head/mail/p5-Mail-SPF/Makefile Sun Nov 15 03:02:06 2015 (r401645) @@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-oriented implementation of Sender Policy Framework LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Net-DNS>=0.62:${PORTSDIR}/dns/p5-Net-DNS \ Modified: head/mail/p5-Mail-SPF/pkg-plist ============================================================================== --- head/mail/p5-Mail-SPF/pkg-plist Sun Nov 15 03:02:03 2015 (r401644) +++ head/mail/p5-Mail-SPF/pkg-plist Sun Nov 15 03:02:06 2015 (r401645) @@ -24,7 +24,7 @@ bin/spfquery.pl %%SITE_PERL%%/Mail/SPF/Util.pm %%SITE_PERL%%/Mail/SPF/v1/Record.pm %%SITE_PERL%%/Mail/SPF/v2/Record.pm -sbin/spfd.pl +%%PERL5_MAN1%%/spfquery.pl.1.gz %%PERL5_MAN3%%/Mail::SPF.3.gz %%PERL5_MAN3%%/Mail::SPF::Base.3.gz %%PERL5_MAN3%%/Mail::SPF::MacroString.3.gz @@ -49,4 +49,4 @@ sbin/spfd.pl %%PERL5_MAN3%%/Mail::SPF::Util.3.gz %%PERL5_MAN3%%/Mail::SPF::v1::Record.3.gz %%PERL5_MAN3%%/Mail::SPF::v2::Record.3.gz -%%PERL5_MAN1%%/spfquery.pl.1.gz +sbin/spfd.pl