Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2010 15:22:58 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151505: [maintainer] [patch] ftp/bareftp Update to 0.3.6
Message-ID:  <201010161522.o9GFMwYv030970@www.freebsd.org>
Resent-Message-ID: <201010161530.o9GFU9Ht038287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151505
>Category:       ports
>Synopsis:       [maintainer] [patch] ftp/bareftp Update to 0.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 16 15:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r213747: Tue Oct 12 15:25:48 PDT 2010     rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE  amd64
>Description:
Update to 0.3.6
- some bugfixes and adds Russian NLS

Add option for Gnome Keyring since the C# binding has been added to ports recently

Changelog:
http://www.bareftp.org/devel/browser/tags/0.3.6/ChangeLog

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/bareftp/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	31 May 2010 01:58:50 -0000	1.11
+++ Makefile	16 Oct 2010 12:24:28 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	bareftp
-PORTVERSION=	0.3.2
-PORTREVISION=	1
+PORTVERSION=	0.3.6
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.bareftp.org/release/ \
 		http://www.predatorlabs.net/dl/
@@ -17,8 +16,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datarootdir="${PREFIX}/share" --libdir="${PREFIX}/lib" \
-		--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include" \
-		--without-gnomekeyring
+		--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include"
 
 INSTALLS_ICONS=	yes
 USE_GETTEXT=	yes
@@ -27,10 +25,22 @@
 
 USE_LDCONFIG=	yes
 
-MAKE_JOBS_SAFE=	yes
+#MAKE_JOBS_SAFE=	yes
 
 MAN1=		bareftp.1
 
+OPTIONS=	KEYRING "Support for Gnome Keyring" ON
+
+.include <bsd.port.options.mk>
+
+.if defined(WITHOUT_KEYRING)
+CONFIGURE_ARGS+=	--without-gnomekeyring
+.else
+KEYRING_DETECT=	${LOCALBASE}/libdata/pkgconfig/gnome-keyring-sharp-1.0.pc
+BUILD_DEPENDS=	${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp
+RUN_DEPENDS=	${KEYRING_DETECT}:${PORTSDIR}/security/gnome-keyring-sharp
+.endif
+
 # TODO
 # Ugly way but configure ignore "--localedir=" fu* ;/
 pre-build:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/bareftp/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2 May 2010 07:07:20 -0000	1.3
+++ distinfo	16 Oct 2010 11:47:47 -0000
@@ -1,3 +1,3 @@
-MD5 (bareftp-0.3.2.tar.gz) = 721aea1d090f1d5393767a2bfa4f11fa
-SHA256 (bareftp-0.3.2.tar.gz) = bf346b5e60b68f1b7a86d4f9f3f8f7f89e32b6d1cff212664f924c33878b4511
-SIZE (bareftp-0.3.2.tar.gz) = 553906
+MD5 (bareftp-0.3.6.tar.gz) = cdfb1275d06642fd82f9ff49ecf0b48f
+SHA256 (bareftp-0.3.6.tar.gz) = b3153e130de4f4cc4dd113fcabb2c5622a647fc2d35170253597d36f98c929bc
+SIZE (bareftp-0.3.6.tar.gz) = 582408
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/ftp/bareftp/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2 May 2010 07:07:20 -0000	1.3
+++ pkg-plist	16 Oct 2010 12:24:13 -0000
@@ -31,5 +31,6 @@
 share/locale/nb/LC_MESSAGES/bareftp.mo
 share/locale/pl/LC_MESSAGES/bareftp.mo
 share/locale/pt_BR/LC_MESSAGES/bareftp.mo
+share/locale/ru/LC_MESSAGES/bareftp.mo
 share/locale/sv/LC_MESSAGES/bareftp.mo
 @dirrm lib/bareftp
Index: files/patch-po-LINGUAS
===================================================================
RCS file: /home/ncvs/ports/ftp/bareftp/files/patch-po-LINGUAS,v
retrieving revision 1.1
diff -u -r1.1 patch-po-LINGUAS
--- files/patch-po-LINGUAS	2 May 2010 07:07:20 -0000	1.1
+++ files/patch-po-LINGUAS	16 Oct 2010 11:49:36 -0000
@@ -1,6 +1,6 @@
---- po/LINGUAS.orig	2010-04-25 15:50:34.000000000 -0700
-+++ po/LINGUAS	2010-04-25 15:50:52.000000000 -0700
-@@ -1,9 +1,9 @@
+--- po/LINGUAS.orig	2010-10-16 04:48:50.000000000 -0700
++++ po/LINGUAS	2010-10-16 04:49:14.000000000 -0700
+@@ -1,10 +1,10 @@
 -ca
 -de
 -es
@@ -9,6 +9,7 @@
 -nb
 -pl
 -pt_BR
+-ru
 +ca \
 +de \
 +es \
@@ -17,4 +18,5 @@
 +nb \
 +pl \
 +pt_BR \
++ru \
  sv


>Release-Note:
>Audit-Trail:
>Unformatted:



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