diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:03:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:03:14 +0000 |
commit | 037bec15bea49c2eff46e053bce30adc8800e076 (patch) | |
tree | 50c913cba4d7f3b217ccb93a8bcfb23ba8671ded | |
parent | 3d7611561b5001ae602b814a45925b1a662bfe9f (diff) | |
download | pkgsrc-037bec15bea49c2eff46e053bce30adc8800e076.tar.gz |
Fix HOMEPAGE.
-rw-r--r-- | devel/p5-Term-UI/Makefile | 4 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Sender/Makefile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Term-UI/Makefile b/devel/p5-Term-UI/Makefile index 1b842d429a9..b78d2c999c4 100644 --- a/devel/p5-Term-UI/Makefile +++ b/devel/p5-Term-UI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/03 08:03:14 wiz Exp $ DISTNAME= Term-UI-0.46 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~bingos/Term-UI.pm +HOMEPAGE= https://metacpan.org/pod/Term::UI COMMENT= Methods to ask both elaborate questions and simple yes/no LICENSE= ${PERL5_LICENSE} diff --git a/geography/p5-Geo-Distance/Makefile b/geography/p5-Geo-Distance/Makefile index a7fb7bcab52..a17ecb19be8 100644 --- a/geography/p5-Geo-Distance/Makefile +++ b/geography/p5-Geo-Distance/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/06/05 14:23:59 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.17 2017/09/03 08:03:55 wiz Exp $ DISTNAME= Geo-Distance-0.20 PKGNAME= p5-${DISTNAME} @@ -8,7 +7,7 @@ CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm +HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.20/ COMMENT= Calculate Distances and Closest Locations LICENSE= ${PERL5_LICENSE} diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile index 9e33c717715..cc59f4c25d4 100644 --- a/mail/p5-Mail-Sender/Makefile +++ b/mail/p5-Mail-Sender/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:07 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.19 2017/09/03 08:04:31 wiz Exp $ DISTNAME= Mail-Sender-0.903 PKGNAME= p5-${DISTNAME} @@ -8,7 +7,7 @@ CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/ +HOMEPAGE= http://search.cpan.org/~capoeirab/Mail-Sender-0.903/ COMMENT= Sending mails with attachments through an SMTP server LICENSE= ${PERL5_LICENSE} |