[40290] trunk/dports/devel/libidl

nox at macports.org nox at macports.org
Sun Sep 28 12:13:13 PDT 2008


Revision: 40290
          http://trac.macports.org/changeset/40290
Author:   nox at macports.org
Date:     2008-09-28 12:13:09 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
libidl: Updated to 0.8.11.

Modified Paths:
--------------
    trunk/dports/devel/libidl/Portfile
    trunk/dports/devel/libidl/files/patch-configure.diff

Modified: trunk/dports/devel/libidl/Portfile
===================================================================
--- trunk/dports/devel/libidl/Portfile	2008-09-28 19:09:12 UTC (rev 40289)
+++ trunk/dports/devel/libidl/Portfile	2008-09-28 19:13:09 UTC (rev 40290)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -4,7 +5,7 @@
 
 name            libidl
 set my_name     libIDL
-version         0.8.10
+version         0.8.11
 maintainers     nomaintainer
 categories      devel gnome
 platforms       darwin
@@ -26,9 +27,9 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       md5 9e10a77ff225587e59c0a28c66b4faa7 \
-                sha1 643d1aa2a4be94dd568f8d585d7df22e69706cdd \
-                rmd160 9d02e51bd12a5f05ccca134717d0304e7746d3aa
+checksums       md5     9d0d4895fc23f7de9514fb13f0fdc9ba \
+                sha1    6e0c5ef5716a96bcad5193853b7c3bf417c680e6 \
+                rmd160  1ffe518c0b63996fb01013d0a5af7b043156ab6a
 
 depends_build   port:pkgconfig
 
@@ -36,11 +37,12 @@
                 port:libiconv \
                 port:gettext
 
-patchfiles	patch-configure.diff
+patchfiles	    patch-configure.diff
 
 configure.cflags-append -no-cpp-precomp
-configure.env LEX=/usr/bin/flex
 
+configure.env   LEX=/usr/bin/flex
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

Modified: trunk/dports/devel/libidl/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/libidl/files/patch-configure.diff	2008-09-28 19:09:12 UTC (rev 40289)
+++ trunk/dports/devel/libidl/files/patch-configure.diff	2008-09-28 19:13:09 UTC (rev 40290)
@@ -1,13 +1,14 @@
---- configure.orig	2008-02-06 10:33:41.000000000 -0500
-+++ configure	2008-02-06 10:33:50.000000000 -0500
-@@ -5034,11 +5034,6 @@
+--- configure.orig	2008-09-28 21:02:32.000000000 +0200
++++ configure	2008-09-28 21:02:56.000000000 +0200
+@@ -5196,11 +5196,6 @@
  if test "$LEX" = :; then
    LEX=${am_missing_run}flex
  fi
 -if [ "$LEX" != "flex" ]; then
--	{ { echo "$as_me:$LINENO: error: flex is required to create the libIDL scanner" >&5
--echo "$as_me: error: flex is required to create the libIDL scanner" >&2;}
+-	{ { $as_echo "$as_me:$LINENO: error: flex is required to create the libIDL scanner" >&5
+-$as_echo "$as_me: error: flex is required to create the libIDL scanner" >&2;}
 -   { (exit 1); exit 1; }; }
 -fi
  LFLAGS="-8"
-
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/63195329/attachment-0001.html 


More information about the macports-changes mailing list