diff options
author | sahil <sahil@FreeBSD.org> | 2010-06-02 08:36:14 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-06-02 08:36:14 +0800 |
commit | 2d8bd25895c6c3011d92e9fe14670a101f97539e (patch) | |
tree | e26b8b6792439399d9a569e156193ecbbe26fa7d | |
parent | c4cbb9c1d3a507815b253856f3efaabea6b0c182 (diff) | |
download | freebsd-ports-gnome-2d8bd25895c6c3011d92e9fe14670a101f97539e.tar.gz freebsd-ports-gnome-2d8bd25895c6c3011d92e9fe14670a101f97539e.tar.zst freebsd-ports-gnome-2d8bd25895c6c3011d92e9fe14670a101f97539e.zip |
- Pass maintainership to ports@FreeBSD.org
- Remove ex-maintainer's mirror from MASTER_SITES
PR: ports/146966
Submitted by: Matthew Seaman (maintainer)
Approved by: wxs@/itectu@ (mentors, implicit)
-rw-r--r-- | sysutils/fvcool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index 1bf650465825..8c67ab91a61d 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -8,11 +8,10 @@ PORTNAME= fvcool PORTVERSION= 1.0.4 CATEGORIES= sysutils -MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/ \ - http://www.infracaninophile.co.uk/fvcool/ +MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/ DISTNAME= FVCool${PORTVERSION:S/.//g} -MAINTAINER= m.seaman@infracaninophile.co.uk +MAINTAINER= ports@freebsd.org COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 |