Revision: 90142 http://trac.macports.org/changeset/90142 Author: and.damore@macports.org Date: 2012-02-23 15:10:45 -0800 (Thu, 23 Feb 2012) Log Message: ----------- port xorg-libX11: whitespace change, retabbed Modified Paths: -------------- trunk/dports/x11/xorg-libX11/Portfile Modified: trunk/dports/x11/xorg-libX11/Portfile =================================================================== --- trunk/dports/x11/xorg-libX11/Portfile 2012-02-23 20:53:41 UTC (rev 90141) +++ trunk/dports/x11/xorg-libX11/Portfile 2012-02-23 23:10:45 UTC (rev 90142) @@ -2,27 +2,27 @@ PortSystem 1.0 -name xorg-libX11 -version 1.4.4 +name xorg-libX11 +version 1.4.4 revision 1 -categories x11 devel -license X11 -maintainers jeremyhu openmaintainer -description X.org libX11 -homepage http://www.x.org -platforms darwin macosx +categories x11 devel +license X11 +maintainers jeremyhu openmaintainer +description X.org libX11 +homepage http://www.x.org +platforms darwin macosx long_description libX11 is the main library used by X Window System applications to communicate with the X server. -master_sites xorg:individual/lib/ +master_sites xorg:individual/lib/ -distname libX11-${version} +distname libX11-${version} checksums md5 ed7c382cbf8c13425b6a66bcac0ca5d9 \ sha1 2d9d38bfd7003ec60eea0b1999ab72cfd5fa3b90 \ rmd160 b331b8b38c13db9dc7c2b2ab247b19021d9a343a -use_bzip2 yes +use_bzip2 yes use_parallel_build yes depends_build port:pkgconfig \ - port:xorg-util-macros \ + port:xorg-util-macros \ port:xorg-xtrans \ port:xorg-bigreqsproto \ port:xorg-xcmiscproto \ @@ -45,36 +45,36 @@ patch.pre_args -p1 configure.args \ - --without-xmlto \ - --without-fop \ - --disable-specs + --without-xmlto \ + --without-fop \ + --disable-specs build.args V=1 # Depending on ghostscript for the PDF documentation creates a dependency # loop, so you may want to install first without the docs variant variant docs description "Install extra documentation" { - depends_build-append \ - port:xmlto \ - port:fop \ - port:xorg-sgml-doctools + depends_build-append \ + port:xmlto \ + port:fop \ + port:xorg-sgml-doctools - depends_skip_archcheck-append \ - xmlto + depends_skip_archcheck-append \ + xmlto - configure.args-delete \ - --without-xmlto \ - --without-fop \ - --disable-specs + configure.args-delete \ + --without-xmlto \ + --without-fop \ + --disable-specs - configure.args-append \ - --with-xmlto \ - --with-fop \ - --enable-specs + configure.args-append \ + --with-xmlto \ + --with-fop \ + --enable-specs - configure.env-append \ - FOP="${prefix}/bin/fop" \ - XMLTO="${prefix}/bin/xmlto" + configure.env-append \ + FOP="${prefix}/bin/fop" \ + XMLTO="${prefix}/bin/xmlto" } livecheck.type regex