mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.3.2
PR: 146059 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Security:>······
This commit is contained in:
parent
aff0fe1cba
commit
151e3ced57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253533
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bareftp
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://www.bareftp.org/release/ \
|
||||
http://www.predatorlabs.net/dl/
|
||||
@ -17,7 +16,8 @@ COMMENT= Ftp client made in C sharp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" --libdir="${PREFIX}/lib" \
|
||||
--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include"
|
||||
--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include" \
|
||||
--without-gnomekeyring
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GETTEXT= yes
|
||||
@ -30,11 +30,6 @@ MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= bareftp.1
|
||||
|
||||
# should use configure --without-gnome-keyring but it is broken
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|with_keyring=yes|with_keyring=no|' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
# TODO
|
||||
# Ugly way but configure ignore "--localedir=" fu* ;/
|
||||
pre-build:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bareftp-0.3.1.tar.gz) = 8bd9d0f323346b15d1737637c11b8dba
|
||||
SHA256 (bareftp-0.3.1.tar.gz) = ad4a65b66abab244ad1371cbe24501dad748be610b2ba2b8dbff9eaca7bdd503
|
||||
SIZE (bareftp-0.3.1.tar.gz) = 550943
|
||||
MD5 (bareftp-0.3.2.tar.gz) = 721aea1d090f1d5393767a2bfa4f11fa
|
||||
SHA256 (bareftp-0.3.2.tar.gz) = bf346b5e60b68f1b7a86d4f9f3f8f7f89e32b6d1cff212664f924c33878b4511
|
||||
SIZE (bareftp-0.3.2.tar.gz) = 553906
|
||||
|
11
ftp/bareftp/files/patch-configure
Normal file
11
ftp/bareftp/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig 2010-04-26 01:53:28.000000000 -0700
|
||||
+++ configure 2010-04-26 01:53:48.000000000 -0700
|
||||
@@ -12981,7 +12981,7 @@
|
||||
#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`
|
||||
GETTEXT_PACKAGE=$PACKAGE
|
||||
|
||||
|
20
ftp/bareftp/files/patch-po-LINGUAS
Normal file
20
ftp/bareftp/files/patch-po-LINGUAS
Normal file
@ -0,0 +1,20 @@
|
||||
--- 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 @@
|
||||
-ca
|
||||
-de
|
||||
-es
|
||||
-fr
|
||||
-it
|
||||
-nb
|
||||
-pl
|
||||
-pt_BR
|
||||
+ca \
|
||||
+de \
|
||||
+es \
|
||||
+fr \
|
||||
+it \
|
||||
+nb \
|
||||
+pl \
|
||||
+pt_BR \
|
||||
sv
|
@ -31,4 +31,5 @@ share/locale/it/LC_MESSAGES/bareftp.mo
|
||||
share/locale/nb/LC_MESSAGES/bareftp.mo
|
||||
share/locale/pl/LC_MESSAGES/bareftp.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/bareftp.mo
|
||||
share/locale/sv/LC_MESSAGES/bareftp.mo
|
||||
@dirrm lib/bareftp
|
||||
|
Loading…
Reference in New Issue
Block a user