diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-08-22 06:12:15 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-08-22 06:12:15 +0000 |
commit | 76e0fcb89ceb78400a28c4d2e6e53c9111b31526 (patch) | |
tree | 8dd936aace07384c677a7bd9fdd0e5ab95a07d0f /mail | |
parent | - Fix dependency line (diff) |
- Unbreak fetching by updating MASTER_SITES
PR: ports/85014
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=140948
Diffstat (limited to 'mail')
-rw-r--r-- | mail/queue-repair/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile index a7d311d78f75..1b7ee01ef942 100644 --- a/mail/queue-repair/Makefile +++ b/mail/queue-repair/Makefile @@ -8,7 +8,7 @@ PORTNAME= queue-repair PORTVERSION= 0.9.0 CATEGORIES= mail python -MASTER_SITES= http://www.qcc.ca/~charlesc/software/queue_repair/ +MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/ MAINTAINER= sergei@FreeBSD.org COMMENT= A qmail queue diagnostic and repair tool |