Date: Thu, 31 Jul 2014 10:06:02 +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: r363562 - head/security/p5-Authen-TypeKey Message-ID: <201407311006.s6VA626q097444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 10:06:01 2014 New Revision: 363562 URL: http://svnweb.freebsd.org/changeset/ports/363562 QAT: https://qat.redports.org/buildarchive/r363562/ Log: - Add LICENSE - Sort *_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/security/p5-Authen-TypeKey/Makefile head/security/p5-Authen-TypeKey/pkg-descr head/security/p5-Authen-TypeKey/pkg-plist Modified: head/security/p5-Authen-TypeKey/Makefile ============================================================================== --- head/security/p5-Authen-TypeKey/Makefile Thu Jul 31 10:05:55 2014 (r363561) +++ head/security/p5-Authen-TypeKey/Makefile Thu Jul 31 10:06:01 2014 (r363562) @@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= TypeKey authentication verification -BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/security/p5-Authen-TypeKey/pkg-descr ============================================================================== --- head/security/p5-Authen-TypeKey/pkg-descr Thu Jul 31 10:05:55 2014 (r363561) +++ head/security/p5-Authen-TypeKey/pkg-descr Thu Jul 31 10:06:01 2014 (r363562) @@ -1,7 +1,7 @@ -Authen::TypeKey is an implementation of verification for signatures -generated by TypeKey authentication. +Authen::TypeKey is an implementation of verification for signatures generated by +TypeKey authentication. -For information on the TypeKey protocol and using TypeKey in other -applications, see http://www.sixapart.com/typekey/api. +For information on the TypeKey protocol and using TypeKey in other applications, +see http://www.sixapart.com/typekey/api. WWW: http://search.cpan.org/dist/Authen-TypeKey/ Modified: head/security/p5-Authen-TypeKey/pkg-plist ============================================================================== --- head/security/p5-Authen-TypeKey/pkg-plist Thu Jul 31 10:05:55 2014 (r363561) +++ head/security/p5-Authen-TypeKey/pkg-plist Thu Jul 31 10:06:01 2014 (r363562) @@ -1,6 +1,6 @@ %%SITE_PERL%%/Authen/TypeKey.pm -%%PERL5_MAN3%%/Authen::TypeKey.3.gz -@dirrmtry %%SITE_PERL%%/Authen %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey +%%PERL5_MAN3%%/Authen::TypeKey.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen +@dirrmtry %%SITE_PERL%%/Authen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311006.s6VA626q097444>