diff options
author | pat <pat@FreeBSD.org> | 2003-02-11 05:46:38 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-02-11 05:46:38 +0800 |
commit | 272aff3a59283a8b031dcc6af86b958018edfe3f (patch) | |
tree | cc5b98011f8c722dd2f02428c0fd2e3c127260ba /textproc | |
parent | 473998b205542aee935c3640f4b60a282265d954 (diff) | |
download | freebsd-ports-gnome-272aff3a59283a8b031dcc6af86b958018edfe3f.tar.gz freebsd-ports-gnome-272aff3a59283a8b031dcc6af86b958018edfe3f.tar.zst freebsd-ports-gnome-272aff3a59283a8b031dcc6af86b958018edfe3f.zip |
Update WWW and MASTER_SITES.
PR: ports/48137
Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/minidom/Makefile | 2 | ||||
-rw-r--r-- | textproc/minidom/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index b3be0c486e2d..97dc1c64ab79 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -10,7 +10,7 @@ PORTNAME= minidom PORTVERSION= 0.1.4 PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= http://www.cs.unibo.it/helm/mml-widget/sources/ +MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/ MAINTAINER= ports@FreeBSD.org diff --git a/textproc/minidom/pkg-descr b/textproc/minidom/pkg-descr index 5a573adcbbdd..1ce37eef6c32 100644 --- a/textproc/minidom/pkg-descr +++ b/textproc/minidom/pkg-descr @@ -1,3 +1,3 @@ A minimal implementation of the Document Object Model -WWW: http://www.cs.unibo.it/helm/mml-widget/ +WWW: http://helm.cs.unibo.it/mml-widget/ diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index 371d0fc46557..f00638fcb4cc 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -8,7 +8,7 @@ PORTNAME= Text-Template PORTVERSION= 1.43 CATEGORIES= textproc perl5 -MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ +MASTER_SITES= http://perl.plover.com/Template/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text PKGNAMEPREFIX= p5- diff --git a/textproc/p5-Text-Template/pkg-descr b/textproc/p5-Text-Template/pkg-descr index 8134ed04bbf6..e11598c5def8 100644 --- a/textproc/p5-Text-Template/pkg-descr +++ b/textproc/p5-Text-Template/pkg-descr @@ -1,5 +1,5 @@ Expand template text with embedded Perl -WWW: http://www.plover.com/~mjd/perl/Template/ +WWW: http://perl.plover.com/Template/ - Bill "I hate Perl" Fumerola <billf@FreeBSD.org> |