diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-02-10 21:46:38 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-02-10 21:46:38 +0000 |
commit | f5714fe30aa718579d8614df3f75ebfb57590c2c (patch) | |
tree | a6cc9ebe787936de97ef60cb6d99d5964d42c30a /textproc | |
parent | 75f824b2c56d01a1865b930ec8bef5543569c3c2 (diff) | |
download | ports-f5714fe30aa718579d8614df3f75ebfb57590c2c.tar.gz ports-f5714fe30aa718579d8614df3f75ebfb57590c2c.zip |
Notes
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> |