diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-25 19:59:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-25 19:59:01 +0800 |
commit | 15247d86623460c399c269e033190e7ebb0da66c (patch) | |
tree | 54a9d9918a5e84ba598807efad2fc15fb91db6e1 /lang/klone | |
parent | 41eb6214bc2f2c295cd8a25b8e67def5c82c47f7 (diff) | |
download | freebsd-ports-gnome-15247d86623460c399c269e033190e7ebb0da66c.tar.gz freebsd-ports-gnome-15247d86623460c399c269e033190e7ebb0da66c.tar.zst freebsd-ports-gnome-15247d86623460c399c269e033190e7ebb0da66c.zip |
- Update MASTER_SITES and WWW: line
- Drop MD5 support
PR: 155815
Submitted by: Ports Fury
Diffstat (limited to 'lang/klone')
-rw-r--r-- | lang/klone/Makefile | 5 | ||||
-rw-r--r-- | lang/klone/distinfo | 1 | ||||
-rw-r--r-- | lang/klone/pkg-descr | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/lang/klone/Makefile b/lang/klone/Makefile index 7ea00a2aa653..cc58becb761f 100644 --- a/lang/klone/Makefile +++ b/lang/klone/Makefile @@ -9,15 +9,12 @@ PORTNAME= klone PORTVERSION= 2.1.359 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://koala.ilog.fr/ftp/pub/Klone/ +MASTER_SITES= http://old.koalateam.com/ftp/pub/Klone/ DISTNAME= Klone${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Small, Lisp-like interpreted language -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - WRKSRC= ${WRKDIR}/Klone .include <bsd.port.pre.mk> diff --git a/lang/klone/distinfo b/lang/klone/distinfo index 9cfacf1c4f46..2fded08b8adb 100644 --- a/lang/klone/distinfo +++ b/lang/klone/distinfo @@ -1,3 +1,2 @@ -MD5 (Klone359.tar.gz) = 2ed4c28fd1f86f1dc460e296006f6f92 SHA256 (Klone359.tar.gz) = 4ca6e7389eef54e431d6b2e0925b7b06b0e9d2bf5cfbf4ce6f326c13210c1ebf SIZE (Klone359.tar.gz) = 835367 diff --git a/lang/klone/pkg-descr b/lang/klone/pkg-descr index 40036c3e7456..e86104029608 100644 --- a/lang/klone/pkg-descr +++ b/lang/klone/pkg-descr @@ -6,4 +6,4 @@ possible), but its implementation is original and efficient, to give full extensibility, intimate interfacing to C, incremental garbage collection, and full portability on either K&R or ANSI C. -WWW: http://koala.ilog.fr/klone/ +WWW: http://old.koalateam.com/klone/ |