[123397] trunk/dports/textproc/boxes/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Aug 8 18:32:15 PDT 2014


Revision: 123397
          https://trac.macports.org/changeset/123397
Author:   khindenburg at macports.org
Date:     2014-08-08 18:32:15 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
boxes: update to 1.1.1 - add deps

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

Modified: trunk/dports/textproc/boxes/Portfile
===================================================================
--- trunk/dports/textproc/boxes/Portfile	2014-08-09 01:21:09 UTC (rev 123396)
+++ trunk/dports/textproc/boxes/Portfile	2014-08-09 01:32:15 UTC (rev 123397)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    boxes
-version                 1.1
+version                 1.1.1
 categories              textproc
 license                 GPL-2+
 platforms               darwin
@@ -20,11 +20,14 @@
 master_sites            http://boxes.thomasjensen.com/download/
 extract.suffix          .src.tar.gz
 
-checksums               md5 d2ef9fa28a87bf32b3fe0c47ab82fa97
+checksums               rmd160  0a3a826382b174e0604a32071f5b6510fc4f5343 \
+                        sha256  d8529840281618e75a4adf313f08291b89c8cf83928c2c1f4b0ddcd236fb2420
 
 patchfiles              config.h.patch boxes.c.patch parser.patch regerror.patch \
                         regexp_Makefile.patch tools.c.patch
 
+depends_build           port:bison port:cctools port:flex
+
 use_configure           no
 
 variant emacs description {Install boxes.el for running inside emacs} {
@@ -34,6 +37,7 @@
     }
 }
 
+# Should this be installed in ${prefix}/share/boxes/boxes?
 post-patch { reinplace "s|GLOBALCONF = /usr/share/boxes|GLOBALCONF = ${prefix}/share/boxes|" "${worksrcpath}/Makefile" }
 build.target
 build.args              CC=${configure.cc}
@@ -44,7 +48,7 @@
     xinstall -m 644 ${worksrcpath}/boxes ${destroot}${prefix}/share/${name}
     xinstall ${worksrcpath}/doc/boxes.1 ${destroot}${prefix}/share/man/man1/
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} COPYING README README.Win32.txt boxes-config ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING README boxes-config ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/8e5d1518/attachment-0001.html>


More information about the macports-changes mailing list