Revision: 133421 https://trac.macports.org/changeset/133421 Author: devans@macports.org Date: 2015-02-28 21:47:54 -0800 (Sat, 28 Feb 2015) Log Message: ----------- GNOME-3/stable: seahorse, reformat, white space only. Modified Paths: -------------- users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile Modified: users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile =================================================================== --- users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile 2015-03-01 04:32:41 UTC (rev 133420) +++ users/devans/GNOME-3/stable/dports/gnome/seahorse/Portfile 2015-03-01 05:47:54 UTC (rev 133421) @@ -1,47 +1,46 @@ # -*- 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 seahorse -version 3.14.0 -license GPL-2+ GFDL-1.1+ -set branch [join [lrange [split ${version} .] 0 1] .] -description Seahorse is a graphical interface for managing and using encryption keys. -long_description \ - ${description} \ - Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to \ - provide an easy to use Key Management Tool, along with an easy to use interface \ - for encryption operations. -maintainers devans openmaintainer -categories gnome crypto -platforms darwin -homepage https://wiki.gnome.org/Apps/Seahorse -master_sites gnome:sources/${name}/${branch}/ +name seahorse +version 3.14.0 +license GPL-2+ GFDL-1.1+ +set branch [join [lrange [split ${version} .] 0 1] .] +description Seahorse is a graphical interface for managing and using encryption keys. +long_description ${description} \ + Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to \ + provide an easy to use Key Management Tool, along with an easy to use interface \ + for encryption operations. +maintainers devans openmaintainer +categories gnome crypto +platforms darwin +homepage https://wiki.gnome.org/Apps/Seahorse +master_sites gnome:sources/${name}/${branch}/ -use_xz yes +use_xz yes -checksums rmd160 ed2e25553a2e0d382e8854ecc3518cb365db8b2a \ - sha256 2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a +checksums rmd160 ed2e25553a2e0d382e8854ecc3518cb365db8b2a \ + sha256 2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a -depends_build port:pkgconfig \ - port:intltool \ - port:itstool \ - port:yelp-tools \ - port:gnome-common +depends_build port:pkgconfig \ + port:intltool \ + port:itstool \ + port:yelp-tools \ + port:gnome-common -depends_lib port:desktop-file-utils \ - port:gtk3 \ - port:gcr \ - port:gpgme \ - port:openldap \ - port:libsoup \ - port:libsecret \ - port:openssh \ - port:vala +depends_lib port:desktop-file-utils \ + port:gtk3 \ + port:gcr \ + port:gpgme \ + port:openldap \ + port:libsoup \ + port:libsecret \ + port:openssh \ + port:vala -depends_run port:gnome-settings-daemon \ - port:yelp +depends_run port:gnome-settings-daemon \ + port:yelp # update build/m4/intltool.m4 and autoreconf @@ -49,15 +48,15 @@ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4 } -use_autoreconf yes -autoreconf.args -fvi +use_autoreconf yes +autoreconf.args -fvi configure.cflags-append \ - -Wno-return-type + -Wno-return-type -configure.args --disable-sharing \ - --disable-schemas-compile \ - --disable-silent-rules +configure.args --disable-sharing \ + --disable-schemas-compile \ + --disable-silent-rules post-activate { system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications" @@ -65,4 +64,4 @@ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } -livecheck.type gnome +livecheck.type gnome