Revision: 104689 https://trac.macports.org/changeset/104689 Author: and.damore@macports.org Date: 2013-03-31 10:11:58 -0700 (Sun, 31 Mar 2013) Log Message: ----------- port isync: update to 1.0.6, adding "mbsync" to descriptions thus making finding the package easier, installing manpages; nomaintainer Modified Paths: -------------- trunk/dports/mail/isync/Portfile Modified: trunk/dports/mail/isync/Portfile =================================================================== --- trunk/dports/mail/isync/Portfile 2013-03-31 17:10:31 UTC (rev 104688) +++ trunk/dports/mail/isync/Portfile 2013-03-31 17:11:58 UTC (rev 104689) @@ -3,26 +3,27 @@ PortSystem 1.0 name isync -version 1.0.4 -revision 1 +version 1.0.6 categories mail platforms darwin license GPL-2 maintainers nomaintainer -description Synchronize a maildir with an imap server +description Synchronizes a maildir with an imap server, provides mbsync command homepage http://isync.sourceforge.net/ long_description isync is a command line utility for synchronizing a \ remote IMAP mailbox with a local maildir-style mailbox. \ This is useful for working in disconnected mode, such as \ on a laptop. Modifications made locally and remotely are \ - synchronized so that no message status flags are lost. + synchronized so that no message status flags are lost. \ + Due to massive changes in interfaces the new command is \ + called mbsync, isync is still provided for compatibility. master_sites sourceforge -checksums md5 8a836a6f4b43cd38a8b8153048417616 \ - sha1 a327cc5b81946c7ccb3a26ddd971933e2e006ed3 \ - rmd160 23475533ff9848c38b95911eae6191ca03132185 +checksums md5 18d2e3acb2fe6cae7233f7b5f6cc3292 \ + sha1 5cd7403722584b9677fc6a4185c0b9a00f153453 \ + rmd160 befdabb02ef88af6ab4b9cd0d5ceb40ede98f1cc depends_lib port:db46 port:openssl port:zlib @@ -37,3 +38,9 @@ configure.args --mandir=${prefix}/share/man configure.cppflags-append -I${prefix}/include/db46 configure.ldflags-append -L${prefix}/lib/db46 -ldb-4 + +post-destroot { + xinstall -m 644 -W ${worksrcpath}/src \ + compat/isync.1 mbsync.1 mdconvert.1 \ + ${destroot}${prefix}/share/man/man1 +}