diff options
65 files changed, 206 insertions, 147 deletions
diff --git a/devel/p5-File-Cache/Makefile b/devel/p5-File-Cache/Makefile index 998278f13932..23eec6d26ae4 100644 --- a/devel/p5-File-Cache/Makefile +++ b/devel/p5-File-Cache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Cache -PORTVERSION= 0.13 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File diff --git a/devel/p5-File-Cache/distinfo b/devel/p5-File-Cache/distinfo index 68ec499491ae..7e820df3984e 100644 --- a/devel/p5-File-Cache/distinfo +++ b/devel/p5-File-Cache/distinfo @@ -1 +1 @@ -MD5 (File-Cache-0.13.tar.gz) = 42b33b0731d9ee7fae33b37703b8f0f9 +MD5 (File-Cache-0.16.tar.gz) = 712371ae4ee88de11072d1616ae0af72 diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile index 98a0d82c0c9d..37c2349fe4b2 100644 --- a/devel/p5-Filter/Makefile +++ b/devel/p5-Filter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Filter -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Filter diff --git a/devel/p5-Filter/distinfo b/devel/p5-Filter/distinfo index f88995ec34a4..3fb5a60cc3b6 100644 --- a/devel/p5-Filter/distinfo +++ b/devel/p5-Filter/distinfo @@ -1 +1 @@ -MD5 (Filter-1.22.tar.gz) = d1665e8ce0031c84874e6816d46b5af3 +MD5 (Filter-1.23.tar.gz) = 79823eabfd63c60343f0f048edd4a90e diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile index 698fec9ca2a5..7332b8d5b862 100644 --- a/devel/p5-FreezeThaw/Makefile +++ b/devel/p5-FreezeThaw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FreezeThaw -PORTVERSION= 0.3 +PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= FreezeThaw @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= YES -MAN3= FreezeThaw.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= FreezeThaw.3 .include <bsd.port.mk> diff --git a/devel/p5-FreezeThaw/distinfo b/devel/p5-FreezeThaw/distinfo index 148cd1307f0b..882978fb69c5 100644 --- a/devel/p5-FreezeThaw/distinfo +++ b/devel/p5-FreezeThaw/distinfo @@ -1 +1 @@ -MD5 (FreezeThaw-0.3.tar.gz) = f9d5d1cd7720c16b0b0bf30bac3eb034 +MD5 (FreezeThaw-0.41.tar.gz) = 3d944c71ace9e9487fb91282ca582e06 diff --git a/devel/p5-Proc-Background/Makefile b/devel/p5-Proc-Background/Makefile index 5b80c2eecc76..3583cfb91bca 100644 --- a/devel/p5-Proc-Background/Makefile +++ b/devel/p5-Proc-Background/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Proc-Background -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc @@ -16,9 +16,10 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= yes -MAN1PREFIX= ${PREFIX} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= timed-process.1 -MAN3= Proc::Background.3 Proc::Background::Win32.3 Proc::Background::Unix.3 +MAN3= Proc::Background.3 \ + Proc::Background::Win32.3 \ + Proc::Background::Unix.3 .include <bsd.port.mk> diff --git a/devel/p5-Proc-Background/distinfo b/devel/p5-Proc-Background/distinfo index 34b14ca5f415..2dde8d2dab2c 100644 --- a/devel/p5-Proc-Background/distinfo +++ b/devel/p5-Proc-Background/distinfo @@ -1 +1 @@ -MD5 (Proc-Background-1.01.tar.gz) = 2b0bd0daa393565eaf95381e142c9f12 +MD5 (Proc-Background-1.03.tar.gz) = 7ca2714bbd050ea96923e5a8a14dc907 diff --git a/devel/p5-Proc-Background/pkg-plist b/devel/p5-Proc-Background/pkg-plist index 007b301a4f68..a331011e6b31 100644 --- a/devel/p5-Proc-Background/pkg-plist +++ b/devel/p5-Proc-Background/pkg-plist @@ -4,4 +4,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Proc/Background/Unix.pm lib/perl5/site_perl/%%PERL_VER%%/Proc/Background/Win32.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Background/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Background +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/Proc/Background +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 7b2e3ded05d0..0b9e0d781a07 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Business-CreditCard -PORTVERSION= 0.21 +PORTVERSION= 0.23 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES -NO_BUILD= YES - -do-install: - @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Business - @ ${INSTALL_DATA} ${WRKSRC}/CreditCard.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Business/ +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Business::CreditCard.3 .include <bsd.port.mk> diff --git a/finance/p5-Business-CreditCard/distinfo b/finance/p5-Business-CreditCard/distinfo index 266e1d52cb61..1705777a50cd 100644 --- a/finance/p5-Business-CreditCard/distinfo +++ b/finance/p5-Business-CreditCard/distinfo @@ -1 +1 @@ -MD5 (Business-CreditCard-0.21.tar.gz) = f68f98710e883491c25a912558e22007 +MD5 (Business-CreditCard-0.23.tar.gz) = 25dbb53a7bf88cdce0fd18016db263b3 diff --git a/finance/p5-Business-CreditCard/pkg-plist b/finance/p5-Business-CreditCard/pkg-plist index 3d3995ac2ac3..7e378dff00e8 100644 --- a/finance/p5-Business-CreditCard/pkg-plist +++ b/finance/p5-Business-CreditCard/pkg-plist @@ -1,2 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Business/CreditCard.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/CreditCard +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist index fbe58509960d..31c08618465b 100644 --- a/graphics/p5-Chart/pkg-plist +++ b/graphics/p5-Chart/pkg-plist @@ -7,4 +7,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Mountain.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart @dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart diff --git a/graphics/p5-chart/pkg-plist b/graphics/p5-chart/pkg-plist index fbe58509960d..31c08618465b 100644 --- a/graphics/p5-chart/pkg-plist +++ b/graphics/p5-chart/pkg-plist @@ -7,4 +7,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Mountain.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart @dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index 74c49758a40a..b714f9eeae27 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Audit -PORTVERSION= 1.8 +PORTVERSION= 1.10 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -22,7 +22,10 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Mail::Audit.3 Mail::Audit::KillDups.3 Mail::Audit::MAPS.3 \ +MAN3= Mail::Audit.3 \ + Mail::Audit::KillDups.3 \ + Mail::Audit::List.3 \ + Mail::Audit::MAPS.3 \ Mail::Audit::PGP.3 .include <bsd.port.mk> diff --git a/mail/p5-Mail-Audit/distinfo b/mail/p5-Mail-Audit/distinfo index 5dc7d2be0a3a..9ff17b20c3e1 100644 --- a/mail/p5-Mail-Audit/distinfo +++ b/mail/p5-Mail-Audit/distinfo @@ -1 +1 @@ -MD5 (Mail-Audit-1.8.tar.gz) = e25d86cb65802e7272f2f6bf4d467d47 +MD5 (Mail-Audit-1.10.tar.gz) = baf04261ad5fb0855f37981a6979a899 diff --git a/mail/p5-Mail-Audit/pkg-plist b/mail/p5-Mail-Audit/pkg-plist index 7944c11d3ac4..c2def7959775 100644 --- a/mail/p5-Mail-Audit/pkg-plist +++ b/mail/p5-Mail-Audit/pkg-plist @@ -1,7 +1,10 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit/KillDups.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit/List.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit/MAPS.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit/PGP.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Audit/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Audit +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Audit +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index f57ee65c6a34..420cf9596062 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Box -PORTVERSION= 0.4 +PORTVERSION= 1.111 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools + ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> @@ -28,9 +29,17 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Mail::Box.3 Mail::Box::Tie.3 Mail::Box::Mbox.3 \ - Mail::Box::MH.3 Mail::Box::Manager.3 \ - Mail::Box::Message.3 Mail::Box::Threads.3 \ - Mail::Box::Locker.3 Mail::Box::Index.3 +MAN3= Mail::Box.3 \ + Mail::Box::Index.3 \ + Mail::Box::Locker.3 \ + Mail::Box::MH.3 \ + Mail::Box::MH::Message.3 \ + Mail::Box::Manager.3 \ + Mail::Box::Mbox.3 \ + Mail::Box::Mbox::Message.3 \ + Mail::Box::Message.3 \ + Mail::Box::Thread.3 \ + Mail::Box::Threads.3 \ + Mail::Box::Tie.3 .include <bsd.port.post.mk> diff --git a/mail/p5-Mail-Box/distinfo b/mail/p5-Mail-Box/distinfo index 5d3883c0e603..1f1b58fa1a4e 100644 --- a/mail/p5-Mail-Box/distinfo +++ b/mail/p5-Mail-Box/distinfo @@ -1 +1 @@ -MD5 (Mail-Box-0.4.tar.gz) = 309dfd7da59d41b60aff66318029bd55 +MD5 (Mail-Box-1.111.tar.gz) = dc2139184fa49a82263c84f12277b796 diff --git a/mail/p5-Mail-Box/pkg-plist b/mail/p5-Mail-Box/pkg-plist index fe15f38c8cf9..fe977c74c14e 100644 --- a/mail/p5-Mail-Box/pkg-plist +++ b/mail/p5-Mail-Box/pkg-plist @@ -2,11 +2,18 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/Box.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Index.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH/Message.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Manager.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox/Message.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Message.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Thread.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Threads.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie.pm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH @dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile index f57ee65c6a34..420cf9596062 100644 --- a/mail/p5-Mail-Box1/Makefile +++ b/mail/p5-Mail-Box1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Box -PORTVERSION= 0.4 +PORTVERSION= 1.111 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools + ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> @@ -28,9 +29,17 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Mail::Box.3 Mail::Box::Tie.3 Mail::Box::Mbox.3 \ - Mail::Box::MH.3 Mail::Box::Manager.3 \ - Mail::Box::Message.3 Mail::Box::Threads.3 \ - Mail::Box::Locker.3 Mail::Box::Index.3 +MAN3= Mail::Box.3 \ + Mail::Box::Index.3 \ + Mail::Box::Locker.3 \ + Mail::Box::MH.3 \ + Mail::Box::MH::Message.3 \ + Mail::Box::Manager.3 \ + Mail::Box::Mbox.3 \ + Mail::Box::Mbox::Message.3 \ + Mail::Box::Message.3 \ + Mail::Box::Thread.3 \ + Mail::Box::Threads.3 \ + Mail::Box::Tie.3 .include <bsd.port.post.mk> diff --git a/mail/p5-Mail-Box1/distinfo b/mail/p5-Mail-Box1/distinfo index 5d3883c0e603..1f1b58fa1a4e 100644 --- a/mail/p5-Mail-Box1/distinfo +++ b/mail/p5-Mail-Box1/distinfo @@ -1 +1 @@ -MD5 (Mail-Box-0.4.tar.gz) = 309dfd7da59d41b60aff66318029bd55 +MD5 (Mail-Box-1.111.tar.gz) = dc2139184fa49a82263c84f12277b796 diff --git a/mail/p5-Mail-Box1/pkg-plist b/mail/p5-Mail-Box1/pkg-plist index fe15f38c8cf9..fe977c74c14e 100644 --- a/mail/p5-Mail-Box1/pkg-plist +++ b/mail/p5-Mail-Box1/pkg-plist @@ -2,11 +2,18 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/Box.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Index.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH/Message.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Manager.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox/Message.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Message.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Thread.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Threads.pm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie.pm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail/Box +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Mail 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH @dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 7e72774efc6b..33b53906aa72 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-IMAPClient -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -18,7 +18,7 @@ PERL_CONFIGURE= yes INSTALL_TARGET= pure_site_install -MAN3= Mail::IMAPClient.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::IMAPClient.3 .include <bsd.port.mk> diff --git a/mail/p5-Mail-IMAPClient/distinfo b/mail/p5-Mail-IMAPClient/distinfo index c843510bb309..813422c1a0a3 100644 --- a/mail/p5-Mail-IMAPClient/distinfo +++ b/mail/p5-Mail-IMAPClient/distinfo @@ -1 +1 @@ -MD5 (Mail-IMAPClient-2.1.0.tar.gz) = 9547de493cc563246c4ad7d0421c3eb9 +MD5 (Mail-IMAPClient-2.1.2.tar.gz) = 7dde6a85b2f9ce24955aacfa20b86917 diff --git a/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL b/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL new file mode 100644 index 000000000000..7a1444572136 --- /dev/null +++ b/mail/p5-Mail-IMAPClient/files/patch-Makefile.PL @@ -0,0 +1,47 @@ +--- Makefile.PL.orig Thu May 10 01:43:18 2001 ++++ Makefile.PL Thu May 10 01:43:42 2001 +@@ -7,44 +7,3 @@ + 'clean' => { FILES => 'test.txt' } + + ); +- +-&set_test_data; +- +-sub set_test_data { +- unless (-f "./IMAPClient.pm") { warn "ERROR: not in installation directory\n"; return } +- return if -f "./test.txt"; +- print "You have the option of running an extended suite of tests during\n", +- "'make test'. This requires an IMAP server name, user account, and ", +- "password to test with.","\n","\n", +- "Do you want to run the extended tests? (n/y) ==> "; +- my $yes = <STDIN>; +- return unless $yes =~ /^[Yy](?:[Ee]:[Ss]?)?$/ ; +- unless (open TST,">./test.txt") { warn "ERROR: couldn't open ./test.txt: $!\n"; return } +- print "\nPlease provide the hostname of a host running an IMAP server \n", +- "(or QUIT to skip the extended tests) ==> "; +- my $server = <STDIN>; +- chomp $server; +- return if $server =~ /^\s+$|^quit$/i ; +- print TST "server=$server\n"; +- print "\nPlease provide the username of an account\non $server (or QUIT) ==> "; +- my $user = <STDIN>; +- chomp $user; +- return if $user =~ /^\s+$|^quit$/i ; +- print TST "user=$user\n"; +- print "\nPlease provide the password for $user\n(or QUIT) ==> "; +- my $passed = <STDIN>; +- chomp $passed; +- return if $passed =~ /^\s+$|^quit$/i ; +- print TST "passed=$passed\n"; +- print "\nPlease provide the port to connect to on $server to run the test \n", +- "(default is 143) ==> "; +- my $port = <STDIN>; +- chomp $port; +- $port ||= 143; +- print TST "port=$port\n"; +- close TST; +- print "\nGracias! The information you provided (including the \n", +- " password!) has been stored in ",cwd,"/test.txt and should be\n", +- " removed (either by hand or by 'make clean') after testing.\n"; +-} +- diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 2e4b350064e3..b8e2c62a9080 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail-Sender -PORTVERSION= 0.7.06 +PORTVERSION= 0.7.08 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes IS_INTERACTIVE= yes -MAN3= Mail::Sender.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Mail::Sender.3 .include <bsd.port.mk> diff --git a/mail/p5-Mail-Sender/distinfo b/mail/p5-Mail-Sender/distinfo index b8c334ee6a9d..3c73f00edca4 100644 --- a/mail/p5-Mail-Sender/distinfo +++ b/mail/p5-Mail-Sender/distinfo @@ -1 +1 @@ -MD5 (Mail-Sender-0.7.06.tar.gz) = bd97098b161775052962e9a2abecaa7b +MD5 (Mail-Sender-0.7.08.tar.gz) = 9b32b313c38337c9f348ee5018db7588 diff --git a/math/p5-Math-FixedPrecision/Makefile b/math/p5-Math-FixedPrecision/Makefile index 8f5e00d67111..d5af77ea4678 100644 --- a/math/p5-Math-FixedPrecision/Makefile +++ b/math/p5-Math-FixedPrecision/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-FixedPrecision -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +USE_ZIP= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 diff --git a/math/p5-Math-FixedPrecision/distinfo b/math/p5-Math-FixedPrecision/distinfo index 6d6ced343c2b..e678ae2c546a 100644 --- a/math/p5-Math-FixedPrecision/distinfo +++ b/math/p5-Math-FixedPrecision/distinfo @@ -1 +1 @@ -MD5 (Math-FixedPrecision-0.12.tar.gz) = 7dd52d428151b3676fdf0d8bcec6a81f +MD5 (Math-FixedPrecision-0.14.zip) = f7e5aa8cc37c796849217bbeaa070e17 diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 247839767140..769db893909d 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-GMP -PORTVERSION= 1.01 +PORTVERSION= 1.07 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index 192df1978cbd..f2fc36b9a4dd 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1 +1 @@ -MD5 (Math-GMP-1.01.tar.gz) = 2e21088e84013b307705ce8f5e1dbe73 +MD5 (Math-GMP-1.07.tar.gz) = 385022cd0af5de7d8ea999d3573d997d diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index 7b2e3ded05d0..0b9e0d781a07 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Business-CreditCard -PORTVERSION= 0.21 +PORTVERSION= 0.23 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES -NO_BUILD= YES - -do-install: - @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Business - @ ${INSTALL_DATA} ${WRKSRC}/CreditCard.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Business/ +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Business::CreditCard.3 .include <bsd.port.mk> diff --git a/misc/p5-Business-CreditCard/distinfo b/misc/p5-Business-CreditCard/distinfo index 266e1d52cb61..1705777a50cd 100644 --- a/misc/p5-Business-CreditCard/distinfo +++ b/misc/p5-Business-CreditCard/distinfo @@ -1 +1 @@ -MD5 (Business-CreditCard-0.21.tar.gz) = f68f98710e883491c25a912558e22007 +MD5 (Business-CreditCard-0.23.tar.gz) = 25dbb53a7bf88cdce0fd18016db263b3 diff --git a/misc/p5-Business-CreditCard/pkg-plist b/misc/p5-Business-CreditCard/pkg-plist index 3d3995ac2ac3..7e378dff00e8 100644 --- a/misc/p5-Business-CreditCard/pkg-plist +++ b/misc/p5-Business-CreditCard/pkg-plist @@ -1,2 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Business/CreditCard.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/CreditCard +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business 2>/dev/null || true diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile index 7c7727b909d1..be718723dbd7 100644 --- a/news/p5-NNTPClient/Makefile +++ b/news/p5-NNTPClient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= NNTPClient -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= news perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= yes -MAN3= News::NNTPClient.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= News::NNTPClient.3 .include <bsd.port.mk> diff --git a/news/p5-NNTPClient/distinfo b/news/p5-NNTPClient/distinfo index 6430ea6b1a9a..5b7724898fc4 100644 --- a/news/p5-NNTPClient/distinfo +++ b/news/p5-NNTPClient/distinfo @@ -1 +1 @@ -MD5 (NNTPClient-0.36.tar.gz) = eb4db161c6f8a50ae8c4c5ab41abd5b6 +MD5 (NNTPClient-0.37.tar.gz) = 1b0257d13f38d2b71bb85d5ac76f5fd1 diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile index 2befa7b07540..21bc05b6d422 100644 --- a/security/p5-Crypt-CipherSaber/Makefile +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CipherSaber -PORTVERSION= 0.50 +PORTVERSION= 0.60 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo index 8831da4d9755..2f4adff572fa 100644 --- a/security/p5-Crypt-CipherSaber/distinfo +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -1 +1 @@ -MD5 (CipherSaber-0.50.tar.gz) = ebc3fbd3e7385b5f7c24de8097091533 +MD5 (CipherSaber-0.60.tar.gz) = 36f3f7d39378b81298379e4c0249de65 diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index b259eed20212..11640b3dc6be 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.23 +PORTVERSION= 0.25 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo index c748b8798a7b..43775d9b385f 100644 --- a/security/p5-Crypt-SSLeay/distinfo +++ b/security/p5-Crypt-SSLeay/distinfo @@ -1 +1 @@ -MD5 (Crypt-SSLeay-0.23.tar.gz) = 585b9d39df8db9ed2b72c3d9d44ddda3 +MD5 (Crypt-SSLeay-0.25.tar.gz) = 12c6bbb9528744c6ce675facd90f1829 diff --git a/security/p5-Crypt-SSLeay/pkg-plist b/security/p5-Crypt-SSLeay/pkg-plist index c5102fd79a51..a04feb9a3c3e 100644 --- a/security/p5-Crypt-SSLeay/pkg-plist +++ b/security/p5-Crypt-SSLeay/pkg-plist @@ -1,13 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Conn.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/CTX.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/Err.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/MainContext.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay/X509.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/SSL.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay/SSLeay.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/SSLeay @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/SSLeay @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index ee6759562a07..602fd45908a0 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-SSLeay -PORTVERSION= 1.05 +PORTVERSION= 1.07 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 2f7529c21707..fb204e9dd5ce 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1 +1 @@ -MD5 (Net_SSLeay.pm-1.05.tar.gz) = d58622893eeaa94970e105400222dc25 +MD5 (Net_SSLeay.pm-1.07.tar.gz) = cf5278dfd77535eaa04cb18a96eebd51 diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile index 91e48a2cf6bf..898dd809e0a1 100644 --- a/sysutils/p5-Quota/Makefile +++ b/sysutils/p5-Quota/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Quota -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Quota diff --git a/sysutils/p5-Quota/distinfo b/sysutils/p5-Quota/distinfo index d5fce9b512a9..d05106dd7faf 100644 --- a/sysutils/p5-Quota/distinfo +++ b/sysutils/p5-Quota/distinfo @@ -1 +1 @@ -MD5 (Quota-1.3.1.tar.gz) = a0b69e72e824e5364a7d4faede0b9c59 +MD5 (Quota-1.3.3.tar.gz) = 74168179747ceae49761106c11b3bc72 diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index f2d2b3f48122..f48ce64a6d87 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Template -PORTVERSION= 1.23 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ ${MASTER_SITE_PERL_CPAN} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= YES -MAN3= Text::Template.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Text::Template.3 .include <bsd.port.mk> diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo index 0a0d648a9b29..c5c6b82e69b4 100644 --- a/textproc/p5-Text-Template/distinfo +++ b/textproc/p5-Text-Template/distinfo @@ -1 +1 @@ -MD5 (Text-Template-1.23.tar.gz) = c9ffdda98f9abfdbc350caea3d90f9b4 +MD5 (Text-Template-1.31.tar.gz) = 7001f889cfe4362d53f51b3eae67021b diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist index 5ae712d81ac0..ddf4a3516aac 100644 --- a/textproc/p5-Text-Template/pkg-plist +++ b/textproc/p5-Text-Template/pkg-plist @@ -1,5 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist lib/perl5/site_perl/%%PERL_VER%%/Text/Template.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Template/Preprocess.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/Template @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 0d37dbc9e358..88df63e919b5 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 0.9 +PORTVERSION= 0.97 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index ca50843dc1f7..0578f089e065 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1 +1 @@ -MD5 (XML-RSS-0.9.tar.gz) = 5396e9a236c6ea0ac9a4366bd74adf9d +MD5 (XML-RSS-0.97.tar.gz) = a588177871e0ab4d88bf15e61cfc3add diff --git a/textproc/p5-XML-RSS/pkg-plist b/textproc/p5-XML-RSS/pkg-plist index 13e040acbc1b..7b3af97a6f0e 100644 --- a/textproc/p5-XML-RSS/pkg-plist +++ b/textproc/p5-XML-RSS/pkg-plist @@ -1,4 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist lib/perl5/site_perl/%%PERL_VER%%/XML/RSS.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS -@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 7d42c1302ba1..aeecbdaf0bb5 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthTicket -PORTVERSION= 0.20 +PORTVERSION= 0.31 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-Apache-AuthTicket/distinfo b/www/p5-Apache-AuthTicket/distinfo index 6d0986a94c12..6c10359d34b9 100644 --- a/www/p5-Apache-AuthTicket/distinfo +++ b/www/p5-Apache-AuthTicket/distinfo @@ -1 +1 @@ -MD5 (Apache-AuthTicket-0.20.tar.gz) = e2f84546aa18b7afb1c8aead5ea3365f +MD5 (Apache-AuthTicket-0.31.tar.gz) = b5224689b7823eb54b6e4f8190a20d69 diff --git a/www/p5-Apache-AuthTicket/pkg-plist b/www/p5-Apache-AuthTicket/pkg-plist index 570561b18118..6ebc5c7b2d8d 100644 --- a/www/p5-Apache-AuthTicket/pkg-plist +++ b/www/p5-Apache-AuthTicket/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthTicket.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthTicket/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthTicket +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 18af8b01a644..9ada4e0055d6 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthenCache -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash +RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes diff --git a/www/p5-Apache-AuthenCache/distinfo b/www/p5-Apache-AuthenCache/distinfo index 90fe4cc53544..ad6b3be71b50 100644 --- a/www/p5-Apache-AuthenCache/distinfo +++ b/www/p5-Apache-AuthenCache/distinfo @@ -1 +1 @@ -MD5 (Apache-AuthenCache-0.03.tar.gz) = eb9b0d3266c906b5c1ee61eac31a00d3 +MD5 (Apache-AuthenCache-0.04.tar.gz) = 2984cc8c6aedf033701275bca0f393ca diff --git a/www/p5-CGI-Cache/Makefile b/www/p5-CGI-Cache/Makefile index 7c1600e2cca5..eccaec4eab05 100644 --- a/www/p5-CGI-Cache/Makefile +++ b/www/p5-CGI-Cache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI-Cache -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CGI diff --git a/www/p5-CGI-Cache/distinfo b/www/p5-CGI-Cache/distinfo index 70174135cd4b..fc16dcf59e58 100644 --- a/www/p5-CGI-Cache/distinfo +++ b/www/p5-CGI-Cache/distinfo @@ -1 +1 @@ -MD5 (CGI-Cache-1.02.tar.gz) = 77d43149b8063a223accf85ac34b48f1 +MD5 (CGI-Cache-1.03.tar.gz) = 07781e3ed794d4d7e0dae67f0e0fe3c0 diff --git a/www/p5-HTML-Stream/Makefile b/www/p5-HTML-Stream/Makefile index 473bb26420bd..8c802c2bcc14 100644 --- a/www/p5-HTML-Stream/Makefile +++ b/www/p5-HTML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Stream -PORTVERSION= 1.45 +PORTVERSION= 1.49 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= YES -MAN3= HTML::Stream.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTML::Stream.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-Stream/distinfo b/www/p5-HTML-Stream/distinfo index 2c94c5dfa688..56ef73d60c93 100644 --- a/www/p5-HTML-Stream/distinfo +++ b/www/p5-HTML-Stream/distinfo @@ -1 +1 @@ -MD5 (HTML-Stream-1.45.tar.gz) = 74a999db504d8c0ca0b0b7a62764f5eb +MD5 (HTML-Stream-1.49.tar.gz) = 7164230cfc8b0b902a31c4219cdd241c diff --git a/www/p5-HTML-Stream/pkg-plist b/www/p5-HTML-Stream/pkg-plist index e2ab14d8f64d..c8f4f4f1d95e 100644 --- a/www/p5-HTML-Stream/pkg-plist +++ b/www/p5-HTML-Stream/pkg-plist @@ -1,5 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Stream.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Stream/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Stream -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index d21eb95ce897..630dd57ad968 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Search -PORTVERSION= 2.10 +PORTVERSION= 2.19 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,7 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -23,55 +26,35 @@ MAN1= AutoSearch.1 \ WebSearch.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= WWW::Search.3 \ - WWW::Search::AOL::Classifieds::Employment.3 \ WWW::Search::AltaVista.3 \ WWW::Search::AltaVista::AdvancedNews.3 \ WWW::Search::AltaVista::AdvancedWeb.3 \ - WWW::Search::AltaVista::Careers.3 \ WWW::Search::AltaVista::Intranet.3 \ + WWW::Search::AltaVista::NL.3 \ WWW::Search::AltaVista::News.3 \ WWW::Search::AltaVista::Web.3 \ WWW::Search::Crawler.3 \ - WWW::Search::Dice.3 \ - WWW::Search::Euroseek.3 \ WWW::Search::Excite::News.3 \ WWW::Search::ExciteForWebServers.3 \ WWW::Search::Fireball.3 \ WWW::Search::FolioViews.3 \ - WWW::Search::GoTo.3 \ - WWW::Search::Google.3 \ WWW::Search::Gopher.3 \ - WWW::Search::HeadHunter.3 \ WWW::Search::HotFiles.3 \ - WWW::Search::Infoseek.3 \ - WWW::Search::Infoseek::Companies.3 \ - WWW::Search::Infoseek::Email.3 \ - WWW::Search::Infoseek::News.3 \ - WWW::Search::Infoseek::Web.3 \ WWW::Search::Livelink.3 \ - WWW::Search::LookSmart.3 \ - WWW::Search::Lycos.3 \ - WWW::Search::Lycos::Pages.3 \ - WWW::Search::Lycos::Sites.3 \ WWW::Search::MSIndexServer.3 \ - WWW::Search::Magellan.3 \ WWW::Search::MetaCrawler.3 \ WWW::Search::Metapedia.3 \ - WWW::Search::Monster.3 \ WWW::Search::NetFind.3 \ - WWW::Search::NorthernLight.3 \ WWW::Search::Null.3 \ - WWW::Search::OpenDirectory.3 \ WWW::Search::PLweb.3 \ WWW::Search::SFgate.3 \ + WWW::Search::Scraper.3 \ WWW::Search::Search97.3 \ WWW::Search::Simple.3 \ - WWW::Search::Snap.3 \ WWW::Search::Test.3 \ WWW::Search::Verity.3 \ + WWW::Search::VoilaFr.3 \ WWW::Search::WebCrawler.3 \ - WWW::Search::Yahoo::Classifieds::Employment.3 \ - WWW::Search::ZDNet.3 \ WWW::SearchResult.3 .include <bsd.port.mk> diff --git a/www/p5-WWW-Search/distinfo b/www/p5-WWW-Search/distinfo index b3b37260383a..1aae21561d2b 100644 --- a/www/p5-WWW-Search/distinfo +++ b/www/p5-WWW-Search/distinfo @@ -1 +1 @@ -MD5 (WWW-Search-2.10.tar.gz) = e4a98dc911715daffcc1463e37e603b2 +MD5 (WWW-Search-2.19.tar.gz) = 44033106fef85221db011705b9f1010f diff --git a/www/p5-WWW-Search/pkg-plist b/www/p5-WWW-Search/pkg-plist index 32e40c5093fd..5a9b72c13de4 100644 --- a/www/p5-WWW-Search/pkg-plist +++ b/www/p5-WWW-Search/pkg-plist @@ -1,65 +1,39 @@ bin/AutoSearch bin/WebSearch -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/.packlist lib/perl5/site_perl/%%PERL_VER%%/WWW/Search.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/SearchResult.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AOL/Classifieds/Employment.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/AdvancedNews.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/AdvancedWeb.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/Careers.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/Intranet.pm +lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/NL.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/News.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista/Web.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Crawler.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Dice.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Euroseek.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Excite/News.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/ExciteForWebServers.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Fireball.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/FolioViews.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/GoTo.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Google.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Gopher.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/HeadHunter.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/HotFiles.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek/Companies.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek/Email.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek/News.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek/Web.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Livelink.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/LookSmart.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Lycos.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Lycos/Pages.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Lycos/Sites.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/MSIndexServer.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Magellan.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/MetaCrawler.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Metapedia.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Monster.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/NetFind.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/NorthernLight.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Null.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/OpenDirectory.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/PLweb.pm +lib/perl5/site_perl/%%PERL_VER%%/WWW/SearchResult.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/SFgate.pm +lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Scraper.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Search97.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Simple.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Snap.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Test.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Verity.pm +lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/VoilaFr.pm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/WebCrawler.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Yahoo/Classifieds/Employment.pm -lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/ZDNet.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Search -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AOL/Classifieds @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AltaVista -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/AOL @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Excite -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Infoseek -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Lycos -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Yahoo/Classifieds -@dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search/Yahoo @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/Search @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true |