From owner-svn-ports-head@FreeBSD.ORG Mon Jun 22 20:49:41 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88679865; Mon, 22 Jun 2015 20:49:41 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10063620; Mon, 22 Jun 2015 20:49:41 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MKneTZ095351; Mon, 22 Jun 2015 20:49:40 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MKneQF095345; Mon, 22 Jun 2015 20:49:40 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201506222049.t5MKneQF095345@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Mon, 22 Jun 2015 20:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390328 - in head/ftp/lftp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 20:49:41 -0000 Author: martymac Date: Mon Jun 22 20:49:39 2015 New Revision: 390328 URL: https://svnweb.freebsd.org/changeset/ports/390328 Log: Update to 4.6.3a Added: head/ftp/lftp/files/patch-po-Makevars (contents, props changed) Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Mon Jun 22 20:32:33 2015 (r390327) +++ head/ftp/lftp/Makefile Mon Jun 22 20:49:39 2015 (r390328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3a CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Mon Jun 22 20:32:33 2015 (r390327) +++ head/ftp/lftp/distinfo Mon Jun 22 20:49:39 2015 (r390328) @@ -1,2 +1,2 @@ -SHA256 (lftp-4.6.2.tar.gz) = 7e5291a0638f1602fd7f98c407fbc191f4d29677f469dd0455f66b48fc7953ca -SIZE (lftp-4.6.2.tar.gz) = 2637499 +SHA256 (lftp-4.6.3a.tar.gz) = a8b53e5ca2c1acbecd181c87f21a8673ca9038dc9f2be6ab8c23790bd91fd446 +SIZE (lftp-4.6.3a.tar.gz) = 2645906 Added: head/ftp/lftp/files/patch-po-Makevars ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/lftp/files/patch-po-Makevars Mon Jun 22 20:49:39 2015 (r390328) @@ -0,0 +1,20 @@ +Add missing PO variables + +--- po/Makevars.orig 2015-06-20 21:14:07.000000000 +0000 ++++ po/Makevars 2015-06-20 21:15:13.000000000 +0000 +@@ -23,3 +23,15 @@ + # This is the list of locale categories, beyond LC_MESSAGES, for which the + # message catalogs shall be used. It is usually empty. + EXTRA_LOCALE_CATEGORIES = ++ ++# This tells whether or not to regenerate a PO file when $(DOMAIN).pot ++# has changed. Possible values are "yes" and "no". Set this to no if ++# the POT file is checked in the repository and the version control ++# program ignores timestamps. ++PO_DEPENDS_ON_POT = yes ++ ++# This tells whether or not to forcibly update $(DOMAIN).pot and ++# regenerate PO files on "make dist". Possible values are "yes" and ++# "no". Set this to no if the POT file and PO files are maintained ++# externally. ++DIST_DEPENDS_ON_UPDATE_PO = yes