diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-31 04:31:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-31 04:31:57 +0800 |
commit | b0f99409c86779cdaf766f7579a26eabc8a2247f (patch) | |
tree | 0c21379292f125049600a739d7572d76fbe8a500 /comms/ruby-serialport | |
parent | 2cd94b7109dce7682cfa6ae6cc0431f9ccb2939f (diff) | |
download | freebsd-ports-gnome-b0f99409c86779cdaf766f7579a26eabc8a2247f.tar.gz freebsd-ports-gnome-b0f99409c86779cdaf766f7579a26eabc8a2247f.tar.zst freebsd-ports-gnome-b0f99409c86779cdaf766f7579a26eabc8a2247f.zip |
Update mastersite and www.
PR: ports/88062
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
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/ |