diff options
author | wen <wen@FreeBSD.org> | 2011-01-16 10:24:01 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-16 10:24:01 +0800 |
commit | ee06c8744b9319cfe1b73686e07ba221e7e46585 (patch) | |
tree | 73f9c517a8ba7767fce73047b76fda2e8b241433 /textproc | |
parent | 19e4363d071cbe3c11fd17a6497b3db199900f4b (diff) | |
download | freebsd-ports-gnome-ee06c8744b9319cfe1b73686e07ba221e7e46585.tar.gz freebsd-ports-gnome-ee06c8744b9319cfe1b73686e07ba221e7e46585.tar.zst freebsd-ports-gnome-ee06c8744b9319cfe1b73686e07ba221e7e46585.zip |
- Fix the fetch error
Reported by: QAT@
Feature safe: yes
Diffstat (limited to 'textproc')
-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 |