svn commit: r378272 - head/security/p5-Authen-Simple-Kerberos

Hiroki Sato hrs at FreeBSD.org
Sun Feb 1 20:25:44 UTC 2015


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 at 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


More information about the svn-ports-head mailing list