[139897] trunk/dports/gnome/ghex

devans at macports.org devans at macports.org
Mon Aug 31 16:35:48 PDT 2015


Revision: 139897
          https://trac.macports.org/changeset/139897
Author:   devans at macports.org
Date:     2015-08-31 16:35:48 -0700 (Mon, 31 Aug 2015)
Log Message:
-----------
ghex: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/ghex/Portfile

Property Changed:
----------------
    trunk/dports/gnome/ghex/


Property changes on: trunk/dports/gnome/ghex
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/ghex:119419-136062
   + /users/devans/GNOME-3/stable/dports/gnome/ghex:119419-139896

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2015-08-31 23:34:17 UTC (rev 139896)
+++ trunk/dports/gnome/ghex/Portfile	2015-08-31 23:35:48 UTC (rev 139897)
@@ -1,44 +1,43 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            ghex
-version         3.10.1
-revision        1
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GHex - a binary editor.
-long_description \
-                GHex allows the user to load data from any file, \
-                view and edit it in either hex or ascii. A must for \
-                anyone playing games that use non-ascii format for saving.
-maintainers     juanrgar devans openmaintainer
-categories      gnome
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Ghex
-master_sites    gnome:sources/${name}/${branch}/
+name                ghex
+version             3.10.1
+revision            1
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GHex - a binary editor.
+long_description    GHex allows the user to load data from any file, \
+                    view and edit it in either hex or ascii. A must for \
+                    anyone playing games that use non-ascii format for saving.
+maintainers         juanrgar devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Ghex
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  3873579075c035627fdc9d901977df40f0ae68b9 \
-                sha256  34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132
+checksums           rmd160  3873579075c035627fdc9d901977df40f0ae68b9 \
+                    sha256  34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:gnome-common \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     port:desktop-file-utils \
-                port:atk \
-                port:gtk3
+depends_lib         port:desktop-file-utils \
+                    port:atk \
+                    port:gtk3
 
-depends_run     port:yelp \
-                port:gnome-settings-daemon
+depends_run         port:yelp \
+                    port:gnome-settings-daemon
 
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
@@ -47,12 +46,12 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
 configure.cflags-append \
-                -Wno-format-nonliteral
+                    -Wno-format-nonliteral
 
-configure.args  --disable-schemas-compile
+configure.args      --disable-schemas-compile
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
@@ -61,4 +60,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150831/18675ee8/attachment.html>


More information about the macports-changes mailing list