diff options
author | lev <lev@FreeBSD.org> | 2004-02-22 17:28:07 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2004-02-22 17:28:07 +0800 |
commit | a3b7e955b3fc66fb5943384bbb6e1305ae39a0f7 (patch) | |
tree | d2b5462683d06f6764d8ce1641abc4e7125ed207 /lang/hope | |
parent | e5b20a70a024db673471826addd26935d1f47b9d (diff) | |
download | freebsd-ports-gnome-a3b7e955b3fc66fb5943384bbb6e1305ae39a0f7.tar.gz freebsd-ports-gnome-a3b7e955b3fc66fb5943384bbb6e1305ae39a0f7.tar.zst freebsd-ports-gnome-a3b7e955b3fc66fb5943384bbb6e1305ae39a0f7.zip |
Author releases new version without changing file name.
DIFF review:
(1) Some script-generated files in documentation ommited.
(2) One bug in sources fixed.
(3) Makefile regenerated.
(4) Documentation cleaning targed fixed.
(5) bison-based parser regenerated with new bison version.
DIFF could be found at http://lev.serebryakov.spb.ru/download/hope.diff.bz2
Diffstat (limited to 'lang/hope')
-rw-r--r-- | lang/hope/Makefile | 5 | ||||
-rw-r--r-- | lang/hope/distinfo | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/hope/Makefile b/lang/hope/Makefile index 6f90f49832f1..58d9c4a66737 100644 --- a/lang/hope/Makefile +++ b/lang/hope/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hope -PORTVERSION= 0.0 -PORTREVISION= 2 +PORTVERSION= 1.0 CATEGORIES= lang MASTER_SITES= http://www.soi.city.ac.uk/~ross/Hope/ DISTNAME= ${PORTNAME} @@ -15,8 +14,6 @@ DISTNAME= ${PORTNAME} MAINTAINER= lev@FreeBSD.org COMMENT= Hope is lazy interpriter for HOPE applicative language -BROKEN= "Checksum mismatch" - .if defined(WITH_DOCS) BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \ latex2html:${PORTSDIR}/textproc/latex2html diff --git a/lang/hope/distinfo b/lang/hope/distinfo index 4ab67eee182b..d6caeed03fd9 100644 --- a/lang/hope/distinfo +++ b/lang/hope/distinfo @@ -1 +1,2 @@ -MD5 (hope.tar.gz) = 4ef57ca58da48486b28ba6093f6d2562 +MD5 (hope.tar.gz) = df4a7d6732ee51e780957508440ee2c0 +SIZE (hope.tar.gz) = 176728 |