From owner-svn-ports-head@FreeBSD.ORG Fri Feb 27 12:49:51 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 A722CB2A; Fri, 27 Feb 2015 12:49:51 +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 91F1174B; Fri, 27 Feb 2015 12:49:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1RCnpLW062037; Fri, 27 Feb 2015 12:49:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1RCnpQx062036; Fri, 27 Feb 2015 12:49:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502271249.t1RCnpQx062036@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 27 Feb 2015 12:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380082 - head/mail/p5-Mail-DKIM 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.18-1 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: Fri, 27 Feb 2015 12:49:51 -0000 Author: sunpoet Date: Fri Feb 27 12:49:50 2015 New Revision: 380082 URL: https://svnweb.freebsd.org/changeset/ports/380082 QAT: https://qat.redports.org/buildarchive/r380082/ Log: - Add LICENSE [1] - Sort *_DEPENDS - Merge MASTER_SITE_BACKUP to MASTER_SITES PR: 189695 [1] Submitted by: [1] Modified: head/mail/p5-Mail-DKIM/Makefile Modified: head/mail/p5-Mail-DKIM/Makefile ============================================================================== --- head/mail/p5-Mail-DKIM/Makefile Fri Feb 27 12:24:46 2015 (r380081) +++ head/mail/p5-Mail-DKIM/Makefile Fri Feb 27 12:49:50 2015 (r380082) @@ -5,22 +5,24 @@ PORTNAME= Mail-DKIM PORTVERSION= 0.40 PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN \ + http://jason.long.name/dkimproxy/ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to process and/or create DKIM email -RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -MASTER_SITE_BACKUP+= http://jason.long.name/dkimproxy/ +BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix USE_PERL5= configure -SHEBANG_FILES= scripts/dkimsign.pl scripts/dkimverify.pl +SHEBANG_FILES= scripts/dkim*.pl post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin