From owner-svn-ports-all@freebsd.org Mon Oct 17 15:44:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B055C15AB6; Mon, 17 Oct 2016 15:44:31 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0BA44D86; Mon, 17 Oct 2016 15:44:30 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HFiUxc003923; Mon, 17 Oct 2016 15:44:30 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HFiT2A003920; Mon, 17 Oct 2016 15:44:29 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201610171544.u9HFiT2A003920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 17 Oct 2016 15:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424125 - in head/security/gnome-ssh-askpass: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 15:44:31 -0000 Author: bofh Date: Mon Oct 17 15:44:29 2016 New Revision: 424125 URL: https://svnweb.freebsd.org/changeset/ports/424125 Log: security/gnome-ssh-askpass: Update version 5.8p2=>6.6p1 Modified: head/security/gnome-ssh-askpass/Makefile head/security/gnome-ssh-askpass/distinfo head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Modified: head/security/gnome-ssh-askpass/Makefile ============================================================================== --- head/security/gnome-ssh-askpass/Makefile Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/Makefile Mon Oct 17 15:44:29 2016 (r424125) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-ssh-askpass -PORTVERSION= 5.8p2 -PORTREVISION= 1 +PORTVERSION= 6.6p1 CATEGORIES= security gnome MASTER_SITES= OPENBSD/OpenSSH/portable/ DISTNAME= openssh-${PORTVERSION} @@ -11,7 +10,10 @@ DISTNAME= openssh-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Graphical SSH askpass utility for Gnome2 -PORTSCOUT= skipv:5.9p1 # Will update when FreeBSD version off SSH goes to 5.9p1 +#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style +#LICENSE_FILE= ${WRKSRC}/LICENCE + +PORTSCOUT= limit:^6\.6 # Will update when FreeBSD version off SSH goes to 5.9p1 WRKSRC= ${WRKDIR}/openssh-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/contrib Modified: head/security/gnome-ssh-askpass/distinfo ============================================================================== --- head/security/gnome-ssh-askpass/distinfo Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/distinfo Mon Oct 17 15:44:29 2016 (r424125) @@ -1,2 +1,3 @@ -SHA256 (openssh-5.8p2.tar.gz) = 5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314 -SIZE (openssh-5.8p2.tar.gz) = 1115475 +TIMESTAMP = 1476630437 +SHA256 (openssh-6.6p1.tar.gz) = 48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb +SIZE (openssh-6.6p1.tar.gz) = 1282502 Modified: head/security/gnome-ssh-askpass/files/patch-contrib_Makefile ============================================================================== --- head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Mon Oct 17 15:23:12 2016 (r424124) +++ head/security/gnome-ssh-askpass/files/patch-contrib_Makefile Mon Oct 17 15:44:29 2016 (r424125) @@ -1,11 +1,11 @@ ---- contrib/Makefile.orig Thu Sep 21 21:04:13 2006 -+++ contrib/Makefile Thu Sep 21 21:04:29 2006 -@@ -7,7 +7,7 @@ +--- contrib/Makefile.orig 2012-05-19 05:24:37 UTC ++++ contrib/Makefile +@@ -9,7 +9,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c `gnome-config --libs gnome gnomeui` gnome-ssh-askpass2: gnome-ssh-askpass2.c -- $(CC) `pkg-config --cflags gtk+-2.0` \ -+ $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` \ +- $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \ ++ $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \ gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ - `pkg-config --libs gtk+-2.0` + `$(PKG_CONFIG) --libs gtk+-2.0 x11`