diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-13 13:37:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-13 13:37:32 +0800 |
commit | 5fb2413f7d6c4e41103e6984584f625430439644 (patch) | |
tree | 76d5a81525248ebba93f2f6e1283c77dcb058c6e | |
parent | e32691d71307b257a840e5955ae0593dde230e95 (diff) | |
download | freebsd-ports-gnome-5fb2413f7d6c4e41103e6984584f625430439644.tar.gz freebsd-ports-gnome-5fb2413f7d6c4e41103e6984584f625430439644.tar.zst freebsd-ports-gnome-5fb2413f7d6c4e41103e6984584f625430439644.zip |
/~ On a sunny day, looking for a hexeditor,
seeing this one, trying to fetch it, failing miserable. ~/
Adjust the group statements to fix fetching.
Port is not available on the Sunsite servers anymore.
This (old) version is not available on the new website, but just
leave it in for later upgrade possibilities.
/~ 21 months of failed fetching is such a long time ~/
-rw-r--r-- | editors/hexedit/Makefile | 9 | ||||
-rw-r--r-- | editors/hexedit/pkg-descr | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 0a4dde5fdd2a..8e15b23a9f46 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -9,11 +9,10 @@ PORTNAME= hexedit PORTVERSION= 1.2.1 CATEGORIES= editors -MASTER_SITES= http://www.chez.com/prigaux/ \ - ${MASTER_SITE_LOCAL} \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/file/hex,obrien -EXTRACT_SUFX= .src.tgz +MASTER_SITES= http://merd.net/pixel/ \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= obrien/:local +DISTFILES= ${DISTNAME}.src.tgz:DEFAULT,local MAINTAINER= obrien@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII diff --git a/editors/hexedit/pkg-descr b/editors/hexedit/pkg-descr index eab3c625789d..62c431280ec6 100644 --- a/editors/hexedit/pkg-descr +++ b/editors/hexedit/pkg-descr @@ -5,4 +5,4 @@ You can modify the file and search through it. You have also copy&paste, and save to file functions. Modifications are shown in bold. -WWW: http://www.chez.com/prigaux/hexedit.html +WWW: http://merd.sourceforge.net/pixel/ |