diff options
Diffstat (limited to 'ftp/bareftp')
-rw-r--r-- | ftp/bareftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/bareftp/distinfo | 4 | ||||
-rw-r--r-- | ftp/bareftp/files/patch-configure | 9 | ||||
-rw-r--r-- | ftp/bareftp/files/patch-po-LINGUAS | 30 | ||||
-rw-r--r-- | ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs | 13 | ||||
-rw-r--r-- | ftp/bareftp/pkg-plist | 1 |
6 files changed, 9 insertions, 51 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 773f90b35ddc..5db45e832e77 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bareftp -PORTVERSION= 0.3.11 -PORTREVISION= 1 +PORTVERSION= 0.3.12 CATEGORIES= ftp MASTER_SITES= http://www.bareftp.org/release/ diff --git a/ftp/bareftp/distinfo b/ftp/bareftp/distinfo index bbabb3a09df0..76e2e1aedbe2 100644 --- a/ftp/bareftp/distinfo +++ b/ftp/bareftp/distinfo @@ -1,2 +1,2 @@ -SHA256 (bareftp-0.3.11.tar.gz) = cafc6cd6f71ee6e6151cadc517349646977d90b372850e194ad505d89aa6682f -SIZE (bareftp-0.3.11.tar.gz) = 630784 +SHA256 (bareftp-0.3.12.tar.gz) = efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727 +SIZE (bareftp-0.3.12.tar.gz) = 642509 diff --git a/ftp/bareftp/files/patch-configure b/ftp/bareftp/files/patch-configure index ac0fd5369dd3..6836ed280902 100644 --- a/ftp/bareftp/files/patch-configure +++ b/ftp/bareftp/files/patch-configure @@ -1,11 +1,12 @@ ---- configure.orig 2010-04-26 01:53:28.000000000 -0700 -+++ configure 2010-04-26 01:53:48.000000000 -0700 -@@ -12981,7 +12981,7 @@ +Work around the GNU sed-isms below with an awk script. +--- configure.orig 2016-02-21 15:54:50 UTC ++++ configure +@@ -13947,7 +13947,7 @@ done #IT_PROG_INTLTOOL([0.35.0]) #AC_PROG_INTLTOOL([0.21]) - ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | sed -r ':a;N;$!ba;s/\n/ /g; s/[ ]+/ /g'` -+ ALL_LINGUAS=`cat $srcdir/po/LINGUAS` ++ ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | awk 'BEGIN {OR=""; ORS=" "} {print NR": "$1 }' po/LINGUAS` GETTEXT_PACKAGE=$PACKAGE diff --git a/ftp/bareftp/files/patch-po-LINGUAS b/ftp/bareftp/files/patch-po-LINGUAS deleted file mode 100644 index af65827701cf..000000000000 --- a/ftp/bareftp/files/patch-po-LINGUAS +++ /dev/null @@ -1,30 +0,0 @@ ---- po/LINGUAS.bak 2013-05-15 10:26:35.000000000 +0000 -+++ po/LINGUAS 2013-05-15 10:27:07.000000000 +0000 -@@ -1,14 +1,14 @@ --ca --de --el --es --fr --hu --it --ja --nb --pl --pt_BR --ru --sk -+ca \ -+de \ -+el \ -+es \ -+fr \ -+hu \ -+it \ -+ja \ -+nb \ -+pl \ -+pt_BR \ -+ru \ -+sk \ - sv diff --git a/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs b/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs deleted file mode 100644 index 6788da4e4482..000000000000 --- a/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs +++ /dev/null @@ -1,13 +0,0 @@ ---- src/bareFTP.Protocol.Ftp/ftp/ListParser.cs.bak 2015-01-29 07:46:28.278935333 -0800 -+++ src/bareFTP.Protocol.Ftp/ftp/ListParser.cs 2015-01-29 07:47:03.217939461 -0800 -@@ -22,7 +22,9 @@ - - using System; - using System.Collections.Generic; --using System.Text;z -+using System.Text; -+using System.Globalization; -+ - namespace bareFTP.Protocol.Ftp - { - public class ListParser diff --git a/ftp/bareftp/pkg-plist b/ftp/bareftp/pkg-plist index 07b17f3ac458..c574d590f3a8 100644 --- a/ftp/bareftp/pkg-plist +++ b/ftp/bareftp/pkg-plist @@ -24,6 +24,7 @@ share/icons/hicolor/36x36/apps/bareftp.png share/icons/hicolor/48x48/apps/bareftp.png share/icons/hicolor/scalable/apps/bareftp.svg %%NLS%%share/locale/ca/LC_MESSAGES/bareftp.mo +%%NLS%%share/locale/cs/LC_MESSAGES/bareftp.mo %%NLS%%share/locale/de/LC_MESSAGES/bareftp.mo %%NLS%%share/locale/el/LC_MESSAGES/bareftp.mo %%NLS%%share/locale/es/LC_MESSAGES/bareftp.mo |