diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-29 18:11:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-29 18:11:38 +0800 |
commit | 915399a1cbe960d4a1e62e850551e1dd3c8fd1bc (patch) | |
tree | 93af38879d2292e0bab2cbd2727caef464cf8c3b /textproc/dbacl | |
parent | ab2b30e515d7228d86e202f4e89cd25b43102c98 (diff) | |
download | freebsd-ports-graphics-915399a1cbe960d4a1e62e850551e1dd3c8fd1bc.tar.gz freebsd-ports-graphics-915399a1cbe960d4a1e62e850551e1dd3c8fd1bc.tar.zst freebsd-ports-graphics-915399a1cbe960d4a1e62e850551e1dd3c8fd1bc.zip |
- Update to 1.8.1
- Many bugs were discovered and fixed. A test suite was added to
prevent future regressions. It can be called using make check.
Memory management was improved, giving a large speedup in
classification speed, and a putative confidence score is now
available via an -X switch.
- Some documentation changes were made.
PR: ports/69749
Submitted by: maintainer
Diffstat (limited to 'textproc/dbacl')
-rw-r--r-- | textproc/dbacl/Makefile | 2 | ||||
-rw-r--r-- | textproc/dbacl/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dbacl/Makefile b/textproc/dbacl/Makefile index acc4285b111..807f00048fc 100644 --- a/textproc/dbacl/Makefile +++ b/textproc/dbacl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dbacl -PORTVERSION= 1.8 +PORTVERSION= 1.8.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/dbacl/distinfo b/textproc/dbacl/distinfo index 65dc0429cef..d2a04f148c6 100644 --- a/textproc/dbacl/distinfo +++ b/textproc/dbacl/distinfo @@ -1,2 +1,2 @@ -MD5 (dbacl-1.8.tar.gz) = 2ac80618bd401e5db7754d89e59fd78a -SIZE (dbacl-1.8.tar.gz) = 598871 +MD5 (dbacl-1.8.1.tar.gz) = d2a850f6d83c23ab18c8d5febf6dc08a +SIZE (dbacl-1.8.1.tar.gz) = 717467 |