diff options
author | garga <garga@FreeBSD.org> | 2005-09-12 19:36:01 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-12 19:36:01 +0800 |
commit | 0dc30b8d4959a38293205b078af8358ccf80d65e (patch) | |
tree | 35c2fd6ac96a9fbf3cef616d0d01636f3071ab99 /editors/le | |
parent | 35a3056872f7586366e40c56af1571e8207af790 (diff) | |
download | freebsd-ports-gnome-0dc30b8d4959a38293205b078af8358ccf80d65e.tar.gz freebsd-ports-gnome-0dc30b8d4959a38293205b078af8358ccf80d65e.tar.zst freebsd-ports-gnome-0dc30b8d4959a38293205b078af8358ccf80d65e.zip |
- Make it fetchable again, using gzip tarball instead bz2.
PR: ports/86008
Submitted by: maintainer
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 4 | ||||
-rw-r--r-- | editors/le/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 3e76e95e5c11..41352850b30e 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: le # Date created: 16 October 1997 # Whom: Andrey Zakhvatov @@ -9,13 +8,12 @@ PORTNAME= le PORTVERSION= 1.12.5 CATEGORIES= editors -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/source/le/ \ http://core.inec.ru/~az/ MAINTAINER= az@inec.ru COMMENT= Text editor -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/editors/le/distinfo b/editors/le/distinfo index 72bc8cb88cc1..bccaebb843ad 100644 --- a/editors/le/distinfo +++ b/editors/le/distinfo @@ -1,2 +1,2 @@ -MD5 (le-1.12.5.tar.bz2) = f64fd9903d89d753bac8478c73835d31 -SIZE (le-1.12.5.tar.bz2) = 365529 +MD5 (le-1.12.5.tar.gz) = 558cd477b04e320e30c22be9c1b1e7ea +SIZE (le-1.12.5.tar.gz) = 443290 |