diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-08 21:34:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-08 21:34:31 +0800 |
commit | 15f441a0aaf6c962dedf58a0dff5104390d86d72 (patch) | |
tree | 3fba2041e339fff2a0ae769ad73e006ba3d2d9af /mail/libnewmail | |
parent | c446a810cc27671be882f3a28e6558a6af297a4b (diff) | |
download | freebsd-ports-gnome-15f441a0aaf6c962dedf58a0dff5104390d86d72.tar.gz freebsd-ports-gnome-15f441a0aaf6c962dedf58a0dff5104390d86d72.tar.zst freebsd-ports-gnome-15f441a0aaf6c962dedf58a0dff5104390d86d72.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)
Diffstat (limited to 'mail/libnewmail')
-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/ |