Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 12:49:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380082 - head/mail/p5-Mail-DKIM
Message-ID:  <201502271249.t1RCnpQx062036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:	<paul@inetstat.net> [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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271249.t1RCnpQx062036>