Date: Fri, 16 Dec 2016 20:30:31 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428696 - in head/security: . putty putty-nogtk Message-ID: <201612162030.uBGKUVKl075972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612162030.uBGKUVKl075972>