diff options
author | crees <crees@FreeBSD.org> | 2011-08-23 19:55:18 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-23 19:55:18 +0800 |
commit | 23d9ebc957d8483524b3910fd54436c683ba2c12 (patch) | |
tree | b418e9fb6f8e42070511f7938333a86aede85757 /devel | |
parent | c8951e8474582a9e88662b87c0118420a3e2b854 (diff) | |
download | freebsd-ports-gnome-23d9ebc957d8483524b3910fd54436c683ba2c12.tar.gz freebsd-ports-gnome-23d9ebc957d8483524b3910fd54436c683ba2c12.tar.zst freebsd-ports-gnome-23d9ebc957d8483524b3910fd54436c683ba2c12.zip |
Turns out original distfile was lost and had to be rerolled with a different
autoconf version. Upstream has decided to make a point release (1.6.10) to
clear up any worries.
Submitted by: Bert van der Weerd (upstream lead developer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bnf/Makefile | 10 | ||||
-rw-r--r-- | devel/bnf/files/patch-doc::bnf.texi | 13 |
2 files changed, 2 insertions, 21 deletions
diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile index 330bd86f0663..a89a8ad5f216 100644 --- a/devel/bnf/Makefile +++ b/devel/bnf/Makefile @@ -6,19 +6,13 @@ # PORTNAME= bnf -PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTVERSION= 1.6.10 CATEGORIES= devel -MASTER_SITES= http://ftp.dkuug.dk/gnu/ftp/savannah/files/bnf/ \ - http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/bnf/ \ - http://mirrors.dotsrc.org/ftp.gnu.org/savannah/files/bnf/ \ - http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/bnf/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Generate C parser given a grammar in BNF notation -BROKEN= Does not fetch - GNU_CONFIGURE= yes INFO= bnf diff --git a/devel/bnf/files/patch-doc::bnf.texi b/devel/bnf/files/patch-doc::bnf.texi deleted file mode 100644 index 0471adbab39f..000000000000 --- a/devel/bnf/files/patch-doc::bnf.texi +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/bnf.texi.orig Thu May 22 06:32:29 2003 -+++ doc/bnf.texi Thu May 22 06:34:23 2003 -@@ -2,6 +2,10 @@ - @c %**start of header - @setfilename bnf.info - @settitle BNF Parser Generator -+@dircategory Programming Tools -+@direntry -+* bnf: (bnf). A simple parser generator -+@end direntry - @c %**end of header - - |