svn commit: r468836 - in head/security/p5-Crypt-TEA: . files

Steven Kreuzer skreuzer at FreeBSD.org
Wed May 2 13:35:19 UTC 2018


Author: skreuzer
Date: Wed May  2 13:35:18 2018
New Revision: 468836
URL: https://svnweb.freebsd.org/changeset/ports/468836

Log:
  Update to version 1.26
  Define LICENSE

Deleted:
  head/security/p5-Crypt-TEA/files/
Modified:
  head/security/p5-Crypt-TEA/Makefile
  head/security/p5-Crypt-TEA/distinfo

Modified: head/security/p5-Crypt-TEA/Makefile
==============================================================================
--- head/security/p5-Crypt-TEA/Makefile	Wed May  2 13:31:46 2018	(r468835)
+++ head/security/p5-Crypt-TEA/Makefile	Wed May  2 13:35:18 2018	(r468836)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-TEA
-PORTVERSION=	1.25
-PORTREVISION=	1
+PORTVERSION=	1.26
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Perl extension to Tiny Encryption Algorithm
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/security/p5-Crypt-TEA/distinfo
==============================================================================
--- head/security/p5-Crypt-TEA/distinfo	Wed May  2 13:31:46 2018	(r468835)
+++ head/security/p5-Crypt-TEA/distinfo	Wed May  2 13:35:18 2018	(r468836)
@@ -1,2 +1,3 @@
-SHA256 (Crypt-TEA-1.25.tar.gz) = fb89a96a160bcf6fe489a4624b52476ede0c10188a22ad746309c1607ba9dbd3
-SIZE (Crypt-TEA-1.25.tar.gz) = 7786
+TIMESTAMP = 1525266951
+SHA256 (Crypt-TEA-1.26.tar.gz) = 771b3e0202126789e5b2d5b98814d03671c2b88cfe89041ba2a48a24da6fa5a5
+SIZE (Crypt-TEA-1.26.tar.gz) = 8325


More information about the svn-ports-all mailing list