RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/mail/spambnc/Portfile,v
retrieving revision 1.9
diff -u -r1.9 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name spambnc |
5 | | version 20040421 |
| 5 | version 20041123 |
6 | 6 | categories mail |
7 | 7 | description Set of procmail recipies which handle known/suspected spam |
8 | 8 | maintainers andrea+darwinports@webcom.it |
… |
… |
|
20 | 20 | platforms darwin |
21 | 21 | master_sites ${homepage} ftp://ftp.spambouncer.org/ |
22 | 22 | distfiles sb.tar.gz |
23 | | checksums md5 0b5205427c0a250985785fe45100efaa |
| 23 | checksums md5 48be79f831e86f4dfe951fef051fcb34 \ |
| 24 | sha1 712ce358a76bde7828efd6c30e842b80e7c26af9 |
24 | 25 | depends_run bin:procmail:procmail |
25 | 26 | patchfiles patch-procmail.rc |
26 | 27 | |