diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-09-02 08:23:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-09-02 08:23:45 +0000 |
commit | 16e552c5b6a22bdb4294205b8dfc8a7c2d84c777 (patch) | |
tree | aafadd3764eca45f32d7333e7618bfe23be6cd00 /textproc/txt2html | |
parent | 8a0570b491b3a077757641853b86427461778481 (diff) | |
download | ports-16e552c5b6a22bdb4294205b8dfc8a7c2d84c777.tar.gz ports-16e552c5b6a22bdb4294205b8dfc8a7c2d84c777.zip |
- update to 2.30.
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
And txt2html does not need newer module ( Data::Dumper => 0).
Approved by: vanilla (co-mentor)
Notes
Notes:
svn path=/head/; revision=117906
Diffstat (limited to 'textproc/txt2html')
-rw-r--r-- | textproc/txt2html/Makefile | 8 | ||||
-rw-r--r-- | textproc/txt2html/distinfo | 4 | ||||
-rw-r--r-- | textproc/txt2html/pkg-plist | 3 |
3 files changed, 5 insertions, 10 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 297948bfea67..6c08c73e0864 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= txt2html -PORTVERSION= 2.23 +PORTVERSION= 2.30 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= txt2html @@ -17,7 +17,7 @@ COMMENT= Convert raw text to something with a little HTML formatting BUILD_DEPENDS= ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN1= txt2html.1 MAN3= HTML::TextToHTML.3 @@ -25,9 +25,7 @@ MAN3= HTML::TextToHTML.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE="Need at least perl 5.6.1 to build" .endif .include <bsd.port.post.mk> diff --git a/textproc/txt2html/distinfo b/textproc/txt2html/distinfo index b4e43353cc1f..078eb3e04e5d 100644 --- a/textproc/txt2html/distinfo +++ b/textproc/txt2html/distinfo @@ -1,2 +1,2 @@ -MD5 (txt2html-2.23.tar.gz) = dbcd7a64ec87ad5753755a0321d777d6 -SIZE (txt2html-2.23.tar.gz) = 90665 +MD5 (txt2html-2.30.tar.gz) = 8ddf7e0839187ecdec61d8e108f66b86 +SIZE (txt2html-2.30.tar.gz) = 94667 diff --git a/textproc/txt2html/pkg-plist b/textproc/txt2html/pkg-plist index 850fafe12b7a..2b46fc6c012e 100644 --- a/textproc/txt2html/pkg-plist +++ b/textproc/txt2html/pkg-plist @@ -1,8 +1,5 @@ bin/txt2html share/txt2html/txt2html.dict %%SITE_PERL%%/HTML/TextToHTML.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TextToHTML/.packlist @dirrm share/txt2html -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TextToHTML -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true |