[141056] trunk/dports/net/mcabber/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Oct 8 19:42:07 PDT 2015


Revision: 141056
          https://trac.macports.org/changeset/141056
Author:   khindenburg at macports.org
Date:     2015-10-08 19:42:06 -0700 (Thu, 08 Oct 2015)
Log Message:
-----------
mcabber: update to 1.0.0 #48643

Modified Paths:
--------------
    trunk/dports/net/mcabber/Portfile

Modified: trunk/dports/net/mcabber/Portfile
===================================================================
--- trunk/dports/net/mcabber/Portfile	2015-10-09 02:03:12 UTC (rev 141055)
+++ trunk/dports/net/mcabber/Portfile	2015-10-09 02:42:06 UTC (rev 141056)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                mcabber
-version             0.10.3
-revision            1
+version             1.0.0
 license             GPL-2+
 categories          net
 maintainers         nomaintainer
@@ -17,8 +16,8 @@
 platforms           darwin
 master_sites        http://mcabber.com/files/
 use_bzip2           yes
-checksums           rmd160  d94e7b2e340cfd83a5b55276cdb0383a8555b347 \
-                    sha256  77466138496cc26db125145cc28dc4fc0df79827143b922dfb9f02eb0dc7fa6d
+checksums           rmd160  1e723b43de5a9cea41460cb678d779374757a31c \
+                    sha256  5476bcba395e0b9527823f5a9bce725151756f685ce2dcf6fad3dbe50a157032
 
 depends_lib         port:libiconv \
                     port:ncurses \
@@ -62,6 +61,19 @@
     reinplace "s|#define HAVE_LOCALCHARSET_H 1|\/\* #undef HAVE_LOCALCHARSET_H \*\/|g" ${worksrcpath}/${name}/config.h
 }
 
+post-destroot {
+     copy ${worksrcpath}/mcabberrc.example \
+          ${destroot}${prefix}/share/${name}/
+}
+
+notes "
+If this is your first install, follow the below instructions to get started:
+    mkdir ~/.mcabber
+    chmod 0700 ~/.mcabber
+    cp ${prefix}/share/${name}/mcabberrc.example ~/.mcabber/mcabberrc
+Then edit that file to set your username and server (or only the 'jid' option).
+"
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     {<tt>mcabber ([0-9.]*)</tt>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151008/1d93e56c/attachment-0001.html>


More information about the macports-changes mailing list