diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:31:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:31:30 +0000 |
commit | 4d5e921665edbac66c009643a3e7dfbeedb32aed (patch) | |
tree | 9c4e9a98e0f1ebbb7ab35f95ca68897e9db057da /mail | |
parent | Fix build on 4-x (diff) |
Fix MASTER_SITES
PR: ports/71327
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=118015
Diffstat (limited to 'mail')
-rw-r--r-- | mail/missey/Makefile | 2 | ||||
-rw-r--r-- | mail/missey/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/missey/Makefile b/mail/missey/Makefile index 4e66320556a8..5a8c7a51a95b 100644 --- a/mail/missey/Makefile +++ b/mail/missey/Makefile @@ -8,7 +8,7 @@ PORTNAME= missey PORTVERSION= 1.1.1 CATEGORIES= mail -MASTER_SITES= http://snofe.dot66.net/missey/ +MASTER_SITES= http://www.dengh.com/missey/ MAINTAINER= delphij@FreeBSD.org.cn COMMENT= Secure small and high performance POP3 server diff --git a/mail/missey/pkg-descr b/mail/missey/pkg-descr index 25b77bfbf2f5..3441620d7a6a 100644 --- a/mail/missey/pkg-descr +++ b/mail/missey/pkg-descr @@ -6,4 +6,4 @@ in the future) and Maildir format only. Source code released under a traditional 4-clause BSD License. -WWW: http://snofe.dot66.net/missey/index.html +WWW: http://dengh.com/missey/index.html |