Revision: 145076 https://trac.macports.org/changeset/145076 Author: devans@macports.org Date: 2016-01-25 08:52:02 -0800 (Mon, 25 Jan 2016) Log Message: ----------- nimbus: reformat, cosmetic changes only. Modified Paths: -------------- trunk/dports/x11/nimbus/Portfile Modified: trunk/dports/x11/nimbus/Portfile =================================================================== --- trunk/dports/x11/nimbus/Portfile 2016-01-25 16:05:19 UTC (rev 145075) +++ trunk/dports/x11/nimbus/Portfile 2016-01-25 16:52:02 UTC (rev 145076) @@ -1,30 +1,34 @@ # -*- 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 nimbus -version 0.0.17 -revision 1 -maintainers nomaintainer -categories x11 gnome -license LGPL -platforms darwin -description Old default GNOME 2 theme from Sun Microsystems +name nimbus +version 0.0.17 +revision 1 +maintainers nomaintainer +categories x11 gnome +license LGPL +platforms darwin +description Old default GNOME 2 theme from Sun Microsystems -long_description ${description} +long_description ${description} -homepage http://www.sun.com -master_sites http://dlc.sun.com/osol/jds/downloads/extras/ -use_bzip2 yes +homepage http://www.sun.com +master_sites http://dlc.sun.com/osol/jds/downloads/extras/ +use_bzip2 yes -checksums md5 c338357e3918cf391193b8429cab5975 \ - sha1 0b984715e0c010ce034a32b7ba69e0582be65362 \ - rmd160 27ca94d7e5924db73a594086903b5b8cdf8e369a -patchfiles patch-configure.in.diff -depends_build port:intltool port:pkgconfig port:icon-naming-utils -depends_lib port:gnome-themes +checksums md5 c338357e3918cf391193b8429cab5975 \ + sha1 0b984715e0c010ce034a32b7ba69e0582be65362 \ + rmd160 27ca94d7e5924db73a594086903b5b8cdf8e369a +patchfiles patch-configure.in.diff +depends_build port:intltool \ + port:pkgconfig \ + port:icon-naming-utils + +depends_lib port:gnome-themes + universal_variant no # reconfigure using intltoolize and autoreconf for intltool 0.51 compatibility @@ -33,9 +37,9 @@ system -W ${worksrcpath} "intltoolize --automake --copy --force" } -use_autoreconf yes -autoreconf.args -fvi +use_autoreconf yes +autoreconf.args -fvi -livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
devans@macports.org