[72312] trunk/dports/www/edbrowse

snc at macports.org snc at macports.org
Sun Oct 10 09:38:28 PDT 2010


Revision: 72312
          http://trac.macports.org/changeset/72312
Author:   snc at macports.org
Date:     2010-10-10 09:38:24 -0700 (Sun, 10 Oct 2010)
Log Message:
-----------
edbrowse: update version, add missing dependency

Modified Paths:
--------------
    trunk/dports/www/edbrowse/Portfile
    trunk/dports/www/edbrowse/files/patch-makefile.osx.diff

Modified: trunk/dports/www/edbrowse/Portfile
===================================================================
--- trunk/dports/www/edbrowse/Portfile	2010-10-10 14:32:04 UTC (rev 72311)
+++ trunk/dports/www/edbrowse/Portfile	2010-10-10 16:38:24 UTC (rev 72312)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                edbrowse
-version             3.4.4
-revision        1
+version             3.4.5
 categories          www
 license             GPL
 maintainers         snc email.uc.edu:obrienj
@@ -29,14 +28,14 @@
 depends_lib         port:pcre \
                     port:spidermonkey \
                     port:curl \
+                    port:readline \
                     port:openssl
 
 master_sites        ${homepage}
 use_zip             yes
 dist_subdir			${name}-1
-checksums           md5     1abe73a484a0b4cd0963cc7e9174c83d \
-                    sha1    180ac417442eba5a9fd2f431fde23d25c0526626 \
-                    rmd160  d22f14a5dd64dad3ca8d60b4ec3cd0fc234d5bfd
+checksums           md5     faaaacedac4d5733fb36a20054a22524 \
+                    sha1    e1a93ecba9f5d1e2afff8c419ffe5691b9a89b22
 
 worksrcdir          ${distname}/src
 

Modified: trunk/dports/www/edbrowse/files/patch-makefile.osx.diff
===================================================================
--- trunk/dports/www/edbrowse/files/patch-makefile.osx.diff	2010-10-10 14:32:04 UTC (rev 72311)
+++ trunk/dports/www/edbrowse/files/patch-makefile.osx.diff	2010-10-10 16:38:24 UTC (rev 72312)
@@ -1,5 +1,5 @@
---- makefile.osx.orig	2010-05-26 09:24:20.000000000 -0400
-+++ makefile.osx	2010-05-26 09:25:31.000000000 -0400
+--- makefile.osx.orig	2010-10-10 12:34:47.000000000 -0400
++++ makefile.osx	2010-10-10 12:35:17.000000000 -0400
 @@ -3,7 +3,7 @@
  
  # Flags for gcc compilation.
@@ -9,7 +9,7 @@
  
  # Allow for symbolic debugging.
  DEBUGFLAGS=-g -ggdb
-@@ -11,13 +11,13 @@
+@@ -11,16 +11,16 @@
  DEBUGFLAGS=
  endif
  
@@ -25,7 +25,11 @@
 +# I assume you have linked libjs.so into @@PREFIX@@/lib/libjs.a
  # so that -ljs will suffice.
  # -lcrypto is necessary on OS X to provide some ssl functions
- LIBS = -lpcre -lm -lssl -ljs -lcurl -lcrypto
+-LIBS = -lpcre -lm -lssl -ljs -lcurl -lcrypto
++LIBS = -lpcre -lm -lssl -ljs -lcurl -lcrypto -lreadline
+ 
+ # Make the dynamically linked edbrowse executable by default.
+ all: edbrowse
 @@ -37,7 +37,7 @@
  
  # You probably need to be root to do this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101010/d8281421/attachment.html>


More information about the macports-changes mailing list