diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/csv2latex/Makefile | 4 | ||||
-rw-r--r-- | textproc/csv2latex/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 3b72a4fc32d1..a03e6a6b184f 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= csv2latex -PORTVERSION= 20030501 +PORTVERSION= 20040213 CATEGORIES= textproc MASTER_SITES= http://brouits.free.fr/share/utils/ DISTNAME= ${PORTNAME} @@ -16,8 +16,6 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org COMMENT= Converts a well formed csv file to a LaTeX document -BROKEN= Size mismatch - USE_GETOPT_LONG= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/csv2latex diff --git a/textproc/csv2latex/distinfo b/textproc/csv2latex/distinfo index 4f284b141563..b70003b2ed2b 100644 --- a/textproc/csv2latex/distinfo +++ b/textproc/csv2latex/distinfo @@ -1,2 +1,2 @@ -MD5 (csv2latex.c) = d334bf0c814e1e8c76416b495fbe71eb -SIZE (csv2latex.c) = 6807 +MD5 (csv2latex.c) = cf04dc2572c058201999f06a01d3a362 +SIZE (csv2latex.c) = 6830 |