pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/openssh



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 10 10:40:23 UTC 2016

Modified Files:
        pkgsrc/security/openssh: Makefile

Log Message:
Fixed typo in BROKEN_ON_PLATFORM.


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 pkgsrc/security/openssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssh/Makefile
diff -u pkgsrc/security/openssh/Makefile:1.246 pkgsrc/security/openssh/Makefile:1.247
--- pkgsrc/security/openssh/Makefile:1.246      Sat Jul  9 06:38:56 2016
+++ pkgsrc/security/openssh/Makefile    Sun Jul 10 10:40:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.246 2016/07/09 06:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.247 2016/07/10 10:40:23 rillig Exp $
 
 DISTNAME=              openssh-7.2p2
 PKGNAME=               ${DISTNAME:S/p2/.2/}
@@ -15,7 +15,7 @@ CONFLICTS+=           ssh-[0-9]* ssh6-[0-9]*
 CONFLICTS+=            ssh2-[0-9]* ssh2-nox11-[0-9]*
 CONFLICTS+=            openssh+gssapi-[0-9]*
 CONFLICTS+=            lsh>2.0
-BROKEN_FOR_PLATFORM+=  OpenBSD-*-*
+BROKEN_ON_PLATFORM+=   OpenBSD-*-*
 
 USE_GCC_RUNTIME=       yes
 USE_TOOLS+=            autoconf perl



Home | Main Index | Thread Index | Old Index