Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv14183/stable/main/finkinfo/crypto

Modified Files:
        ftp-tls.info ftp-tls.patch 
Log Message:
+missing dep, --b-a-n cleanup, openssl upgrade


Index: ftp-tls.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/ftp-tls.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ftp-tls.info        22 Oct 2010 18:52:41 -0000      1.2
+++ ftp-tls.info        30 Apr 2011 16:09:32 -0000      1.3
@@ -1,12 +1,12 @@
 Package: ftp-tls
 Version: 20020906
-Revision: 1005
+Revision: 1006
 Source: ftp://ftp.runestig.com/pub/ftp-tls/ftp-tls-%v.tar.gz
-Depends: openssl097-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006)
-BuildDepends: openssl097-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12-1)
+Depends: openssl098-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006), 
libedit-shlibs
+BuildDepends: openssl098-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12-1), libedit
 Source-MD5: 8823a6f9388add4e3fcd4459422d57d8
 PatchFile: %n.patch
-PatchFile-MD5: b60f36f6fc8a2e2864c9529e0bfc0ec8
+PatchFile-MD5: 2e0a72a87bb172cd10bf9e2ab8bbd0a4
 ConfigureParams: --mandir=%i/share/man
 CompileScript: <<
 head -n 29 tlsutil.c >> LICENSE

Index: ftp-tls.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/ftp-tls.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftp-tls.patch       1 Jul 2010 01:39:58 -0000       1.1
+++ ftp-tls.patch       30 Apr 2011 16:09:32 -0000      1.2
@@ -1,3 +1,39 @@
+diff -Naur ftp-tls-20020906.orig/Makefile.in ftp-tls-20020906/Makefile.in
+--- ftp-tls-20020906.orig/Makefile.in  2002-02-04 15:29:51.000000000 -0500
++++ ftp-tls-20020906/Makefile.in       2011-04-30 12:05:27.000000000 -0400
+@@ -100,26 +100,26 @@
+ install:
+       mkdir -p ${DESTDIR}${bindir}
+       mkdir -p ${DESTDIR}${man1dir}
+-      ${INSTALL} -o ${BINOWN} -g ${BINGRP} \
++      ${INSTALL} \
+           -m ${BINMODE} ${PROG} ${DESTDIR}${bindir}
+-      ${INSTALL} -o ${BINOWN} -g ${BINGRP} \
++      ${INSTALL} \
+           -m ${NONBINMODE} ${MANSRC} ${DESTDIR}${man1dir}/${MAN}
+       if [ -n "${MANEDITRC}" ]; then \
+           mkdir -p ${DESTDIR}${man5dir} ; \
+-          ${INSTALL} -o ${BINOWN} -g ${BINGRP} \
++          ${INSTALL} \
+               -m ${NONBINMODE} libedit/${MANEDITRC} ${DESTDIR}${man5dir} ; \
+       fi
+ 
+ install-stip:
+       mkdir -p ${DESTDIR}${bindir}
+       mkdir -p ${DESTDIR}${man1dir}
+-      ${INSTALL} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
++      ${INSTALL} ${INSTALL_STRIP} \
+           -m ${BINMODE} ${PROG} ${DESTDIR}${bindir}
+-      ${INSTALL} -o ${BINOWN} -g ${BINGRP} \
++      ${INSTALL} \
+           -m ${NONBINMODE} ${MANSRC} ${DESTDIR}${man1dir}/${MAN}
+       if [ -n "${MANEDITRC}" ]; then \
+           mkdir -p ${DESTDIR}${man5dir} ; \
+-          ${INSTALL} -o ${BINOWN} -g ${BINGRP} \
++          ${INSTALL} \
+               -m ${NONBINMODE} libedit/${MANEDITRC} ${DESTDIR}${man5dir} ; \
+       fi
+ 
 diff -Naur ftp-tls-20020906/complete.c ftp-tls-mac/complete.c
 --- ftp-tls-20020906/complete.c        Wed Jan 30 18:29:09 2002
 +++ ftp-tls-mac/complete.c     Sat Oct  5 15:18:55 2002


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to