[120990] trunk/dports/mail/fetchmail/Portfile

mf2k at macports.org mf2k at macports.org
Fri Jun 13 12:17:09 PDT 2014


Revision: 120990
          https://trac.macports.org/changeset/120990
Author:   mf2k at macports.org
Date:     2014-06-13 12:17:09 -0700 (Fri, 13 Jun 2014)
Log Message:
-----------
Update to version 6.3.26. Use default livecheck. Update homepage and master_sites. (#43954)

Modified Paths:
--------------
    trunk/dports/mail/fetchmail/Portfile

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2014-06-13 19:02:26 UTC (rev 120989)
+++ trunk/dports/mail/fetchmail/Portfile	2014-06-13 19:17:09 UTC (rev 120990)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		fetchmail
-version		6.3.24
+version		6.3.26
 categories	mail
 platforms	darwin
 license		{GPL-2 OpenSSLException}
@@ -29,15 +29,15 @@
     read the mail, offline if you want, using Pine, \
     mutt, or any standard mail user agent.
 
-homepage	http://fetchmail.berlios.de
-master_sites	http://download2.berlios.de/${name} \
-		http://download.berlios.de/${name}
-use_bzip2	yes
+homepage		http://www.fetchmail.info
+set branch		[join [lrange [split ${version} .] 0 1] .]
+master_sites	sourceforge:project/${name}/branch_${branch}
 
-checksums	md5     111a121fe2bc66e5d69868acf5dcd645 \
-  		sha1    b092892ec3c380f2ee0814053a1cfa16cf203223 \
-  		rmd160  471871d0ddd09376bb1ff7476a9303b3672395bc
+use_xz			yes
 
+checksums		sha1    de8dbe62a8edfa232ee4278257a1fe67aa1c797a \
+				rmd160  ce9a54b6d11da4c5e042c760284f8b3c6ac5a4ff
+
 depends_lib	port:gettext port:kerberos5
 
 configure.args	--mandir=${prefix}/share/man \
@@ -54,10 +54,6 @@
 startupitem.start	"${prefix}/bin/fetchmail -f ${prefix}/etc/.fetchmail -d120"
 startupitem.stop	"${prefix}/bin/fetchmail -quit"
 
-livecheck.type		regex
-livecheck.url		${homepage}
-livecheck.regex		"[quotemeta [string toupper ${name}]] (\\d+(?:\\.\\d+)*) RELEASE"
-
 variant ssl description "Support secure connections using OpenSSL" {
     depends_lib-append		port:openssl
     configure.args-delete	--without-ssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140613/1b015559/attachment.html>


More information about the macports-changes mailing list