diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-18 09:02:13 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-18 09:02:13 +0800 |
commit | db5936eec76e3d64480047e2fcaa20149ac08adf (patch) | |
tree | d354cea9dca2218a41b44d62e89ca3dc7d0aa4ce /textproc | |
parent | 80214a93258fb69a78d46b4a3af8480f01ceda7a (diff) | |
download | freebsd-ports-gnome-db5936eec76e3d64480047e2fcaa20149ac08adf.tar.gz freebsd-ports-gnome-db5936eec76e3d64480047e2fcaa20149ac08adf.tar.zst freebsd-ports-gnome-db5936eec76e3d64480047e2fcaa20149ac08adf.zip |
- update to 2.44
- remove BUILD_DEPENDS of p5-Filter-Simple
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/txt2html/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 059d8e46614d..9542610d52fe 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= txt2html -PORTVERSION= 2.43 +PORTVERSION= 2.44 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= txt2html @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= txt2html MAINTAINER= ports@FreeBSD.org COMMENT= Convert raw text to something with a little HTML formatting -BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ - ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple +BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/txt2html/distinfo b/textproc/txt2html/distinfo index 64c5c6ec4356..3a6da97de9c1 100644 --- a/textproc/txt2html/distinfo +++ b/textproc/txt2html/distinfo @@ -1,3 +1,3 @@ -MD5 (txt2html-2.43.tar.gz) = 6de88bfcfde0e48a34d96e128d24812b -SHA256 (txt2html-2.43.tar.gz) = 1e213ea01887d067bff9db6138295d57ebe3e9ff56d40ce0d1cbb203cf062416 -SIZE (txt2html-2.43.tar.gz) = 117540 +MD5 (txt2html-2.44.tar.gz) = 6fce6874310b8ae09d03a37baea1517c +SHA256 (txt2html-2.44.tar.gz) = 88f8a255490f028b452d8e80480b044150e0846b510fb21ab2a953ff035b2837 +SIZE (txt2html-2.44.tar.gz) = 117583 |