diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-17 22:40:45 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-17 22:40:45 +0000 |
commit | c466080594106ba498dcbf35ea94c59c641b2b02 (patch) | |
tree | a91c4e1a08ba6cbb94d3e2a51ba7d71d64f58a1e | |
parent | a97c62a6c48bba7ff897a53974e88d04a3a86b2a (diff) | |
download | freebsd-ports-c466080594106ba498dcbf35ea94c59c641b2b02.zip |
Replace dead mirror with working one
PR: ports/161700
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
-rw-r--r-- | sysutils/pwd_unmkdb/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ctwm/Makefile | 2 | ||||
-rw-r--r-- | x11/bgrot/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pwd_unmkdb/Makefile b/sysutils/pwd_unmkdb/Makefile index ed43700cba4a..fd5271334271 100644 --- a/sysutils/pwd_unmkdb/Makefile +++ b/sysutils/pwd_unmkdb/Makefile @@ -9,7 +9,7 @@ PORTNAME= pwd_unmkdb PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ \ - http://www.centralmiss.com/~matt/distfiles/ + http://distfiles.over-yonder.net/pwd_unmkdb/ MAINTAINER= fullermd@over-yonder.net COMMENT= Recover a master.passwd from the hashed database diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index a1caaa9b06ad..a3008906f06b 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.8a PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= http://ctwm.free.lp.se/dist/ \ - http://www.centralmiss.com/~matt/distfiles/ + http://distfiles.over-yonder.net/ctwm/ MAINTAINER= fullermd@over-yonder.net COMMENT= An extension to twm, with support for multiple virtual screens, etc diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile index b027f01a535c..4993561ef71f 100644 --- a/x11/bgrot/Makefile +++ b/x11/bgrot/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.30 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \ - http://www.centralmiss.com/~matt/distfiles/ + http://distfiles.over-yonder.net/bgrot/ MAINTAINER= fullermd@over-yonder.net COMMENT= A program to handle your X background to prevent boredom |