svn commit: r356323 - head/security/pam_ssh_agent_auth

Martin Wilke miwi at FreeBSD.org
Tue Jun 3 10:47:21 UTC 2014


Author: miwi
Date: Tue Jun  3 10:47:20 2014
New Revision: 356323
URL: http://svnweb.freebsd.org/changeset/ports/356323
QAT: https://qat.redports.org/buildarchive/r356323/

Log:
  - Update to 0.10.2
  - Convert USE_BZIP -> USES tar:bzip2

Modified:
  head/security/pam_ssh_agent_auth/Makefile
  head/security/pam_ssh_agent_auth/distinfo

Modified: head/security/pam_ssh_agent_auth/Makefile
==============================================================================
--- head/security/pam_ssh_agent_auth/Makefile	Tue Jun  3 10:46:19 2014	(r356322)
+++ head/security/pam_ssh_agent_auth/Makefile	Tue Jun  3 10:47:20 2014	(r356323)
@@ -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 at 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>

Modified: head/security/pam_ssh_agent_auth/distinfo
==============================================================================
--- head/security/pam_ssh_agent_auth/distinfo	Tue Jun  3 10:46:19 2014	(r356322)
+++ head/security/pam_ssh_agent_auth/distinfo	Tue Jun  3 10:47:20 2014	(r356323)
@@ -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


More information about the svn-ports-head mailing list