diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-08 13:34:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-08 13:34:31 +0000 |
commit | a157fe7f746f21760360d8d83eb82a5ebb18ce08 (patch) | |
tree | f1c3ee9193286680947d00cb3eb4b13fd44e28f3 /mail | |
parent | 978d09e905da368692e469d662599b4bf6b9559a (diff) | |
download | ports-a157fe7f746f21760360d8d83eb82a5ebb18ce08.tar.gz ports-a157fe7f746f21760360d8d83eb82a5ebb18ce08.zip |
- This is now fetchable again
- Update WWW
- Remove deprecated USE_REINPLACE
PR: 94215
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=157041
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libnewmail/Makefile | 2 | ||||
-rw-r--r-- | mail/libnewmail/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 802f0e80fe05..a2156ac5e9d0 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -9,7 +9,7 @@ PORTNAME= libnewmail PORTVERSION= 0.3 PORTREVISION= 8 CATEGORIES= mail -MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ +MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic mail checking library diff --git a/mail/libnewmail/pkg-descr b/mail/libnewmail/pkg-descr index b793ee0bc2d1..dab3e53949dc 100644 --- a/mail/libnewmail/pkg-descr +++ b/mail/libnewmail/pkg-descr @@ -7,4 +7,4 @@ request a mail spool auto-detection for users without any libnewmail specific configuration. The library offers a clean API to implement your own mail checking plugins. -WWW: http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ +WWW: http://0pointer.de/lennart/projects/libnewmail/ |