Bump version and extend DESCR.

This commit is contained in:
ajacoutot 2010-10-02 17:00:29 +00:00
parent c5c1ac0e82
commit 9ad73c2a1f
4 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2010/07/25 08:15:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/10/02 17:00:29 ajacoutot Exp $
COMMENT= simple GNOME SSH passphrase grabber
V= 5.1
V= 5.6
DISTNAME= openssh-$Vp1
PKGNAME= gnome-ssh-askpass-${V}
REVISION= 2
CATEGORIES= x11
# BSD

View File

@ -1,5 +1,5 @@
MD5 (gnome/openssh-5.1p1.tar.gz) = A/LQwbXsYNSsmZehRtL67A==
RMD160 (gnome/openssh-5.1p1.tar.gz) = JCk62JYzz9R5HwjrNEK+y35XiMo=
SHA1 (gnome/openssh-5.1p1.tar.gz) = h36lsoMGD+AWDjdupkXo4WgEf/U=
SHA256 (gnome/openssh-5.1p1.tar.gz) = 8FNYFk2uECE4auV75Tpen1y6eh+Mm+qkKCmeKKVmbXU=
SIZE (gnome/openssh-5.1p1.tar.gz) = 1040041
MD5 (gnome/openssh-5.6p1.tar.gz) = 5u5S5Hx2i/DsQqIytdGPsA==
RMD160 (gnome/openssh-5.6p1.tar.gz) = 4+EinMDvp8tTTIPmH63oNx/CSiM=
SHA1 (gnome/openssh-5.6p1.tar.gz) = NH3TnJHDUp9B2uY3FNRS+5Xv6h4=
SHA256 (gnome/openssh-5.6p1.tar.gz) = U4r1OyuBYsIaKTuwBK4r2xQavSUPYbTOpVJEdJ88bCs=
SIZE (gnome/openssh-5.6p1.tar.gz) = 1117952

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
--- Makefile.orig Fri Feb 29 09:08:21 2008
+++ Makefile Fri Feb 29 09:08:27 2008
$OpenBSD: patch-Makefile,v 1.2 2010/10/02 17:00:29 ajacoutot Exp $
--- Makefile.orig Fri Mar 26 01:16:39 2010
+++ Makefile Sat Oct 2 18:42:23 2010
@@ -7,7 +7,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c
`gnome-config --libs gnome gnomeui`
@ -8,5 +8,5 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
- $(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`

View File

@ -1 +1,4 @@
A simple GNOME SSH passphrase grabber.
It can be used for e.g. from ~/.xsession or ~./xinitrc by adding:
export SSH_ASKPASS=/usr/local/bin/gnome-ssh-askpass2 ; ssh-add