Index: head/security/gnome-ssh-askpass/Makefile =================================================================== --- head/security/gnome-ssh-askpass/Makefile (revision 424124) +++ head/security/gnome-ssh-askpass/Makefile (revision 424125) @@ -1,30 +1,32 @@ # Created by: Mark Hannon # $FreeBSD$ PORTNAME= gnome-ssh-askpass -PORTVERSION= 5.8p2 -PORTREVISION= 1 +PORTVERSION= 6.6p1 CATEGORIES= security gnome MASTER_SITES= OPENBSD/OpenSSH/portable/ 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 ALL_TARGET= gnome-ssh-askpass2 PLIST_FILES= bin/gnome-ssh-askpass2 USES= pkgconfig USE_GNOME= gtk20 CFLAGS+= -lpthread do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 \ ${STAGEDIR}${PREFIX}/bin .include Index: head/security/gnome-ssh-askpass/distinfo =================================================================== --- head/security/gnome-ssh-askpass/distinfo (revision 424124) +++ head/security/gnome-ssh-askpass/distinfo (revision 424125) @@ -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 Index: head/security/gnome-ssh-askpass/files/patch-contrib_Makefile =================================================================== --- head/security/gnome-ssh-askpass/files/patch-contrib_Makefile (revision 424124) +++ head/security/gnome-ssh-askpass/files/patch-contrib_Makefile (revision 424125) @@ -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`