Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 16:06:29 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409301 - in head/ftp/bareftp: . files
Message-ID:  <201602211606.u1LG6TBe091265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Feb 21 16:06:29 2016
New Revision: 409301
URL: https://svnweb.freebsd.org/changeset/ports/409301

Log:
  Update to 0.3.12.
  
  Release notes: http://www.bareftp.org/news/?p=279
  Basically, there are only translation updates.
  
  While here:
  - Replace patch-configure and patch-po-LINGUAS (which were basically working
    around the GNU sed-isms in m4/shamrock/i18n.m4) with an awk call in the
    configure script.

Deleted:
  head/ftp/bareftp/files/patch-po-LINGUAS
  head/ftp/bareftp/files/patch-src-bareFTP.Protocol.Ftp-ftp-ListParser.cs
Modified:
  head/ftp/bareftp/Makefile
  head/ftp/bareftp/distinfo
  head/ftp/bareftp/files/patch-configure
  head/ftp/bareftp/pkg-plist

Modified: head/ftp/bareftp/Makefile
==============================================================================
--- head/ftp/bareftp/Makefile	Sun Feb 21 16:02:31 2016	(r409300)
+++ head/ftp/bareftp/Makefile	Sun Feb 21 16:06:29 2016	(r409301)
@@ -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/
 

Modified: head/ftp/bareftp/distinfo
==============================================================================
--- head/ftp/bareftp/distinfo	Sun Feb 21 16:02:31 2016	(r409300)
+++ head/ftp/bareftp/distinfo	Sun Feb 21 16:06:29 2016	(r409301)
@@ -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

Modified: head/ftp/bareftp/files/patch-configure
==============================================================================
--- head/ftp/bareftp/files/patch-configure	Sun Feb 21 16:02:31 2016	(r409300)
+++ head/ftp/bareftp/files/patch-configure	Sun Feb 21 16:06:29 2016	(r409301)
@@ -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
  
  

Modified: head/ftp/bareftp/pkg-plist
==============================================================================
--- head/ftp/bareftp/pkg-plist	Sun Feb 21 16:02:31 2016	(r409300)
+++ head/ftp/bareftp/pkg-plist	Sun Feb 21 16:06:29 2016	(r409301)
@@ -24,6 +24,7 @@ share/icons/hicolor/36x36/apps/bareftp.p
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602211606.u1LG6TBe091265>