[42418] trunk/dports/net/wput

blb at macports.org blb at macports.org
Thu Nov 20 23:18:58 PST 2008


Revision: 42418
          http://trac.macports.org/changeset/42418
Author:   blb at macports.org
Date:     2008-11-20 23:18:57 -0800 (Thu, 20 Nov 2008)
Log Message:
-----------
net/wput - version update to 0.6.2, fix libintl build issue (ticket #13435),
add SSL variant

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

Added Paths:
-----------
    trunk/dports/net/wput/files/patch-src-Makefile.in

Modified: trunk/dports/net/wput/Portfile
===================================================================
--- trunk/dports/net/wput/Portfile	2008-11-21 07:00:20 UTC (rev 42417)
+++ trunk/dports/net/wput/Portfile	2008-11-21 07:18:57 UTC (rev 42418)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                wput
-version             0.6
+version             0.6.2
 categories          net
 platforms           darwin
 maintainers         nomaintainer
@@ -15,15 +15,22 @@
 homepage            http://wput.sourceforge.net/
 master_sites        sourceforge
 extract.suffix      .tgz
-checksums           sha1 83c2a538041f667398b23611a993eafa738ab01d
-patchfiles          patch-src-ftplib.h patch-src-socketlib.c
+checksums           md5     a14c4c13d91d04d6119bdc977e8a8bdf \
+                    sha1    c058f76395672d1fbbb839c958d6537e82fc88b7 \
+                    rmd160  a3a62556ca258048ff5110ecdec199c98107766f
+patchfiles          patch-src-ftplib.h patch-src-socketlib.c \
+                    patch-src-Makefile.in
 
 depends_lib         port:gettext port:libiconv
 
-worksrcdir          ${name}
-
 configure.args      --with-libintl-prefix=${prefix} \
-                    --with-libiconv-prefix=${prefix}
+                    --with-libiconv-prefix=${prefix} \
+                    --without-ssl
 
 destroot.destdir    prefix=${destroot}${prefix}
 
+variant ssl description {Enable SSL/TLS support} {
+   depends_lib-append      port:gnutls
+   configure.args-append   --with-ssl
+}
+

Added: trunk/dports/net/wput/files/patch-src-Makefile.in
===================================================================
--- trunk/dports/net/wput/files/patch-src-Makefile.in	                        (rev 0)
+++ trunk/dports/net/wput/files/patch-src-Makefile.in	2008-11-21 07:18:57 UTC (rev 42418)
@@ -0,0 +1,21 @@
+--- src/Makefile.in.orig	2008-09-27 04:31:23.000000000 -0600
++++ src/Makefile.in	2008-11-21 00:15:28.000000000 -0700
+@@ -5,7 +5,9 @@
+ bindir=@bindir@
+ localedir=$(prefix)/share/locale
+ CC=@CC@
++CPPFLAGS=@CPPFLAGS@
+ CFLAGS= @CFLAGS@ -DLOCALEDIR=\"$(localedir)\" @GNUTLS_CFLAGS@
++LDFLAGS=@LDFLAGS@
+ LIBS=@LIBINTL@ @LIBS@ @GNUTLS_LIBS@
+ EXE=../wput
+ GETOPT=@GETOPT@
+@@ -23,7 +25,7 @@
+ ftp-ls.o: ftp.h wget.h url.h
+ 
+ wput:   $(OBJ)
+-	$(CC) -o $(EXE) $(OBJ) $(LIBS)
++	$(CC) -o $(EXE) $(OBJ) $(LDFLAGS) $(LIBS)
+ clean:
+ 	rm -f *.o *~ *.bak ../wput ../wdel getopt/*.o
+ win-clean: clean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081120/ce64a60e/attachment.html>


More information about the macports-changes mailing list