diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 17:36:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 17:36:36 +0000 |
commit | 91f54cb0ce65b4be6425d146b0d71d6c767cec31 (patch) | |
tree | 4df21760aeb49b915f49253e209fd0b208c3838d /www/dillo/Makefile | |
parent | Add support for cracklib, a password-checking library (diff) |
Update to 0.7.0.
PR: 48701
Submitted by: Andreas Schweitzer <aschweitzer@hs.uni-hamburg.de>
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 603d2bee7b7d..3bcc47e7c90f 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= dillo -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.0 CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= http://dillo.auriga.wearlab.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ |