Date: Mon, 22 Jun 2015 20:49:40 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390328 - in head/ftp/lftp: . files Message-ID: <201506222049.t5MKneQF095345@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506222049.t5MKneQF095345>