diff options
author | bofh <bofh@FreeBSD.org> | 2016-10-17 23:44:29 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2016-10-17 23:44:29 +0800 |
commit | 0aa35bfc2caa15c722023bbfb29a5e8b4e3e8e89 (patch) | |
tree | 33209f39b467fc0212600c043e9887aa536535bd | |
parent | 4bffa60c522076d84f28fc113da07d34e78474c4 (diff) | |
download | freebsd-ports-gnome-0aa35bfc2caa15c722023bbfb29a5e8b4e3e8e89.tar.gz freebsd-ports-gnome-0aa35bfc2caa15c722023bbfb29a5e8b4e3e8e89.tar.zst freebsd-ports-gnome-0aa35bfc2caa15c722023bbfb29a5e8b4e3e8e89.zip |
security/gnome-ssh-askpass: Update version 5.8p2=>6.6p1
-rw-r--r-- | security/gnome-ssh-askpass/Makefile | 8 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/distinfo | 5 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/files/patch-contrib_Makefile | 12 |
3 files changed, 14 insertions, 11 deletions
diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile index 9b5e2a26f4a2..6d229cfa5d00 100644 --- a/security/gnome-ssh-askpass/Makefile +++ b/security/gnome-ssh-askpass/Makefile @@ -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 diff --git a/security/gnome-ssh-askpass/distinfo b/security/gnome-ssh-askpass/distinfo index ae0502537594..371cf1735183 100644 --- a/security/gnome-ssh-askpass/distinfo +++ b/security/gnome-ssh-askpass/distinfo @@ -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 diff --git a/security/gnome-ssh-askpass/files/patch-contrib_Makefile b/security/gnome-ssh-askpass/files/patch-contrib_Makefile index a134fa855853..98901ed86ca1 100644 --- a/security/gnome-ssh-askpass/files/patch-contrib_Makefile +++ b/security/gnome-ssh-askpass/files/patch-contrib_Makefile @@ -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` |