aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-TacacsPlus
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-28 15:46:35 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-28 15:46:35 +0000
commit86ce3173c6265deb8b1c26d6decf8d339f266ed9 (patch)
tree78227f3b6c337c07d19648b27b2f94f657f62953 /security/p5-Authen-TacacsPlus
parent4867275e36e66f20ba766a1ce9d3526e9e42cae2 (diff)
downloadports-86ce3173c6265deb8b1c26d6decf8d339f266ed9.tar.gz
ports-86ce3173c6265deb8b1c26d6decf8d339f266ed9.zip
- update to version 0.20
- unbreak port, (new CPAN maintainer)
Notes
Notes: svn path=/head/; revision=280630
Diffstat (limited to 'security/p5-Authen-TacacsPlus')
-rw-r--r--security/p5-Authen-TacacsPlus/Makefile7
-rw-r--r--security/p5-Authen-TacacsPlus/distinfo4
-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"