aboutsummaryrefslogtreecommitdiff
path: root/ftp/lftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2015-06-22 20:49:39 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2015-06-22 20:49:39 +0000
commitade4b30ba820739408f9027fee862508286d27bb (patch)
tree6ba0a46b226912a85ea61f20f83f6f8691c14007 /ftp/lftp
parent0270dfde2b22565bff12279c0ec94c35bdf0224d (diff)
downloadports-ade4b30ba820739408f9027fee862508286d27bb.tar.gz
ports-ade4b30ba820739408f9027fee862508286d27bb.zip
Update to 4.6.3a
Notes
Notes: svn path=/head/; revision=390328
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo4
-rw-r--r--ftp/lftp/files/patch-po-Makevars20
3 files changed, 23 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 30ec2b7e12f0..c2999f5afd56 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -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/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 05ac8e5e96cc..f3f4e759bdc7 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -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
diff --git a/ftp/lftp/files/patch-po-Makevars b/ftp/lftp/files/patch-po-Makevars
new file mode 100644
index 000000000000..04922b219222
--- /dev/null
+++ b/ftp/lftp/files/patch-po-Makevars
@@ -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