diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-30 20:31:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-30 20:31:57 +0000 |
commit | 82e33f9707e8c4d9395a604b8248b440a7ee48bb (patch) | |
tree | 03f3bbb2a42c96b24496a9dfb19f78f7931a7f21 /comms/ruby-serialport | |
parent | a06e7f856e734266f53754fc1bcd382560342eb6 (diff) | |
download | ports-82e33f9707e8c4d9395a604b8248b440a7ee48bb.tar.gz ports-82e33f9707e8c4d9395a604b8248b440a7ee48bb.zip |
Notes
Diffstat (limited to 'comms/ruby-serialport')
-rw-r--r-- | comms/ruby-serialport/Makefile | 2 | ||||
-rw-r--r-- | comms/ruby-serialport/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/ruby-serialport/Makefile b/comms/ruby-serialport/Makefile index 8148d30bdac2..38c0d77091a3 100644 --- a/comms/ruby-serialport/Makefile +++ b/comms/ruby-serialport/Makefile @@ -8,7 +8,7 @@ PORTNAME= serialport PORTVERSION= 0.6 CATEGORIES= comms ruby -MASTER_SITES= http://davedd.free.fr/ruby-serialport/ +MASTER_SITES= http://rubyforge.org/frs/download.php/72/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/comms/ruby-serialport/pkg-descr b/comms/ruby-serialport/pkg-descr index a750e7091a78..7ef215167265 100644 --- a/comms/ruby-serialport/pkg-descr +++ b/comms/ruby-serialport/pkg-descr @@ -2,4 +2,4 @@ Ruby/SerialPort is a Ruby library that allows you to communicate via the RS232 port. Author: Guillaume Pierronnet <moumar@netcourrier.com> -WWW: http://davedd.free.fr/ruby-serialport/ +WWW: http://ruby-serialport.rubyforge.org/ |