diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 01:30:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 01:30:39 +0000 |
commit | 28ce5ae50b015c7f58d481027649b54039f07c4f (patch) | |
tree | b3b0c6935597a5512ea3abbdcab19b55511e6726 /textproc/p5-XML-Twig | |
parent | ec573444f0dbb9eadcb3212ea3c1a35e853b3cfa (diff) | |
download | ports-28ce5ae50b015c7f58d481027649b54039f07c4f.tar.gz ports-28ce5ae50b015c7f58d481027649b54039f07c4f.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Twig')
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Twig/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Twig/files/patch-aa | 16 |
3 files changed, 5 insertions, 20 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 4f19a720ce8b..ae6720a26214 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Twig -PORTVERSION= 3.26 +PORTVERSION= 3.28 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -29,6 +29,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES +CONFIGURE_ARGS+= -y MAN1= xml_grep.1 xml_merge.1 xml_pp.1 xml_spellcheck.1 xml_split.1 MAN3= XML::Twig.3 diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 2739d63a34b4..a8d177843ee5 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Twig-3.26.tar.gz) = b776ab7e0649dd62a50bac41366046e1 -SHA256 (XML-Twig-3.26.tar.gz) = b85c6d2b3562bc5d4c90c29e0337151c54743f9214f726c12776b280d7c48736 -SIZE (XML-Twig-3.26.tar.gz) = 315302 +MD5 (XML-Twig-3.28.tar.gz) = c09aef1fb2ea4b2f031d95fca675b363 +SHA256 (XML-Twig-3.28.tar.gz) = 209b1e4601aac8e8d6c447dc8f976ebd6eddf912b0519011faaa8186d776ac91 +SIZE (XML-Twig-3.28.tar.gz) = 320363 diff --git a/textproc/p5-XML-Twig/files/patch-aa b/textproc/p5-XML-Twig/files/patch-aa deleted file mode 100644 index 19d23e6a03bf..000000000000 --- a/textproc/p5-XML-Twig/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- m Sun Apr 18 14:05:30 2004 -+++ Makefile.PL Sun Apr 18 14:05:39 2004 -@@ -11,10 +11,10 @@ - xml_spellcheck|y|spellcheck XML files skipping tags - QUERIES - my ($program, $default, $description) = split /\|/, $_; -- if (prompt("Do you want to install '$program' ($description)?", -- $default) =~ /^y/) { -+# if (prompt("Do you want to install '$program' ($description)?", -+# $default) =~ /^y/) { - push(@programs, $program); -- } -+# } - } - - WriteMakefile( |