[80906] trunk/dports/www/raptor2

pixilla at macports.org pixilla at macports.org
Wed Jul 20 15:58:25 PDT 2011


Revision: 80906
          http://trac.macports.org/changeset/80906
Author:   pixilla at macports.org
Date:     2011-07-20 15:58:23 -0700 (Wed, 20 Jul 2011)
Log Message:
-----------
www/raptor2: Fix raptor2 header.

Modified Paths:
--------------
    trunk/dports/www/raptor2/Portfile

Added Paths:
-----------
    trunk/dports/www/raptor2/files/
    trunk/dports/www/raptor2/files/patch-src-raptor.h.diff

Modified: trunk/dports/www/raptor2/Portfile
===================================================================
--- trunk/dports/www/raptor2/Portfile	2011-07-20 22:44:18 UTC (rev 80905)
+++ trunk/dports/www/raptor2/Portfile	2011-07-20 22:58:23 UTC (rev 80906)
@@ -4,6 +4,7 @@
 
 name                raptor2
 version             2.0.3
+revision            1
 set major           [lindex [split ${version} .] 0]
 description         Raptor RDF Parser Toolkit
 long_description    Raptor is an open source C library that provides a set of \
@@ -19,6 +20,10 @@
 checksums           sha1    996f532b059397f96a9b0cc231f6b2362f0b1184 \
                     rmd160  bffa247579c17948c08c94423b568353ae8b5338
 
+patchfiles          patch-src-raptor.h.diff
+
+patch.pre_args      -p1
+
 depends_lib         port:curl \
                     port:libiconv \
                     port:libxml2 \

Added: trunk/dports/www/raptor2/files/patch-src-raptor.h.diff
===================================================================
--- trunk/dports/www/raptor2/files/patch-src-raptor.h.diff	                        (rev 0)
+++ trunk/dports/www/raptor2/files/patch-src-raptor.h.diff	2011-07-20 22:58:23 UTC (rev 80906)
@@ -0,0 +1,6 @@
+diff -ur a/src/raptor.h b/src/raptor.h
+--- a/src/raptor.h	2011-07-19 18:31:13.000000000 -0700
++++ b/src/raptor.h	2011-07-19 18:43:12.000000000 -0700
+@@ -1 +1 @@
+-#include <raptor2.h>
++#include <raptor2/raptor2.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110720/86e0afe1/attachment-0001.html>


More information about the macports-changes mailing list