diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-02 07:07:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-02 07:07:20 +0000 |
commit | 151e3ced57ff048654eaf22eb7787ccb5914b652 (patch) | |
tree | d126717e1e42668a75a9203c85f82e10dd361a86 /ftp | |
parent | aff0fe1cbafa2ac15f24473c765b3f053cb573c5 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bareftp/Makefile | 11 | ||||
-rw-r--r-- | ftp/bareftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/bareftp/files/patch-configure | 11 | ||||
-rw-r--r-- | ftp/bareftp/files/patch-po-LINGUAS | 20 | ||||
-rw-r--r-- | ftp/bareftp/pkg-plist | 1 |
5 files changed, 38 insertions, 11 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index c39dc068e712..77468a1029eb 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -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: diff --git a/ftp/bareftp/distinfo b/ftp/bareftp/distinfo index 97765e77cbb6..f7e470eb73e0 100644 --- a/ftp/bareftp/distinfo +++ b/ftp/bareftp/distinfo @@ -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 diff --git a/ftp/bareftp/files/patch-configure b/ftp/bareftp/files/patch-configure new file mode 100644 index 000000000000..ac0fd5369dd3 --- /dev/null +++ b/ftp/bareftp/files/patch-configure @@ -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 + + diff --git a/ftp/bareftp/files/patch-po-LINGUAS b/ftp/bareftp/files/patch-po-LINGUAS new file mode 100644 index 000000000000..c92be5f916de --- /dev/null +++ b/ftp/bareftp/files/patch-po-LINGUAS @@ -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 diff --git a/ftp/bareftp/pkg-plist b/ftp/bareftp/pkg-plist index 95af8e4a6ab1..958f26f1ca3d 100644 --- a/ftp/bareftp/pkg-plist +++ b/ftp/bareftp/pkg-plist @@ -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 |