[111329] trunk/dports/mail/qpopper/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 18 17:51:19 PDT 2013
Revision: 111329
https://trac.macports.org/changeset/111329
Author: ryandesign at macports.org
Date: 2013-09-18 17:51:19 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
qpopper: make livecheck more specific; use distname instead of distfiles and worksrcdir
Modified Paths:
--------------
trunk/dports/mail/qpopper/Portfile
Modified: trunk/dports/mail/qpopper/Portfile
===================================================================
--- trunk/dports/mail/qpopper/Portfile 2013-09-19 00:47:06 UTC (rev 111328)
+++ trunk/dports/mail/qpopper/Portfile 2013-09-19 00:51:19 UTC (rev 111329)
@@ -17,17 +17,16 @@
on the machine via POP3.
homepage http://www.eudora.com/products/unsupported/qpopper/
-distfiles ${name}${version}${extract.suffix}
master_sites http://www.ring.gr.jp/archives/net/mail/qpopper/ \
ftp://ftp.nctu.edu.tw/network/mail/qpopper/ \
ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
+distname ${name}${version}
+
checksums md5 de2cd15f95cfd00d0d080fd16287acad \
sha1 5629aa86d92fe10565021980882dffb733ce73d9 \
rmd160 b48a68cd9e282bfb3d78c6b53f3dee7c97bdf77d
-worksrcdir ${name}${version}
-
patchfiles patch-Makefile.in patch-popper-Makefile.in
post-patch {
@@ -111,6 +110,6 @@
"
}
-livecheck.type md5
-livecheck.url http://www.ring.gr.jp/archives/net/mail/qpopper/Changes
-livecheck.md5 19d56ff7048a3b8df26c0ce535e12f7b
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex [suffix ${name}(\[0-9.\]+)]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/1dd6ff5b/attachment.html>
More information about the macports-changes
mailing list