svn commit: r363562 - head/security/p5-Authen-TypeKey

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 31 10:06:02 UTC 2014


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 at 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
- at dirrmtry %%SITE_PERL%%/Authen
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey
+%%PERL5_MAN3%%/Authen::TypeKey.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
+ at dirrmtry %%SITE_PERL%%/Authen


More information about the svn-ports-all mailing list