[87368] trunk/dports/net/autossh

ryandesign at macports.org ryandesign at macports.org
Fri Nov 18 15:48:59 PST 2011


Revision: 87368
          http://trac.macports.org/changeset/87368
Author:   ryandesign at macports.org
Date:     2011-11-18 15:48:55 -0800 (Fri, 18 Nov 2011)
Log Message:
-----------
autossh: update to 1.4c (#32119); fix arch handling

Modified Paths:
--------------
    trunk/dports/net/autossh/Portfile

Added Paths:
-----------
    trunk/dports/net/autossh/files/
    trunk/dports/net/autossh/files/patch-Makefile.in.diff

Modified: trunk/dports/net/autossh/Portfile
===================================================================
--- trunk/dports/net/autossh/Portfile	2011-11-18 23:31:24 UTC (rev 87367)
+++ trunk/dports/net/autossh/Portfile	2011-11-18 23:48:55 UTC (rev 87368)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                autossh
-version             1.4b
+version             1.4c
 categories          net sysutils
 platforms           darwin freebsd
 license             Permissive BSD
@@ -20,10 +20,11 @@
 master_sites        ${homepage}
 extract.suffix      .tgz
 
-checksums           md5     8f9aa006f6f69e912d3c2f504622d6f7 \
-                    sha1    98fa61969b33fc1380c7e3b7b53ed35a13c1eeb4 \
-                    rmd160  57accc6968ed0c654035feda8db2a11aa390ade3
+checksums           rmd160  894a841c9a079aaaecff5d6e6b148b6f7746dd5e \
+                    sha256  6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d
 
+patchfiles          patch-Makefile.in.diff
+
 destroot.destdir    prefix=${destroot}${prefix} \
                     bindir=${destroot}${prefix}/bin \
                     mandir=${destroot}${prefix}/share/man \

Added: trunk/dports/net/autossh/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/net/autossh/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/net/autossh/files/patch-Makefile.in.diff	2011-11-18 23:48:55 UTC (rev 87368)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2011-10-12 15:30:40.000000000 -0500
++++ Makefile.in	2011-11-18 17:45:06.000000000 -0600
+@@ -31,7 +31,7 @@
+ 
+ 
+ $(TARGET):	$(OFILES)
+-		$(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
++		$(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS) $(LDFLAGS)
+ 
+ clean:
+ 		- /bin/rm -f *.o *.a *.core *~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111118/fcd2b0ba/attachment.html>


More information about the macports-changes mailing list