svn commit: r428696 - in head/security: . putty putty-nogtk

Matthias Andree mandree at FreeBSD.org
Fri Dec 16 20:30:32 UTC 2016


Author: mandree
Date: Fri Dec 16 20:30:31 2016
New Revision: 428696
URL: https://svnweb.freebsd.org/changeset/ports/428696

Log:
  Add new putty-nogtk port as alternative SSH implementation.

Added:
  head/security/putty-nogtk/
  head/security/putty-nogtk/Makefile   (contents, props changed)
Modified:
  head/security/Makefile
  head/security/putty/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Dec 16 20:21:16 2016	(r428695)
+++ head/security/Makefile	Fri Dec 16 20:30:31 2016	(r428696)
@@ -822,6 +822,7 @@
     SUBDIR += pulledpork
     SUBDIR += pure-sfv
     SUBDIR += putty
+    SUBDIR += putty-nogtk
     SUBDIR += pvk
     SUBDIR += pwauth
     SUBDIR += pwman

Added: head/security/putty-nogtk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/putty-nogtk/Makefile	Fri Dec 16 20:30:31 2016	(r428696)
@@ -0,0 +1,12 @@
+# Created by: Matthias Andree <mandree at FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=		-nogtk
+
+OPTIONS_EXCLUDE=	GTK2
+
+CONFLICTS_INSTALL=	pssh-[0-9]* putty-[0-9]*
+
+MASTERDIR=		${.CURDIR}/../../security/putty
+
+.include "${MASTERDIR}/Makefile"

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Fri Dec 16 20:21:16 2016	(r428695)
+++ head/security/putty/Makefile	Fri Dec 16 20:30:31 2016	(r428696)
@@ -26,7 +26,7 @@ PLIST_FILES+=	man/man1/plink.1.gz man/ma
 OPTIONS_DEFINE=	GSSAPI GTK2
 OPTIONS_DEFAULT=GSSAPI GTK2
 
-CONFLICTS=	pssh-[0-9]*
+CONFLICTS_INSTALL?=	pssh-[0-9]* putty-nogtk-[0-9]*
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list