[119747] trunk/dports/comms/gnokii/Portfile

mojca at macports.org mojca at macports.org
Mon May 5 07:41:33 PDT 2014


Revision: 119747
          https://trac.macports.org/changeset/119747
Author:   mojca at macports.org
Date:     2014-05-05 07:41:33 -0700 (Mon, 05 May 2014)
Log Message:
-----------
gnokii: whitespace, first line, sha256 only

Modified Paths:
--------------
    trunk/dports/comms/gnokii/Portfile

Modified: trunk/dports/comms/gnokii/Portfile
===================================================================
--- trunk/dports/comms/gnokii/Portfile	2014-05-05 14:03:18 UTC (rev 119746)
+++ trunk/dports/comms/gnokii/Portfile	2014-05-05 14:41:33 UTC (rev 119747)
@@ -1,43 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name                    gnokii
-version                 0.6.31
-categories              comms
-platforms       darwin
-maintainers             mpal1+bugzilla at ieee.org
-description             Tools to manipulate Nokia and other mobile phones.
-long_description        gnokii provides tools and a user space driver for use \
+name                gnokii
+version             0.6.31
+categories          comms
+platforms           darwin
+maintainers         mpal1+bugzilla at ieee.org
+description         Tools to manipulate Nokia and other mobile phones.
+long_description    gnokii provides tools and a user space driver for use \
                     with mobile phones under Linux, various unices and \
                     Win32. With gnokii you can do such things as make data \
                     calls, update your address book, change calendar \
                     entires, send and receive SMS messages and load ring \
                     tones depending on the phone you have.
 
-homepage                http://www.gnokii.org/
+homepage            http://www.gnokii.org/
 
-use_bzip2       yes
-master_sites            http://gnokii.org/download/gnokii/ \
-                        http://gnokii.org/download/gnokii/0.6.x/ \
-                        ftp://ftp.gnokii.org/pub/gnokii/ \
-                        ftp://ftp.gnokii.org/pub/gnokii/0.6.x/ \
-                        http://ftp.slackware.pl/pub/gnokii/gnokii/ \
-                        http://ftp.slackware.pl/pub/gnokii/gnokii/0.6.x/
+use_bzip2           yes
+master_sites        http://gnokii.org/download/gnokii/ \
+                    http://gnokii.org/download/gnokii/0.6.x/ \
+                    ftp://ftp.gnokii.org/pub/gnokii/ \
+                    ftp://ftp.gnokii.org/pub/gnokii/0.6.x/ \
+                    http://ftp.slackware.pl/pub/gnokii/gnokii/ \
+                    http://ftp.slackware.pl/pub/gnokii/gnokii/0.6.x/
 
-checksums               rmd160 a828dab090c8f6decd28ca2f7c9923df0df28c32 \
-                        sha1 b053ed2327997b5730bddc4b63d77388f9fff08c
+checksums           rmd160  a828dab090c8f6decd28ca2f7c9923df0df28c32 \
+                    sha256  8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501
 
-depends_build           port:intltool
-depends_lib             port:gtk2 port:libical port:libusb-compat port:iso-codes port:readline
+depends_build       port:intltool
+depends_lib         port:gtk2 port:libical port:libusb-compat port:iso-codes port:readline
 
 post-patch {
     reinplace "s|/etc/gnokiirc|${prefix}/etc/gnokiirc|" ${worksrcpath}/common/cfgreader.c
     reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/Docs/sample/gnokiirc
 }
 
-configure.ldflags-append -lintl -lglib-2.0
-configure.args          --enable-security \
+configure.ldflags-append \
+                    -lintl -lglib-2.0
+configure.args      --enable-security \
                     --disable-smsd \
                     --with-libiconv-prefix=${prefix} \
                     --with-readline=${prefix} \
@@ -63,5 +65,5 @@
 }
 
 platform macosx {
-  configure.ldflags-append -framework CoreFoundation
+    configure.ldflags-append -framework CoreFoundation
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140505/1c13b557/attachment.html>


More information about the macports-changes mailing list