[121928] trunk/dports/gnome/libunique/Portfile
mojca at macports.org
mojca at macports.org
Fri Jul 11 12:09:22 PDT 2014
Revision: 121928
https://trac.macports.org/changeset/121928
Author: mojca at macports.org
Date: 2014-07-11 12:09:22 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
libunique: whitespace, add sha256
Modified Paths:
--------------
trunk/dports/gnome/libunique/Portfile
Modified: trunk/dports/gnome/libunique/Portfile
===================================================================
--- trunk/dports/gnome/libunique/Portfile 2014-07-11 19:07:07 UTC (rev 121927)
+++ trunk/dports/gnome/libunique/Portfile 2014-07-11 19:09:22 UTC (rev 121928)
@@ -1,53 +1,51 @@
# -*- 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 libunique
-version 1.1.6
-revision 9
-set branch [join [lrange [split ${version} .] 0 1] .]
-description Unique is a library for writing single instance applications.
-long_description \
- Unique is a library for writing single instance applications. \
- If you launch a single instance application twice, the second \
- instance will either just quit or will send a message to the \
- running instance.
-maintainers devans openmaintainer
-categories gnome devel
-platforms darwin
-license LGPL-2.1+
-homepage https://wiki.gnome.org/Attic/LibUnique
-master_sites gnome:sources/${name}/${branch}/
+name libunique
+version 1.1.6
+revision 9
+set branch [join [lrange [split ${version} .] 0 1] .]
+description Unique is a library for writing single instance applications.
+long_description Unique is a library for writing single instance applications. \
+ If you launch a single instance application twice, the second \
+ instance will either just quit or will send a message to the \
+ running instance.
+maintainers devans openmaintainer
+categories gnome devel
+platforms darwin
+license LGPL-2.1+
+homepage https://wiki.gnome.org/Attic/LibUnique
+master_sites gnome:sources/${name}/${branch}/
-checksums md5 8c0210ca39ca4eedcb6b09b52b479dc3 \
- sha1 ff9a50781291212d97df0d21ac4bbdbd8443d210 \
- rmd160 15ae8cc81f978554395fcb194ecb11c7bc6a1938
+checksums rmd160 15ae8cc81f978554395fcb194ecb11c7bc6a1938 \
+ sha256 2cb918dde3554228a211925ba6165a661fd782394bd74dfe15e3853dc9c573ea
-patchfiles patch-g_const_return.diff
-patch.pre_args -p1
+patchfiles patch-g_const_return.diff
+patch.pre_args -p1
-depends_build port:pkgconfig
+depends_build port:pkgconfig
-depends_lib port:gtk2 \
- port:dbus-glib \
- port:gobject-introspection
+depends_lib port:gtk2 \
+ port:dbus-glib \
+ port:gobject-introspection
-configure.args --enable-maintainer-flags=no \
- --enable-introspection \
- --without-x
+configure.args --enable-maintainer-flags=no \
+ --enable-introspection \
+ --without-x
# gobject-introspection uses g-ir-scanner, which uses $CC from env
build.args-append CC="${configure.cc} ${configure.cc_archflags}"
variant x11 {
- depends_lib-append port:xorg-libX11
- configure.args-append --x-includes=${prefix}/include \
- --x-libraries=${prefix}/lib
- configure.args-delete --without-x
+ depends_lib-append port:xorg-libX11
+ configure.args-append --x-includes=${prefix}/include \
+ --x-libraries=${prefix}/lib
+ configure.args-delete --without-x
}
default_variants +x11
-livecheck.type gnome
-livecheck.regex {LATEST-IS-(1\.\d*(?:\.\d+)*)}
+livecheck.type gnome
+livecheck.regex {LATEST-IS-(1\.\d*(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/8482d672/attachment-0001.html>
More information about the macports-changes
mailing list