diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-08-29 06:18:00 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-08-29 06:18:00 +0800 |
commit | 52dfa598b1a18921a57002eda0aeed95ca9aa32f (patch) | |
tree | 1c71af44116654f1861273cb595350f6bed8de1b /databases/p5-tokyotyrant | |
parent | e9c1380a665787f7f054cdd0e65229b7603cb6cf (diff) | |
download | freebsd-ports-gnome-52dfa598b1a18921a57002eda0aeed95ca9aa32f.tar.gz freebsd-ports-gnome-52dfa598b1a18921a57002eda0aeed95ca9aa32f.tar.zst freebsd-ports-gnome-52dfa598b1a18921a57002eda0aeed95ca9aa32f.zip |
Update MASTER_SITE and WWW, and honor portlint.
PR: ports/160169
Submitted by: sunpoet
Diffstat (limited to 'databases/p5-tokyotyrant')
-rw-r--r-- | databases/p5-tokyotyrant/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-tokyotyrant/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile index d3c60242fb50..ebd4d90c7449 100644 --- a/databases/p5-tokyotyrant/Makefile +++ b/databases/p5-tokyotyrant/Makefile @@ -9,9 +9,9 @@ PORTNAME= tokyotyrant PORTVERSION= 1.16 PORTREVISION= 1 CATEGORIES= databases perl5 -MASTER_SITES= http://1978th.net/tokyotyrant/perlpkg/ -DISTNAME= ${PORTNAME}-perl-${PORTVERSION} +MASTER_SITES= http://fallabs.com/${PORTNAME}/perlpkg/ PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-perl-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl5 interface to the TokyoTyrant diff --git a/databases/p5-tokyotyrant/pkg-descr b/databases/p5-tokyotyrant/pkg-descr index 68377a71e4a5..c75b4f7d228d 100644 --- a/databases/p5-tokyotyrant/pkg-descr +++ b/databases/p5-tokyotyrant/pkg-descr @@ -1,4 +1,4 @@ TokyoTyrant-perl is an extenstion to Perl which allows access to TokyoTyrant dataabses. -WWW: http://1978th.net/tokyotyrant/perlpkg/ +WWW: http://fallabs.com/tokyotyrant/ |