Ticket #43954: fetchmail.diff
File fetchmail.diff, 1.4 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago) |
---|
-
fetchmail.Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name fetchmail 6 version 6.3.2 46 version 6.3.26 7 7 categories mail 8 8 platforms darwin 9 9 license {GPL-2 OpenSSLException} … … 29 29 read the mail, offline if you want, using Pine, \ 30 30 mutt, or any standard mail user agent. 31 31 32 homepage http://fetchmail.berlios.de33 master_sites http://download2.berlios.de/${name} \ 34 http://download.berlios.de/${name}35 use_bzip2 yes 36 37 checksums md5 111a121fe2bc66e5d69868acf5dcd645 \ 38 sha1 b092892ec3c380f2ee0814053a1cfa16cf203223\39 rmd160 471871d0ddd09376bb1ff7476a9303b3672395bc 32 homepage http://www.fetchmail.info 33 set branch [join [lrange [split ${version} .] 0 1] .] 34 master_sites sourceforge:project/${name}/branch_${branch} 35 36 use_xz yes 37 38 checksums sha1 de8dbe62a8edfa232ee4278257a1fe67aa1c797a \ 39 rmd160 ce9a54b6d11da4c5e042c760284f8b3c6ac5a4ff 40 40 41 41 depends_lib port:gettext port:kerberos5 42 42 … … 54 54 startupitem.start "${prefix}/bin/fetchmail -f ${prefix}/etc/.fetchmail -d120" 55 55 startupitem.stop "${prefix}/bin/fetchmail -quit" 56 56 57 livecheck.type regex58 livecheck.url ${homepage}59 livecheck.regex "[quotemeta [string toupper ${name}]] (\\d+(?:\\.\\d+)*) RELEASE"60 61 57 variant ssl description "Support secure connections using OpenSSL" { 62 58 depends_lib-append port:openssl 63 59 configure.args-delete --without-ssl