Opened 13 years ago

Closed 13 years ago

#28876 closed update (fixed)

imapsync: Update to 1.404

Reported by: henri.gomez@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch Cc: ryandesign (Ryan Carsten Schmidt)
Port: imapsync

Description

Imapsync latest release is 1.404 (http://www.linux-france.org/prj/imapsync/)

Could you update it ?

Thanks

Attachments (1)

Portfile-imapsync.diff (1.0 KB) - added by pixilla (Bradley Giesbrecht) 13 years ago.
Update Version (1.404), master_sites and livecheck.url

Download all attachments as: .zip

Change History (8)

comment:1 Changed 13 years ago by henri.gomez@…

Used the following portfile :

master is now on http://fedorahosted.org/released/imapsync/
updated sha1 and rnd160 accordingly

# $Id$

PortSystem 1.0

name                    imapsync
version                 1.404
categories              mail
platforms               darwin
maintainers             mww
supported_archs noarch

description             imapsync is an IMAP synchronization, copy or migration tool.
long_description        imapsync is an IMAP synchronization, copy or migration \
                                tool. Synchronize mailboxes between two imap servers. It is \
                                especially good at IMAP migration.

homepage                http://www.linux-france.org/prj/imapsync/
master_sites            http://fedorahosted.org/released/imapsync/
extract.suffix  .tgz

checksums               sha1    d0bb13d599915a9e95f132f8e031c3ba2c315c16 \
                                rmd160  2d9c02e2696049015bee3381b547e2c78c89e371

depends_run             path:bin/perl:perl5 \
                                port:p5-digest-md5 \
                                port:p5-mail-imapclient \
                                port:p5-term-readkey \
                                port:p5-io-socket-ssl \
                                port:p5-datemanip \
                                port:p5-digest-hmac

post-patch {
        reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync
}

use_configure   no

build                   {}

destroot {
        xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl
        system "cd ${destroot}${prefix}/bin && ln -s imapsync.pl imapsync"
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
        xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ COPYING INSTALL README \
                TODO VERSION ${destroot}${prefix}/share/doc/${name}
}

livecheck.type  regex
livecheck.url   ${homepage}/dist/?M=D
livecheck.regex ${name}-(\[.0-9\]+)\\.tgz

comment:2 Changed 13 years ago by pixilla (Bradley Giesbrecht)

Patches are more likely to receive attention.
4.5.1. Creating Portfile Patches

Changed 13 years ago by pixilla (Bradley Giesbrecht)

Attachment: Portfile-imapsync.diff added

Update Version (1.404), master_sites and livecheck.url

comment:3 Changed 13 years ago by pixilla (Bradley Giesbrecht)

Keywords: haspatch added
Owner: changed from macports-tickets@… to mww@…
Port: imapsync added

comment:4 in reply to:  1 Changed 13 years ago by pixilla (Bradley Giesbrecht)

Replying to henri.gomez@…:

Used the following portfile :
master is now on http://fedorahosted.org/released/imapsync/

Henri, thanks for the time saving link.

comment:5 Changed 13 years ago by henri.gomez@…

Seen patch file attached, I got it here also :

--- Portfile	2010-11-27 10:33:00.000000000 +0100
+++ /Users/henri/henri-ports/mail/imapsync/Portfile	2011-03-23 16:42:19.000000000 +0100
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			imapsync
-version			1.366
+version			1.404
 categories		mail
 platforms		darwin
 maintainers		mww
@@ -15,11 +15,11 @@
 				especially good at IMAP migration.
 
 homepage		http://www.linux-france.org/prj/imapsync/
-master_sites	${homepage}/dist/ freebsd
+master_sites	        http://fedorahosted.org/released/imapsync/ 
 extract.suffix	.tgz
 
-checksums		sha1    4e436e2ce50ec6f8edf9748d5b792541b7c26d94 \
-				rmd160  2df726847f14bc0707edf14322bd2fd1c0af5429
+checksums		sha1    d0bb13d599915a9e95f132f8e031c3ba2c315c16 \
+				rmd160  2d9c02e2696049015bee3381b547e2c78c89e371
 
 depends_run		path:bin/perl:perl5 \
 				port:p5-digest-md5 \

comment:6 Changed 13 years ago by jmroot (Joshua Root)

Please don't paste files into comments, use an attachment instead. (And please use appropriate WikiFormatting if you do put preformatted text in a comment.)

comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed
Summary: Update imapsync to 1.404imapsync: Update to 1.404

Updated to 1.411 in r78436 (maintainer timeout). 1.417 appears to exist, but cannot be downloaded without paying money; 1.411 is the latest version I found for free download.

Note: See TracTickets for help on using tickets.