diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-28 23:46:35 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-28 23:46:35 +0800 |
commit | 2eff36ed55a127ffd3d81737917f4800959ffad4 (patch) | |
tree | 1e3b9b905d5a78a4af54a76ad22671e64cb07e72 /security | |
parent | 01fd5a9b1282d16deb1ee0b8ed39c40736fa6e94 (diff) | |
download | freebsd-ports-gnome-2eff36ed55a127ffd3d81737917f4800959ffad4.tar.gz freebsd-ports-gnome-2eff36ed55a127ffd3d81737917f4800959ffad4.tar.zst freebsd-ports-gnome-2eff36ed55a127ffd3d81737917f4800959ffad4.zip |
- update to version 0.20
- unbreak port, (new CPAN maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-TacacsPlus/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c (renamed from security/p5-Authen-TacacsPlus/files/patch-tac_client.c) | 13 |
3 files changed, 12 insertions, 12 deletions
diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile index dbbae4a70d42..3d871a50552a 100644 --- a/security/p5-Authen-TacacsPlus/Makefile +++ b/security/p5-Authen-TacacsPlus/Makefile @@ -5,17 +5,16 @@ # $FreeBSD$ # -PORTNAME= TacacsPlus -PORTVERSION= 0.16 +PORTNAME= Authen-TacacsPlus +PORTVERSION= 0.20 CATEGORIES= security perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MIKEM/Authen-TacacsPlus PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module that provides authentication using a tacacs+ server -BROKEN= does not fetch - PERL_CONFIGURE= yes MAKE_ENV+= CCFLAGS="${CFLAGS}" diff --git a/security/p5-Authen-TacacsPlus/distinfo b/security/p5-Authen-TacacsPlus/distinfo index 46fc82c79832..4f0297b46e5a 100644 --- a/security/p5-Authen-TacacsPlus/distinfo +++ b/security/p5-Authen-TacacsPlus/distinfo @@ -1,2 +1,2 @@ -SHA256 (TacacsPlus-0.16.tar.gz) = aa2dd9c94fd3e08dbf2e4c03d7799982e4e6f7660db543cf40d39db22ebdafdf -SIZE (TacacsPlus-0.16.tar.gz) = 20203 +SHA256 (Authen-TacacsPlus-0.20.tar.gz) = 77637edc15e6599b6edf46248bd217eceef2a93153ff653cc5fd69e429ce0cd4 +SIZE (Authen-TacacsPlus-0.20.tar.gz) = 21656 diff --git a/security/p5-Authen-TacacsPlus/files/patch-tac_client.c b/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c index 0980c92d3a72..749f9c83dde3 100644 --- a/security/p5-Authen-TacacsPlus/files/patch-tac_client.c +++ b/security/p5-Authen-TacacsPlus/files/patch-tacpluslib__tac_client.c @@ -1,6 +1,6 @@ ---- tacpluslib/tac_client.c~ Mon May 10 20:01:48 1999 -+++ tacpluslib/tac_client.c Mon Mar 12 11:40:00 2001 -@@ -1,14 +1,14 @@ +--- ./tacpluslib/tac_client.c.orig 2009-07-10 00:34:49.000000000 +0200 ++++ ./tacpluslib/tac_client.c 2011-08-11 20:22:06.000000000 +0200 +@@ -1,6 +1,8 @@ /* (C) 1997 Mike Shoyher msh@corbina.net, msh@apache.lexa.ru */ @@ -9,11 +9,12 @@ #include<netdb.h> #include<stdio.h> #include<netinet/in.h> - #include<sys/socket.h> +@@ -8,8 +10,6 @@ + #include<arpa/inet.h> #include<string.h> #include<stdlib.h> -#include <sys/types.h> -#include <sys/time.h> - #include <unistd.h> + #include <unistd.h> + #include <time.h> #include"tac_plus.h" - #include "tacplus_client.h" |