diff options
author | eivind <eivind@FreeBSD.org> | 2002-01-31 01:46:32 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2002-01-31 01:46:32 +0800 |
commit | 4b33eb7c80ae6ea81a9d57b7b67621091f325088 (patch) | |
tree | 168dd8c95cba513bcf95957d2ffeffc53038fe7e /security/safesh/Makefile | |
parent | dba469644772f9e35e64fec7089163cd014c2b04 (diff) | |
download | freebsd-ports-gnome-4b33eb7c80ae6ea81a9d57b7b67621091f325088.tar.gz freebsd-ports-gnome-4b33eb7c80ae6ea81a9d57b7b67621091f325088.tar.zst freebsd-ports-gnome-4b33eb7c80ae6ea81a9d57b7b67621091f325088.zip |
Upgrade this to V1.1:
- Add support for handling different usernames
- Add file-format support for different ports. There is so far no way to
specify a different port, but the "database" for safesh will not need to
change to accomodate it.
Note that this is NOT compatible with the naming conventions used in 1.0;
as 1.0 was available for 55 minutes yesterday before being marked as
BROKEN, I hope nobody was too much inconvenienced.
Diffstat (limited to 'security/safesh/Makefile')
-rw-r--r-- | security/safesh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/safesh/Makefile b/security/safesh/Makefile index 47068e25a168..1f3c0403665d 100644 --- a/security/safesh/Makefile +++ b/security/safesh/Makefile @@ -8,15 +8,13 @@ # PORTNAME= safesh -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= # none DISTFILES= # none MAINTAINER= eivind@FreeBSD.org -BROKEN="Incompatible upgrade coming shortly" - NO_BUILD= yes NO_WRKSUBDIR= yes |