[46551] trunk/dports/sysutils/socat/Portfile

jmr at macports.org jmr at macports.org
Fri Feb 6 13:32:10 PST 2009


Revision: 46551
          http://trac.macports.org/changeset/46551
Author:   jmr at macports.org
Date:     2009-02-06 13:32:09 -0800 (Fri, 06 Feb 2009)
Log Message:
-----------
socat: update to 1.7.0.0 (#18168), add missing dep on openssl. Also fixes #13733.

Modified Paths:
--------------
    trunk/dports/sysutils/socat/Portfile

Modified: trunk/dports/sysutils/socat/Portfile
===================================================================
--- trunk/dports/sysutils/socat/Portfile	2009-02-06 20:58:57 UTC (rev 46550)
+++ trunk/dports/sysutils/socat/Portfile	2009-02-06 21:32:09 UTC (rev 46551)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            socat
-version         1.6.0.1
+version         1.7.0.0
 categories      sysutils net
 maintainers     md at hudora.de
 platforms       darwin
@@ -16,24 +16,12 @@
  GNU line editor (readline), a program, or a combination of two of these.
 homepage        http://www.dest-unreach.org/socat/
 master_sites    http://www.dest-unreach.org/socat/download/
-checksums       md5     5a6a1d1e398d5c4d32fa6515baf477af \
-                sha1    39ed55df397cdf7d8adaa26a60c22ebe3a6c0f0e \
-                rmd160  b45bcfeb46009b89167bcce4a0d69cca1238f921
-depends_lib		port:readline
-configure.ldflags-append	"-L${prefix}/lib -lreadline"
+checksums       md5     82967132b5a8ca4d07e54370fdcb2662 \
+                sha1    f20badcaff11c4dad1e89f2ce396bd60a14d3464 \
+                rmd160  b03ef9ba23c45a55632dac17930b4a26346aa430
+depends_lib		port:readline port:openssl
 
-# This patch should not be necessary for later versions
-# taken from <http://www.dest-unreach.org/socat/contrib/socat-macos.html>
-# patches configure.in, requires autoconf
-patchfiles      socat-1.6.0.1-mac-CL.diff
-patch.pre_args  -p1
-use_autoconf    yes
-
 post-configure {
     reinplace "s|\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|\$(INSTALL) -d -m 755 \$(DESTDIR)\$(MANDEST)/man1/\\\n\\\t\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|g" \
               ${worksrcpath}/Makefile
 }
-
-platform darwin 9 {
-    configure.args-append --disable-termios
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090206/5dd6beca/attachment.html>


More information about the macports-changes mailing list