[28643] trunk/dports/lang/ferite/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 5 20:32:57 PDT 2007


Revision: 28643
          http://trac.macosforge.org/projects/macports/changeset/28643
Author:   simon at macports.org
Date:     2007-09-05 20:32:56 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
lang/ferite: Updated to version 1.0.2.

Modified Paths:
--------------
    trunk/dports/lang/ferite/Portfile

Modified: trunk/dports/lang/ferite/Portfile
===================================================================
--- trunk/dports/lang/ferite/Portfile	2007-09-06 01:56:21 UTC (rev 28642)
+++ trunk/dports/lang/ferite/Portfile	2007-09-06 03:32:56 UTC (rev 28643)
@@ -1,19 +1,33 @@
 # $Id$
 
 PortSystem 1.0
+
 name             ferite
-version          1.0.0
+version          1.0.2
 categories       lang
 maintainers      nomaintainer at macports.org
 description      embeddable scripting language
-long_description \
-	A scripting language designed to be embedded in other \
-	applications, that aims to provide a powerful object \
-	oriented syntax with low memory and cpu overhead.
+long_description A scripting language designed to be embedded in other \
+                 applications, that aims to provide a powerful object \
+                 oriented syntax with low memory and cpu overhead.
 homepage         http://www.ferite.org/
 platforms        darwin
 master_sites     sourceforge
-checksums        md5 a001fe4e1fd446ad6118a3266a7c8fd5
-patchfiles       patch-docs__Makefile.in
-depends_lib      lib:XXX:pcre
+checksums        md5 da1feaf5f87e0dfc95c5a9afeafeff9a \
+                 sha1 a0ab83b33d28d59fe0ff2b532ebbc42224df3461 \
+                 rmd160 3eb8fe2bbd66f188bd7aae92e7e48922e698a3ad
+
+depends_lib      port:pcre \
+                 port:libxml2
 configure.args   --mandir=${prefix}/share/man
+
+post-patch {
+  reinplace "s|LDFLAGS = -lferite -L\${libdir}|LDFLAGS = -L\${libdir}|g" \
+            "${worksrcpath}/modules/stream/Makefile.in"
+  # as the application is not yet installed, use the utilities in tool/:
+  reinplace "s|build_c_api_docs.sh \$(prefix)/bin/|build_c_api_docs.sh ${worksrcpath}/tools/doc/|g" \
+            "${worksrcpath}/docs/Makefile.in"
+  # ensure the documentation is installed in destroot:
+  reinplace "s|\$(prefix)/share/doc/ferite/|${destroot}${prefix}/share/doc/ferite/|g" \
+            "${worksrcpath}/docs/Makefile.in"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070905/f3b8ccd2/attachment.html


More information about the macports-changes mailing list