diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-03 10:47:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-03 10:47:20 +0000 |
commit | 842619b5137c92ecc971d3028dd1307f2126595b (patch) | |
tree | bf29fa467f706c0fbbc3d7390ba61766f1e14fc7 /security/pam_ssh_agent_auth | |
parent | 120af67ca6f5d27c3a7850f9988a962c55e28095 (diff) | |
download | ports-842619b5137c92ecc971d3028dd1307f2126595b.tar.gz ports-842619b5137c92ecc971d3028dd1307f2126595b.zip |
Notes
Diffstat (limited to 'security/pam_ssh_agent_auth')
-rw-r--r-- | security/pam_ssh_agent_auth/Makefile | 8 | ||||
-rw-r--r-- | security/pam_ssh_agent_auth/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 85186873730e..e605d9f18ef6 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= pam_ssh_agent_auth -PORTVERSION= 0.9.5 +PORTVERSION= 0.10.2 CATEGORIES= security MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ MAINTAINER= miwi@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib -USES= perl5 +USES= perl5 tar:bzip2 -PLIST_FILES= lib/pam_ssh_agent_auth.so man/man8/pam_ssh_agent_auth.8.gz +PLIST_FILES= lib/pam_ssh_agent_auth.so \ + man/man8/pam_ssh_agent_auth.8.gz .include <bsd.port.mk> diff --git a/security/pam_ssh_agent_auth/distinfo b/security/pam_ssh_agent_auth/distinfo index 2b05c73ee34d..b735e7109161 100644 --- a/security/pam_ssh_agent_auth/distinfo +++ b/security/pam_ssh_agent_auth/distinfo @@ -1,2 +1,2 @@ -SHA256 (pam_ssh_agent_auth-0.9.5.tar.bz2) = c0933b57a44003e32e761a742f3b117978aaa9780dc4d2808378db13a47730aa -SIZE (pam_ssh_agent_auth-0.9.5.tar.bz2) = 238267 +SHA256 (pam_ssh_agent_auth-0.10.2.tar.bz2) = 99bbbae3494032e17b62ff3b9ff71e2d78e3c6809463649afe7bae79e4f81fcd +SIZE (pam_ssh_agent_auth-0.10.2.tar.bz2) = 246412 |