[arch-commits] Commit in proftpd/trunk (PKGBUILD mode_t.patch)

Andrea Scarpino andrea at archlinux.org
Tue Jan 26 14:14:47 UTC 2010


    Date: Tuesday, January 26, 2010 @ 09:14:46
  Author: andrea
Revision: 65280

upgpkg: proftpd 1.3.2c-1
    upstream release

Modified:
  proftpd/trunk/PKGBUILD
Deleted:
  proftpd/trunk/mode_t.patch

--------------+
 PKGBUILD     |   17 ++++++++++-------
 mode_t.patch |   35 -----------------------------------
 2 files changed, 10 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-26 14:13:25 UTC (rev 65279)
+++ PKGBUILD	2010-01-26 14:14:46 UTC (rev 65280)
@@ -1,18 +1,21 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer:
+# Contributor: Eric Belanger <eric at archlinux.org>
 
 pkgname=proftpd
-pkgver=1.3.2b
-pkgrel=2
+pkgver=1.3.2c
+pkgrel=1
 pkgdesc="A high-performance, scalable FTP server"
 arch=('i686' 'x86_64')
 url="http://www.proftpd.org"
 license=('GPL')
-depends=('glibc' 'pam' 'ncurses' 'libcap>=2.16')
+depends=('glibc' 'pam' 'ncurses' 'libcap')
 backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/$pkgname-$pkgver.tar.bz2 proftpd \
-        proftpd.logrotate proftpd.conf.d)
-md5sums=('0d6777839f37115654ce384841f68131'
+source=(ftp://ftp.proftpd.org/distrib/source/$pkgname-$pkgver.tar.bz2
+	'proftpd'
+        'proftpd.logrotate'
+	'proftpd.conf.d')
+md5sums=('559fd3fb6959d42ddd66b333a03b0c49'
          '99f6f9a989e70e3fa50809fc2bbbbb0a'
          'ddb09eb13131becdf0e081eef413116b'
          '71d5932b0461c318ed68c2c0c2660736')

Deleted: mode_t.patch
===================================================================
--- mode_t.patch	2010-01-26 14:13:25 UTC (rev 65279)
+++ mode_t.patch	2010-01-26 14:14:46 UTC (rev 65280)
@@ -1,35 +0,0 @@
---- acconfig.h	2002/12/15 18:05:09	1.15
-+++ acconfig.h	2007/10/15 17:27:25	1.16
-@@ -12,9 +12,6 @@
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef ino_t
- 
--/* Define to `mode_t' if <sys/types.h> doesn't define. */
--#undef umode_t
--
- /* Define to `int' if <sys/socket.h> doesn't define. */
- #undef socklen_t
- 
---- config.h.in	2007/10/13 03:05:27	1.118
-+++ config.h.in	2007/10/15 17:27:25	1.119
-@@ -37,9 +37,6 @@
- /* Define to `int' if <sys/socket.h> doesn't define. */
- #undef socklen_t
- 
--/* Define to `mode_t' if <sys/types.h> doesn't define. */
--#undef umode_t
--
- /* Define if you have AIX send_file() semantics. */
- #undef HAVE_AIX_SENDFILE
- 
---- configure.in	2007/10/13 03:05:27	1.261
-+++ configure.in	2007/10/15 17:27:25	1.262
-@@ -1119,7 +1119,7 @@
- AC_CHECK_SIZEOF(time_t, 0)
- 
- dnl Check for generic typedefs
--AC_CHECK_TYPE(umode_t, mode_t)
-+AC_CHECK_TYPE(mode_t, mode_t)
- AC_CHECK_TYPE(ino_t, ino_t)
- AC_CHECK_TYPE(intptr_t, AC_DEFINE(HAVE_INTPTR_T),, [
-   #if HAVE_INTTYPES_H




More information about the arch-commits mailing list