- Update to 3.28

This commit is contained in:
Cheng-Lung Sung 2007-01-08 01:30:39 +00:00
parent ec573444f0
commit 28ce5ae50b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181739
3 changed files with 5 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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(