diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-16 02:24:01 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-16 02:24:01 +0000 |
commit | c7e03010aae0510cd93a7fbec72cc19284e22914 (patch) | |
tree | 83614ca921d1adc95586c30bfc0a924a116e59af /textproc/csv2latex | |
parent | 5adfd05049a861128d542cd9ab3a83946132fc79 (diff) | |
download | ports-c7e03010aae0510cd93a7fbec72cc19284e22914.tar.gz ports-c7e03010aae0510cd93a7fbec72cc19284e22914.zip |
Notes
Diffstat (limited to 'textproc/csv2latex')
-rw-r--r-- | textproc/csv2latex/Makefile | 5 | ||||
-rw-r--r-- | textproc/csv2latex/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 52e377037030..a6c18320e553 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -10,12 +10,13 @@ PORTNAME= csv2latex PORTVERSION= 0.18 PORTEPOCH= 1 CATEGORIES= textproc converters -MASTER_SITES= http://herewe.servebeer.com/csv2latex/releases/ \ - http://brouits.free.fr/csv2latex/ +MASTER_SITES= http://ftp.debian.org/pool/main/c/csv2latex/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= wen@FreeBSD.org COMMENT= Converts a well formed csv file to a LaTeX document +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/csv2latex do-build: diff --git a/textproc/csv2latex/distinfo b/textproc/csv2latex/distinfo index f03aa4aa2129..abea0d9c036a 100644 --- a/textproc/csv2latex/distinfo +++ b/textproc/csv2latex/distinfo @@ -1,3 +1,2 @@ -MD5 (csv2latex-0.18.tar.gz) = e8fbfbfd4b3a369a8c1cedd833ebe8a3 -SHA256 (csv2latex-0.18.tar.gz) = 82283647e66ec919fe139cf1a9f7e160152928e3ad91b1ffd1269fff7c2156b2 -SIZE (csv2latex-0.18.tar.gz) = 19709 +SHA256 (csv2latex_0.18.orig.tar.gz) = 82283647e66ec919fe139cf1a9f7e160152928e3ad91b1ffd1269fff7c2156b2 +SIZE (csv2latex_0.18.orig.tar.gz) = 19709 |