Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 16:08:41 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306449 - head/security/p5-AuthCAS
Message-ID:  <201210261608.q9QG8f4e035956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Oct 26 16:08:41 2012
New Revision: 306449
URL: http://svn.freebsd.org/changeset/ports/306449

Log:
  - Update to 1.6 [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/AuthCAS/Changes
  PR:		ports/172939 [1]
  Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  Approved by:	Frank Wall <fw@moov.de> (maintainer)
  Feature safe:	yes

Modified:
  head/security/p5-AuthCAS/Makefile
  head/security/p5-AuthCAS/distinfo
  head/security/p5-AuthCAS/pkg-plist

Modified: head/security/p5-AuthCAS/Makefile
==============================================================================
--- head/security/p5-AuthCAS/Makefile	Fri Oct 26 15:18:13 2012	(r306448)
+++ head/security/p5-AuthCAS/Makefile	Fri Oct 26 16:08:41 2012	(r306449)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-AuthCAS
-# Date created:			Mon Jul 20 17:25:19 CEST 2009
-# Whom:				Frank Wall <fw@moov.de>
-#
+# Created by: Frank Wall <fw@moov.de>
 # $FreeBSD$
-#
 
 PORTNAME=	AuthCAS
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OSALAUN
@@ -15,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	fw@moov.de
 COMMENT=	A Perl API to Yale's Central Authentication System (CAS)
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
 

Modified: head/security/p5-AuthCAS/distinfo
==============================================================================
--- head/security/p5-AuthCAS/distinfo	Fri Oct 26 15:18:13 2012	(r306448)
+++ head/security/p5-AuthCAS/distinfo	Fri Oct 26 16:08:41 2012	(r306449)
@@ -1,2 +1,2 @@
-SHA256 (AuthCAS-1.5.tar.gz) = 0ae8c336dfc1c68ff8a5d390a1d9a99b7dcb9f59a7ccca9e5e1bae9db65ca152
-SIZE (AuthCAS-1.5.tar.gz) = 7002
+SHA256 (AuthCAS-1.6.tar.gz) = 00f3d75904ff64c7acc722fffd7556ee26d550fc14a667d0227c152438efbacf
+SIZE (AuthCAS-1.6.tar.gz) = 18984

Modified: head/security/p5-AuthCAS/pkg-plist
==============================================================================
--- head/security/p5-AuthCAS/pkg-plist	Fri Oct 26 15:18:13 2012	(r306448)
+++ head/security/p5-AuthCAS/pkg-plist	Fri Oct 26 16:08:41 2012	(r306449)
@@ -1,3 +1,4 @@
 %%SITE_PERL%%/AuthCAS.pm
+%%SITE_PERL%%/sampleCasClient.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS



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