aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-04 18:01:05 +0800
committerpav <pav@FreeBSD.org>2004-02-04 18:01:05 +0800
commitba591d5a0311b5488683692b5205ba1da6e69828 (patch)
treec50875e68134c983dc5355fe47e81bf74373c675 /ftp/lftp
parent583f820c59437d33a0af7c69692a92dd0a3e886c (diff)
downloadfreebsd-ports-gnome-ba591d5a0311b5488683692b5205ba1da6e69828.tar.gz
freebsd-ports-gnome-ba591d5a0311b5488683692b5205ba1da6e69828.tar.zst
freebsd-ports-gnome-ba591d5a0311b5488683692b5205ba1da6e69828.zip
- Update to 2.6.12
- Support GPG signature PR: ports/62322 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile11
-rw-r--r--ftp/lftp/distinfo11
2 files changed, 17 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index c5a48aa488ec..550d6fc75913 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 2.6.11
-PORTREVISION= 1
+PORTVERSION= 2.6.12
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
@@ -31,12 +30,16 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
ftp://ftp.130th.net/pub/mirror/lftp/old/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= fm@code.org.ua
COMMENT= Shell-like command line ftp client
USE_BZIP2= yes
USE_GETTEXT= yes
+USE_GPG?= yes
+SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
@@ -64,8 +67,8 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for ifile in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES
+ @${INSTALL_DATA} ${WRKSRC}/${ifile} ${DOCSDIR}
.endfor
.endif
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index aa04bfae70a7..9846c0cfcf07 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1 +1,10 @@
-MD5 (lftp-2.6.11.tar.bz2) = 58e67606046174175e8cdee4c74fdaf7
+MD5 (lftp-2.6.12.tar.bz2) = bc5ed223daa568fda9a01f89b5000612
+SHA1 (lftp-2.6.12.tar.bz2) = 96b399211a4008ae96f7c1ce44756632250d154e
+RMD160 (lftp-2.6.12.tar.bz2) = dbb989cd02f5a3be54e1e89dbc8ad68bc15246b4
+SHA256 (lftp-2.6.12.tar.bz2) = 8a04f0ab1fd9d6b7e4378d1f7f3d95d13cba09e41860f49bfad599eddd9f4ad4
+SIZE (lftp-2.6.12.tar.bz2) = 1188316
+MD5 (lftp-2.6.12.tar.bz2.asc) = a2ea8dc91f9373b2bf46626d861a2d92
+SHA1 (lftp-2.6.12.tar.bz2.asc) = 84c2b44a548783a3eabcdcbd6b302eb2c35d47b7
+RMD160 (lftp-2.6.12.tar.bz2.asc) = e4c111eee39bf39df2cb1e5afd332c72d79efbba
+SHA256 (lftp-2.6.12.tar.bz2.asc) = 6a9dd1507808c8293ea8bea6a5a817806afde1431dbc089eb4dddac217e3f14b
+SIZE (lftp-2.6.12.tar.bz2.asc) = 185
-81/+8 * Chase the libpspell shared lib version.marcus2004-08-301-1/+2 * Chase libaspell to aspell.16.thierry2004-08-292-4/+4 * Update to 0.99.4krion2004-08-283-266/+288 * Update to 0.7.7marcus2004-08-273-5/+7 * Update to 0.17.marcus2004-08-273-16/+5 * Fix libtool usagekrion2004-08-241-1/+3 * - Patch gettext shlib version in binarypav2004-08-211-1/+6 * Fix build with gcc 3.4markus2004-08-212-0/+20 * Unbreak with gcc 3.4.sobomax2004-08-212-3/+1158 * Update to 2.0.marcus2004-08-208-52/+98 * My territory, suggested by ijliao. :pclsung2004-08-201-1/+1 * Add some patches submitted by maintainer privately, not via PR.sobomax2004-08-193-15/+17 * Add jit 1.1.6, jabber ICQ Transport.sobomax2004-08-1913-0/+473 * Add ejabberd 0.7, free and Open Source distributed fault-tolerant Jabbersobomax2004-08-1912-0/+529 * Update to version 0.7.5krion2004-08-194-53/+12 * Upate to 0.91.0.3.netchild2004-08-176-9/+24 * Temporary IGNORE in the PACKAGE_BUILDING case (a dependency depends uponnetchild2004-08-163-0/+12 * utilize OPTIONSijliao2004-08-131-10/+20 * Fix the remotely exploitable buffer overflows in the MSN protocol.marcus2004-08-132-2/+46 * The MSN component of gaim contains remotely exploitable buffernectar2004-08-131-0/+2 * Fix build with Gaim 0.81.marcus2004-08-102-0/+22 * The meanwhile distfile was rerolled to the latest snapshot from CVS HEAD.marcus2004-08-097-265/+5 * Add gaim-rss-reader, a plug-in fro Gaim that provides RSS news feed support.marcus2004-08-097-0/+97 * Bump PORTREVISIONs to chase Gaim update.marcus2004-08-092-0/+2 * Update to 0.81.marcus2004-08-092-3/+3 * Update to 0.81. For a list of what's changed, seemarcus2004-08-094-7/+37 * Mark BROKEN: doesn't build with gcc-3.4.2krion2004-08-081-1/+7 * upgrade to 4.11.0ijliao2004-08-062-4/+4 * Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15ade2004-08-041-2/+0 * - Update to 0.9.7pav2004-08-0412-52/+452 * - fix gcc34 problemdinoex2004-08-043-18/+41 * Update to version 0.4.6-17krion2004-08-039-1141/+12 * New port: net/p5-Net-MSNsem2004-08-014-0/+38 * - Adapt rc script to latest localpkg changespav2004-07-301-6/+5 * fix msn 100% cpu loading problemijliao2004-07-292-3/+14 * - Update to 0.90.0.14.netchild2004-07-249-12/+21 * Due to a missed patch conflict, I forgot to commit this Makefile hunkmarcus2004-07-241-4/+3 * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1 * . Update to 0.11.7.2.glewis2004-07-232-3/+3 * Update to 1.10.marcus2004-07-204-10/+10 * Update to 0.80.marcus2004-07-202-6/+5 * Update to 0.80. For a list of what's changed, seemarcus2004-07-205-58/+7 * - mark BROKEN with new gccdinoex2004-07-201-0/+5 * Update to 7.2.9.6krion2004-07-193-4/+4 * Update to 1.33krion2004-07-174-4/+26 * Fix hardcoded paths.vs2004-07-152-7/+12 * - Chase libidn version bumpedwin2004-07-141-2/+2 * This is an update of the net/jabberd port to version 2.0.3 (vendoredwin2004-07-136-69/+95 * Drop maintainership.demon2004-07-131-1/+1 * Update to 0.11.7.1vs2004-07-122-3/+3 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-108-8/+8 * Add libiconv-dependency.vs2004-07-091-1/+3 * Make COMMENT/pkg-descr more accuratevs2004-07-092-5/+15 * fix msn lib dependsijliao2004-07-091-1/+2 * Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-083-120/+6 * Update to latest snapshot.vs2004-07-063-48/+7 * Update to 2.3.2vs2004-07-062-4/+3 * Fix another 64-bit build problem.marcus2004-07-041-0/+11 * - Update to 1.3pav2004-07-033-9/+13 * upgrade to 4.10.0ijliao2004-07-0216-7113/+26 * The meanwhile-gaim distfile was rerolled to add some new buddy list savingmarcus2004-07-022-2/+3 * Add the latest CVS patches that fix 64-bit build and operation as well asmarcus2004-07-026-11/+250 * Add a people.FreeBSD.org master site and prepare for adding a local one,roam2004-07-011-1/+5 * Fix the build problem induced by net/jabber's updatevs2004-06-291-4/+8 * Properly convert ';' to ' ' in the user names.marcus2004-06-292-0/+11 * Update to 0.79.marcus2004-06-293-1092/+3 * Update to 0.3.marcus2004-06-293-12/+5 * Update to 1.9.marcus2004-06-276-70/+68 * Pull in the latest CVS snapshot to allow meanwhile-gaim to build withmarcus2004-06-272-11/+1080 * Pull in the latest CVS snapshot to allow meanwhile-gaim to build withmarcus2004-06-274-19/+10 * Update to 0.79. See http://gaim.sourceforge.net/ChangeLog for the usual listmarcus2004-06-276-49/+75 * Fix build on 4.X.marcus2004-06-252-0/+39 * Add meanwhile-gaim, a Gaim plug-in that enables support for the Lotus Sametimemarcus2004-06-254-0/+39 * Add meanwhile, an open source implementation of the Lotus Sametime Communitymarcus2004-06-254-0/+43 * Update to 0.7.6.marcus2004-06-253-27/+9 * - fix bug in RUN_DEPENDS [1]netchild2004-06-249-15/+27 * Update to 1.4.3vs2004-06-2312-317/+119 * Skype is a free program that uses the latest P2P technology to bringnetchild2004-06-2312-0/+186 * - Add net/licq to build-dependencyvs2004-06-232-3/+4 * Remove inclusion of Makefile.kde from all remaining ports not maintainedlofi2004-06-231-0/+11 * - Don't use Makefile.kde anymoremarkus2004-06-201-4/+6 * - Don't use Makefile.kde anymoremarkus2004-06-202-10/+6 * . Update to 0.11.7.glewis2004-06-192-3/+3 * Add WITH_PAM knob.demon2004-06-141-0/+6 * Fix build with gcc34arved2004-06-131-0/+11 * - Update to version 0.9.2krion2004-06-124-59/+19 * Drop maintainership.perky2004-06-103-3/+3 * Do not escape HTML messages in ICQ if the message beings with <HTML>. Thismarcus2004-06-092-0/+12 * Chase the gnutls shared lib version.marcus2004-06-061-1/+1 * Sync with new bsd.autotools.mkade2004-06-051-1/+1 * Add cicquin-0.1, a utility for searching the CenterICQ local contact listroam2004-06-044-0/+27 * Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-041-2/+2 * Add optional SILC (Secure Internet Live Conference) support to Gaim.marcus2004-06-033-0/+22 * Update to 1.8.marcus2004-06-014-6/+6 * - Update to 0.92pav2004-06-013-8/+20 * - Add missing directorykrion2004-05-311-0/+1 * Update to 0.78. The list of changes can be found at:marcus2004-05-3112-324/+85 * Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1 * Fix pkg-plist.vanilla2004-05-171-176/+266 * Patch for net/amsn adds tcltls as a dependencyvanilla2004-05-163-6/+4 * Attempt to fix BUILD_DEPENDSkris2004-05-151-1/+2 * The .la file is not really being installed.linimon2004-05-151-1/+0 * Fix plist, unbreak, unmark as deprecated.linimon2004-05-151-4/+0 * - The patch removes extra translation from process message.dinoex2004-05-122-1/+12 * Fix a potential crash when sending the MSN BYE command.marcus2004-05-122-1/+46 * Fix the condition (particularly on bento) when PORTSDIR != .CURDIR.marcus2004-05-092-2/+2 * Add gaim-guifications, a Gaim plug-in that adds "toaster" style pop-ups formarcus2004-05-068-0/+126 * Fix the rich text copy/paste problem. Basically, text from any rich textmarcus2004-05-052-2/+31 * - Update to version 7.2.9.5krion2004-05-042-5/+5 * Update the COMMENT and pkg-descr to reflect modern-day Gaim.marcus2004-05-032-10/+20 * - Chase py-jabber dependencypav2004-05-022-2/+3 * - Update to 0.5pav2004-05-023-11/+19 * Update to 4.9.12arved2004-05-013-14/+3 * Update to 0.7.5.marcus2004-04-293-4/+6 * Update to 0.4.marcus2004-04-293-34/+49 * Update to 0.77. For a list of all the goodies see:marcus2004-04-297-99/+144 * Revert the previous commit. We are in a ports freeze.marcus2004-04-282-3/+3 * Update to 0.8.6kevlo2004-04-282-3/+3 * - Fix path to MD5_FILEdinoex2004-04-191-1/+1 * - Update to 0.11.6.7pav2004-04-183-4/+4 * - Change maintainer's emailkrion2004-04-161-1/+1 * - Disable Gadu-Gadu support by defaultkrion2004-04-122-17/+28 * Unbreak with QT 3.3arved2004-04-101-2/+7 * The last commit lost previously applied security fixes. Again.nectar2004-04-072-0/+95 * Update the dependency on tcllib from 1.4 to 1.6. May be, tcllib shouldmi2004-04-061-1/+1 * Update to 1.30erwin2004-04-052-3/+3 * Actually commit the version bump to 0.99.5.marcus2004-04-052-4/+2 * Update to 0.99.5.marcus2004-04-0518-108/+192 * Update to 0.76. For a list of what's new and exciting, see:marcus2004-04-059-517/+126 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-0514-9/+14 * - Update to version 0.9.3 which adds support for Yahoo! and LifeJournalmarkus2004-04-0210-166/+188 * - Update to version 7.2.9.4krion2004-04-022-4/+3 * - Fix MSN nickname display problempav2004-04-022-0/+17 * - Remove USE_SIZE knobkrion2004-04-013-3/+0 * SIZEify (maintainer timeout)trevor2004-03-3126-0/+26 * - Use USE_ICONV knobkrion2004-03-317-10/+7 * - SIZEifymarkus2004-03-292-0/+2 * - Update to 4.9.11pav2004-03-287-24/+53 * Unbreak INDEX building by adding PORTSDIR variable to RUN_DEPENDS.edwin2004-03-271-1/+1 * - Fix breakage, set default hardcoded nowdinoex2004-03-271-1/+1 * - make PKGNAMESUFFIX more flexibledinoex2004-03-273-12/+10 * Detection of OpenLDAP was broken. Fix it.demon2004-03-261-1/+1 * Add pebrot-0.8.5.kevlo2004-03-264-0/+61 * Fix gaim's name resolution on 64-bit platforms.marcus2004-03-262-20/+24 * - Reset maintainer to ports@FreeBSD.org, thank you Anders forkrion2004-03-251-1/+1 * Update to 0.7.4.marcus2004-03-213-5/+5 * SIZEifyerwin2004-03-201-0/+1 * SIZEifymarcus2004-03-191-0/+1 * Update to 0.7.3.marcus2004-03-193-3/+4 * Add size data.trevor2004-03-191-0/+1 * Chase the gnutls shared lib version.marcus2004-03-191-1/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Add size data, approved by maintainers.trevor2004-03-193-0/+3 * - Update to 0.16pav2004-03-182-5/+4 * - Add/update WWW lines for Imendio.com projectspav2004-03-182-1/+3 * - Add SIZE to GNOME portspav2004-03-184-0/+4 * BROKEN: Does not compile with qt 3.3kris2004-03-181-0/+2 * Add SIZE data.perky2004-03-183-0/+3 * E-mail to the maintainer bounced:trevor2004-03-181-1/+1 * SIZEify.trevor2004-03-181-0/+1 * Chase the new location of libXft.marcus2004-03-171-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1411-11/+11 * - Update to 0.90pav2004-03-145-169/+404 * - Fix post-install targetkrion2004-03-141-3/+2 * - Chase libraries because of tcllib update from December.krion2004-03-141-8/+4 * add newsbot 0.4.5ijliao2004-03-124-0/+57 * Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-12