aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2007-10-16 18:54:48 +0000
committerAnders Nordby <anders@FreeBSD.org>2007-10-16 18:54:48 +0000
commite5793f46fd41a8014d9de8d137ca1fe8e52eda83 (patch)
tree4ed529c3f60dd26c4b9daae8e293c6b0926fd17c /comms/p5-Device-SerialPort
parenta73be396a2c536438ec268e60e73e3656e902e75 (diff)
downloadports-e5793f46fd41a8014d9de8d137ca1fe8e52eda83.tar.gz
ports-e5793f46fd41a8014d9de8d137ca1fe8e52eda83.zip
Update to 1.003001.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=201573
Diffstat (limited to 'comms/p5-Device-SerialPort')
-rw-r--r--comms/p5-Device-SerialPort/Makefile2
-rw-r--r--comms/p5-Device-SerialPort/distinfo6
-rw-r--r--comms/p5-Device-SerialPort/files/patch-aa14
3 files changed, 12 insertions, 10 deletions
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=<DEVICE>' to override this search)\n";
}