diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 20:26:15 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-03 20:26:15 +0000 |
commit | af50d60c184c14df0c971a80d99e5da666fbfc8f (patch) | |
tree | 28f7fa392729c79d87be66d4a92c636cee3d6dcd | |
parent | ab03dbc2e9c5cb22f193f62d707b188844d87ade (diff) | |
download | ports-af50d60c184c14df0c971a80d99e5da666fbfc8f.tar.gz ports-af50d60c184c14df0c971a80d99e5da666fbfc8f.zip |
Unbreak by upgrading to the latest file.
PR: 71336
Submitted by: Stefan Walter
Notes
Notes:
svn path=/head/; revision=118079
-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 |