[arch-commits] Commit in ncftp/repos (6 files)

Lukas Fleischer lfleischer at archlinux.org
Wed Nov 30 20:41:45 UTC 2016


    Date: Wednesday, November 30, 2016 @ 20:41:45
  Author: lfleischer
Revision: 282391

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ncftp/repos/extra-i686/PKGBUILD
    (from rev 282390, ncftp/trunk/PKGBUILD)
  ncftp/repos/extra-x86_64/PKGBUILD
    (from rev 282390, ncftp/trunk/PKGBUILD)
Deleted:
  ncftp/repos/extra-i686/PKGBUILD
  ncftp/repos/extra-i686/fix-build.patch
  ncftp/repos/extra-x86_64/PKGBUILD
  ncftp/repos/extra-x86_64/fix-build.patch

------------------------------+
 /PKGBUILD                    |   68 +++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD          |   44 --------------------------
 extra-i686/fix-build.patch   |   10 ------
 extra-x86_64/PKGBUILD        |   44 --------------------------
 extra-x86_64/fix-build.patch |   10 ------
 5 files changed, 68 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-i686/PKGBUILD	2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ncftp
-pkgver=3.2.5
-pkgrel=6
-pkgdesc="A set of free application programs implementing FTP"
-url="http://www.ncftp.com/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2"
-        'fix-build.patch')
-md5sums=('b05c7a6d5269c04891f02f43d4312b30'
-         'f85fd4cc66b66952d67f864137f44029')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
-
-build() {
-  # FS#39211
-  unset CPPFLAGS
-
-  cd ${pkgname}-${pkgver}
-  CPP=/usr/bin/cpp ./configure --prefix=/usr \
-    --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  # Install license
-  install -Dm644 doc/LICENSE.txt \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncftp/repos/extra-i686/PKGBUILD (from rev 282390, ncftp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-30 20:41:45 UTC (rev 282391)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ncftp
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A set of free application programs implementing FTP"
+url="http://www.ncftp.com/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('ncurses')
+makedepends=('inetutils')
+source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz")
+md5sums=('9e42d4696754ed49e002b8f719f07d92')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # FS#39211
+  unset CPPFLAGS
+
+  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+  install -Dm644 doc/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/fix-build.patch
===================================================================
--- extra-i686/fix-build.patch	2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-i686/fix-build.patch	2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,10 +0,0 @@
---- ncftp-3.2.5/ncftp/main.c~	2014-03-06 11:20:05.006777392 +0000
-+++ ncftp-3.2.5/ncftp/main.c	2014-03-06 11:20:25.739974714 +0000
-@@ -21,6 +21,7 @@
- #include "log.h"
- #include "spool.h"
- #include "util.h"
-+#include "locale.h"
- 
- int gStartupUrlParameterGiven = 0;
- int gIsTTY, gIsTTYr;

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-x86_64/PKGBUILD	2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ncftp
-pkgver=3.2.5
-pkgrel=6
-pkgdesc="A set of free application programs implementing FTP"
-url="http://www.ncftp.com/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('ncurses')
-makedepends=('inetutils')
-source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2"
-        'fix-build.patch')
-md5sums=('b05c7a6d5269c04891f02f43d4312b30'
-         'f85fd4cc66b66952d67f864137f44029')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
-
-build() {
-  # FS#39211
-  unset CPPFLAGS
-
-  cd ${pkgname}-${pkgver}
-  CPP=/usr/bin/cpp ./configure --prefix=/usr \
-    --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share"
-  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
-
-  # Install license
-  install -Dm644 doc/LICENSE.txt \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncftp/repos/extra-x86_64/PKGBUILD (from rev 282390, ncftp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-30 20:41:45 UTC (rev 282391)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ncftp
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A set of free application programs implementing FTP"
+url="http://www.ncftp.com/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('ncurses')
+makedepends=('inetutils')
+source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.xz")
+md5sums=('9e42d4696754ed49e002b8f719f07d92')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # FS#39211
+  unset CPPFLAGS
+
+  CPP=/usr/bin/cpp ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share"
+  make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install
+  install -Dm644 doc/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/fix-build.patch
===================================================================
--- extra-x86_64/fix-build.patch	2016-11-30 20:41:39 UTC (rev 282390)
+++ extra-x86_64/fix-build.patch	2016-11-30 20:41:45 UTC (rev 282391)
@@ -1,10 +0,0 @@
---- ncftp-3.2.5/ncftp/main.c~	2014-03-06 11:20:05.006777392 +0000
-+++ ncftp-3.2.5/ncftp/main.c	2014-03-06 11:20:25.739974714 +0000
-@@ -21,6 +21,7 @@
- #include "log.h"
- #include "spool.h"
- #include "util.h"
-+#include "locale.h"
- 
- int gStartupUrlParameterGiven = 0;
- int gIsTTY, gIsTTYr;



More information about the arch-commits mailing list