diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-09-06 12:17:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-09-06 12:17:52 +0000 |
commit | 65ca65fe89b2bde1cedf58834c87186af56d3317 (patch) | |
tree | c6c2b732aa33dc1b13a4363a21f19c6d24eda5f2 /security/ssh_askpass_gtk2 | |
parent | 784ced3a152267791b96ebba38a913e7fe144a61 (diff) | |
download | ports-65ca65fe89b2bde1cedf58834c87186af56d3317.tar.gz ports-65ca65fe89b2bde1cedf58834c87186af56d3317.zip |
- Fix MASTER_SITES
- Fix WWW
- Cleanup a bit
- Remove DEPRECATED and EXPIRATION_DATE to save this port
Noted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Notes
Notes:
svn path=/head/; revision=172400
Diffstat (limited to 'security/ssh_askpass_gtk2')
-rw-r--r-- | security/ssh_askpass_gtk2/Makefile | 25 | ||||
-rw-r--r-- | security/ssh_askpass_gtk2/pkg-descr | 5 |
2 files changed, 12 insertions, 18 deletions
diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile index f3e6be05d2ad..70d123d9d1cb 100644 --- a/security/ssh_askpass_gtk2/Makefile +++ b/security/ssh_askpass_gtk2/Makefile @@ -5,24 +5,21 @@ # $FreeBSD$ # -PORTNAME= ssh_askpass_gtk2 -PORTVERSION= 0.3 +PORTNAME= ssh_askpass_gtk2 +PORTVERSION= 0.3 PORTREVISION= 5 -CATEGORIES= security -MASTER_SITES= http://www.cgabriel.org/sw/gtk2-ssh-askpass/ -DISTNAME= gtk2-ssh-askpass-0.3 +CATEGORIES= security +MASTER_SITES= http://www.cgabriel.org/download/ssh-askpass-fullscreen/ +DISTNAME= gtk2-ssh-askpass-0.3 -MAINTAINER= ports@FreeBSD.org -COMMENT= A tiny GTK2 ssh askpass replacement +MAINTAINER= ports@FreeBSD.org +COMMENT= A tiny GTK2 ssh askpass replacement -DEPRECATED= no longer available from mastersite -EXPIRATION_DATE= 2006-11-05 +USE_X_PREFIX= yes +USE_GNOME= gtk20 -USE_X_PREFIX= yes -USE_GNOME= gtk20 - -MAN1= ssh-askpass-gtk2.1 -PLIST_FILES= bin/ssh-askpass-gtk2 +MAN1= ssh-askpass-gtk2.1 +PLIST_FILES= bin/ssh-askpass-gtk2 do-install: cd ${WRKSRC};\ diff --git a/security/ssh_askpass_gtk2/pkg-descr b/security/ssh_askpass_gtk2/pkg-descr index 3366185132be..d6fa53ec8033 100644 --- a/security/ssh_askpass_gtk2/pkg-descr +++ b/security/ssh_askpass_gtk2/pkg-descr @@ -1,7 +1,4 @@ A small SSH Askpass replacement written with GTK2. Features fullscreen dialog and translucent background. -WWW: http://www.cgabriel.org/sw/gtk2-ssh-askpass/ - -- Manuel Rodrigo Rabade Garcia -mig@mig-29.net +WWW: https://www.cgabriel.org/software/wiki/SshAskpassFullscreen |