Update to 1.003001.

Approved by:	maintainer
This commit is contained in:
Anders Nordby 2007-10-16 18:54:48 +00:00
parent a73be396a2
commit e5793f46fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201573
3 changed files with 12 additions and 10 deletions

View file

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

View file

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

View file

@ -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=<DEVICE>' to override this search)\n";
}