From e5793f46fd41a8014d9de8d137ca1fe8e52eda83 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Tue, 16 Oct 2007 18:54:48 +0000 Subject: Update to 1.003001. Approved by: maintainer --- comms/p5-Device-SerialPort/Makefile | 2 +- comms/p5-Device-SerialPort/distinfo | 6 +++--- comms/p5-Device-SerialPort/files/patch-aa | 14 ++++++++------ 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'comms/p5-Device-SerialPort') diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 25261c1d9944..9021b2cc1515 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Device-SerialPort -PORTVERSION= 1.002 +PORTVERSION= 1.003001 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Device diff --git a/comms/p5-Device-SerialPort/distinfo b/comms/p5-Device-SerialPort/distinfo index c8e37932f067..12ce296622b7 100644 --- a/comms/p5-Device-SerialPort/distinfo +++ b/comms/p5-Device-SerialPort/distinfo @@ -1,3 +1,3 @@ -MD5 (Device-SerialPort-1.002.tar.gz) = aeef199bfdd2aece043649a0673146d5 -SHA256 (Device-SerialPort-1.002.tar.gz) = 18d790b785ec10c5c90bf722bfee80a166fd822feffe41d0b6575e7e2309ed20 -SIZE (Device-SerialPort-1.002.tar.gz) = 124543 +MD5 (Device-SerialPort-1.003001.tar.gz) = ba6c23923c8a5c69fcc97cf35aeb8504 +SHA256 (Device-SerialPort-1.003001.tar.gz) = 803d6f128b0778c0873e84cbfa243c1d37ea0e9c7ab59077d7ead24b9e47167e +SIZE (Device-SerialPort-1.003001.tar.gz) = 127200 diff --git a/comms/p5-Device-SerialPort/files/patch-aa b/comms/p5-Device-SerialPort/files/patch-aa index f47f2d5d3e2d..9889c30da473 100644 --- a/comms/p5-Device-SerialPort/files/patch-aa +++ b/comms/p5-Device-SerialPort/files/patch-aa @@ -1,12 +1,14 @@ ---- Makefile.PL.orig Sun Aug 15 18:33:03 2004 -+++ Makefile.PL Sun Aug 15 18:33:41 2004 -@@ -25,8 +25,7 @@ +--- Makefile.PL.orig Fri Jul 20 19:27:38 2007 ++++ Makefile.PL Wed Sep 12 15:53:10 2007 +@@ -25,8 +25,9 @@ # testing. - print "Trying to find a serial port for testing...\n"; - unless (@SERIALS) { + if (scalar(@SERIALS)>0 && $SERIALS[0] eq "auto") { + print "Trying to find a serial port for testing...\n"; - @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1", - "/dev/tty.modem" ); -+ @SERIALS=( "/dev/ttyd0", "/dev/cuad0", "/dev/ttyu0", "/dev/cuau0", "/dev/ucom0", "/dev/cuaa0", "/dev/ttya", "/dev/ttyb" ); ++ @SERIALS=( "/dev/ttyU0", "/dev/ucom0", "/dev/ttyd0", "/dev/cuad0", ++ "/dev/ttyu0", "/dev/cuau0", "/dev/cuaa0", "/dev/ttya", ++ "/dev/ttyb" ); print "(use 'perl Makefile.PL TESTPORT=' to override this search)\n"; } -- cgit v1.2.3