Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 15:44:29 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
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
Message-ID:  <201610171544.u9HFiT2A003920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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`
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171544.u9HFiT2A003920>