Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 17:30:09 +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: r442234 - head/security/p5-Digest-HMAC
Message-ID:  <201705311730.v4VHU9gc049162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 31 17:30:09 2017
New Revision: 442234
URL: https://svnweb.freebsd.org/changeset/ports/442234

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/security/p5-Digest-HMAC/Makefile
  head/security/p5-Digest-HMAC/pkg-plist

Modified: head/security/p5-Digest-HMAC/Makefile
==============================================================================
--- head/security/p5-Digest-HMAC/Makefile	Wed May 31 17:30:03 2017	(r442233)
+++ head/security/p5-Digest-HMAC/Makefile	Wed May 31 17:30:09 2017	(r442234)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl5 interface to HMAC Message-Digest Algorithms
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/p5-Digest-HMAC/pkg-plist
==============================================================================
--- head/security/p5-Digest-HMAC/pkg-plist	Wed May 31 17:30:03 2017	(r442233)
+++ head/security/p5-Digest-HMAC/pkg-plist	Wed May 31 17:30:09 2017	(r442234)
@@ -1,6 +1,6 @@
-%%PERL5_MAN3%%/Digest::HMAC.3.gz
-%%PERL5_MAN3%%/Digest::HMAC_MD5.3.gz
-%%PERL5_MAN3%%/Digest::HMAC_SHA1.3.gz
 %%SITE_PERL%%/Digest/HMAC.pm
 %%SITE_PERL%%/Digest/HMAC_MD5.pm
 %%SITE_PERL%%/Digest/HMAC_SHA1.pm
+%%PERL5_MAN3%%/Digest::HMAC.3.gz
+%%PERL5_MAN3%%/Digest::HMAC_MD5.3.gz
+%%PERL5_MAN3%%/Digest::HMAC_SHA1.3.gz



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