[82794] trunk/dports/devel/remake

raimue at macports.org raimue at macports.org
Sat Aug 20 09:53:02 PDT 2011


Revision: 82794
          http://trac.macports.org/changeset/82794
Author:   raimue at macports.org
Date:     2011-08-20 09:53:00 -0700 (Sat, 20 Aug 2011)
Log Message:
-----------
devel/remake:
Update to version 3.82-dbg-0.7

Modified Paths:
--------------
    trunk/dports/devel/remake/Portfile

Added Paths:
-----------
    trunk/dports/devel/remake/files/
    trunk/dports/devel/remake/files/implicit.h

Modified: trunk/dports/devel/remake/Portfile
===================================================================
--- trunk/dports/devel/remake/Portfile	2011-08-20 16:39:42 UTC (rev 82793)
+++ trunk/dports/devel/remake/Portfile	2011-08-20 16:53:00 UTC (rev 82794)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            remake
-version         3.82-dbg-0.6
+version         3.82-dbg-0.7
 categories      devel
 platforms       darwin
 maintainers     raimue openmaintainer
@@ -16,15 +16,19 @@
 homepage        http://bashdb.sourceforge.net/remake/
 
 master_sites    sourceforge:bashdb
-checksums       md5     cf7c327f6231c32175a4db4e7d833b89 \
-                sha1    55d38d1dc86d3ebb93d64627a9743a47653d8d02 \
-                rmd160  05eea3f0b20853cf40dbeb338b7b11171d2a1d4e
+checksums       sha1    a64d42a71c483ab8c960c30de4d3747a15d4e436 \
+                rmd160  4926c8931a84f1d4f8340d82833b452db40afbcf
 distname        ${name}-[strsed ${version} {s/-/+/}]
 
 depends_lib     port:gettext \
                 port:libiconv \
                 port:readline
 
+post-patch {
+    # File is missing from distributed tarball
+    copy ${filespath}/implicit.h ${worksrcpath}
+}
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/bashdb/files/remake/
 livecheck.version   [strsed ${version} {s/-/+/}]

Added: trunk/dports/devel/remake/files/implicit.h
===================================================================
--- trunk/dports/devel/remake/files/implicit.h	                        (rev 0)
+++ trunk/dports/devel/remake/files/implicit.h	2011-08-20 16:53:00 UTC (rev 82794)
@@ -0,0 +1,17 @@
+/** \file implicit.h
+ *
+ *  \brief header for impilict.c
+ */
+
+#ifndef REMAKE_IMPLICIT_H
+#define REMAKE_IMPLICIT_H
+
+#include "types.h"
+/* For a FILE which has no commands specified, try to figure out some
+   from the implicit pattern rules.
+   Returns 1 if a suitable implicit rule was found,
+   after modifying FILE to contain the appropriate commands and deps,
+   or returns 0 if no implicit rule was found.  */
+extern int try_implicit_rule (file_t *file, unsigned int depth);
+#endif
+


Property changes on: trunk/dports/devel/remake/files/implicit.h
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110820/a8e66b88/attachment.html>


More information about the macports-changes mailing list