diff options
author | garga <garga@FreeBSD.org> | 2005-12-21 14:55:08 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-21 14:55:08 +0000 |
commit | e8b947be01b94a62054a4c744af8936458803f7a (patch) | |
tree | 6d91e00790dfb58e5d67475409a347189c7673b7 /editors | |
parent | edbf556b2055d1a42256773b9bb374ddea96b33b (diff) | |
download | FreeBSD-ports-e8b947be01b94a62054a4c744af8936458803f7a.zip FreeBSD-ports-e8b947be01b94a62054a4c744af8936458803f7a.tar.gz |
- fix WWW line on pkg-descr
- Add SHA256 hash
PR: ports/89683
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (23 days)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xenon/Makefile | 2 | ||||
-rw-r--r-- | editors/xenon/distinfo | 1 | ||||
-rw-r--r-- | editors/xenon/pkg-descr | 5 |
3 files changed, 3 insertions, 5 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile index be0eda5..224b1e5 100644 --- a/editors/xenon/Makefile +++ b/editors/xenon/Makefile @@ -29,7 +29,7 @@ FIX_FILES= Xe.h XeApp.h XeFontTable.C XeFontTable.h XeKeyTable.C \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" +BROKEN= "Does not compile (bad C++ code)" .endif do-configure: diff --git a/editors/xenon/distinfo b/editors/xenon/distinfo index fe032ed..3fc66cf 100644 --- a/editors/xenon/distinfo +++ b/editors/xenon/distinfo @@ -1,2 +1,3 @@ MD5 (xenon-1.0.0.tar.gz) = de69fbb01f56fd9985fe26627bf0ef33 +SHA256 (xenon-1.0.0.tar.gz) = aaf29e0f18476f4c8c231a92e5df39b47e09e459a3c83ecfd67140e4a2d5d062 SIZE (xenon-1.0.0.tar.gz) = 113167 diff --git a/editors/xenon/pkg-descr b/editors/xenon/pkg-descr index 0e45e21..28fc4fb 100644 --- a/editors/xenon/pkg-descr +++ b/editors/xenon/pkg-descr @@ -14,7 +14,4 @@ Features include: * Open multiple files from the command line * Run Once (only one process per uid and X connection IP number) -WWW: http://www.proximity.com.au/~ben/xenon.html - -- Chris D. Faulhaber -jedgar@fxp.org +WWW: http://sydney.proximity.com.au/~ben/xenon/ |