From owner-svn-ports-head@FreeBSD.ORG Sun Feb 1 20:25:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9A8FC7C; Sun, 1 Feb 2015 20:25:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D3BF96; Sun, 1 Feb 2015 20:25:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11KPivJ084594; Sun, 1 Feb 2015 20:25:44 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11KPi8E084593; Sun, 1 Feb 2015 20:25:44 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502012025.t11KPi8E084593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Feb 2015 20:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378272 - head/security/p5-Authen-Simple-Kerberos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 20:25:44 -0000 Author: hrs Date: Sun Feb 1 20:25:43 2015 New Revision: 378272 URL: https://svnweb.freebsd.org/changeset/ports/378272 QAT: https://qat.redports.org/buildarchive/r378272/ Log: Fix a typo. Modified: head/security/p5-Authen-Simple-Kerberos/Makefile Modified: head/security/p5-Authen-Simple-Kerberos/Makefile ============================================================================== --- head/security/p5-Authen-Simple-Kerberos/Makefile Sun Feb 1 20:25:22 2015 (r378271) +++ head/security/p5-Authen-Simple-Kerberos/Makefile Sun Feb 1 20:25:43 2015 (r378272) @@ -10,7 +10,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Simple Kerberos authentication BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ - p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Krb5-Simple + p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Authen-Krb5-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5