[128892] trunk/dports/textproc/openjade/Portfile

mf2k at macports.org mf2k at macports.org
Sat Nov 29 05:57:30 PST 2014


Revision: 128892
          https://trac.macports.org/changeset/128892
Author:   mf2k at macports.org
Date:     2014-11-29 05:57:30 -0800 (Sat, 29 Nov 2014)
Log Message:
-----------
openjade: Fix spacing to honor mode line. Use modern checksums. Remove trailing spaces.

Modified Paths:
--------------
    trunk/dports/textproc/openjade/Portfile

Modified: trunk/dports/textproc/openjade/Portfile
===================================================================
--- trunk/dports/textproc/openjade/Portfile	2014-11-29 13:50:31 UTC (rev 128891)
+++ trunk/dports/textproc/openjade/Portfile	2014-11-29 13:57:30 UTC (rev 128892)
@@ -1,8 +1,8 @@
 # -*- 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
-PortGroup xmlcatalog 1.0
+PortSystem      1.0
+PortGroup       xmlcatalog 1.0
 
 name            openjade
 version         1.3.2
@@ -10,7 +10,7 @@
 categories      textproc
 license         MIT
 maintainers     gmail.com:tlockhart1976 openmaintainer
-description     James Clark's implementation of DSSSL
+description     James Clark’s implementation of DSSSL
 long_description \
     OpenJade is an implementation of ISO/IEC 10179:1996 \
     standard DSSSL language.
@@ -18,7 +18,8 @@
 platforms       darwin freebsd
 master_sites    sourceforge
 
-checksums       md5 7df692e3186109cc00db6825b777201e
+checksums       rmd160  3b12f6596a42c49a60cc07cd9b8f4c5fdf3bafd2 \
+                sha256  1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1
 
 patchfiles      clang.patch \
                 patch-GroveApp.h \
@@ -37,23 +38,23 @@
 # Add the root catalog to the openjade catalog
 sgml.addtocatalog "${openjade.catalog}" "${sgml.rootcatalog}"
 
-configure.args --enable-http --enable-html --enable-mif \
-               --disable-dependency-tracking \
-               --enable-default-catalog=${openjade.catalog} \
-               --datadir=${prefix}/share/sgml/openjade \
-               --mandir=${prefix}/share/man
+configure.args  --enable-http --enable-html --enable-mif \
+                --disable-dependency-tracking \
+                --enable-default-catalog=${openjade.catalog} \
+                --datadir=${prefix}/share/sgml/openjade \
+                --mandir=${prefix}/share/man
 
 # Fix build failure on Tiger due to use of -isystem
-compiler.blacklist    gcc-4.0 gcc-3.3
+compiler.blacklist      gcc-4.0 gcc-3.3
 
 set cxx_stdlibflags {}
 if {[string match *clang* ${configure.cxx}]} {
     set cxx_stdlibflags "-stdlib=${configure.cxx_stdlib}"
 }
 
-configure.env-append      LIBS="-L${prefix}/lib"
-configure.cxxflags-append "-isystem ${prefix}/include -fno-rtti"
-configure.ldflags-delete  "-L${prefix}/lib"
+configure.env-append        LIBS="-L${prefix}/lib"
+configure.cxxflags-append   "-isystem ${prefix}/include -fno-rtti"
+configure.ldflags-delete    "-L${prefix}/lib"
 
 post-configure  {
     reinplace "s|^#pragma implementation||g" ${worksrcpath}/grove/Node.cxx
@@ -66,8 +67,8 @@
     reinplace "s|^#pragma interface||g" ${worksrcpath}/grove/Node.h
     reinplace "s|^#pragma interface||g" ${worksrcpath}/msggen.pl
     reinplace "s|^#pragma interface||g" ${worksrcpath}/spgrove/GroveApp.h
-    reinplace "s|^CXX=.*$|CXX='${configure.cxx} [get_canonical_archflags] ${cxx_stdlibflags}'|g" ${worksrcpath}/libtool 
-    reinplace "s|^CC=.*$|CC='${configure.cc} [get_canonical_archflags]'|g" ${worksrcpath}/libtool 
+    reinplace "s|^CXX=.*$|CXX='${configure.cxx} [get_canonical_archflags] ${cxx_stdlibflags}'|g" ${worksrcpath}/libtool
+    reinplace "s|^CC=.*$|CC='${configure.cc} [get_canonical_archflags]'|g" ${worksrcpath}/libtool
 }
 
 destroot.target install install-man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141129/14e459b9/attachment.html>


More information about the macports-changes mailing list