[arch-commits] Commit in ssmtp/trunk (PKGBUILD)

Tom Gundersen tomegun at nymeria.archlinux.org
Thu May 30 12:11:47 UTC 2013


    Date: Thursday, May 30, 2013 @ 14:11:47
  Author: tomegun
Revision: 186642

upgpkg: ssmtp 2.64-4

usrmove

Modified:
  ssmtp/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 12:11:31 UTC (rev 186641)
+++ PKGBUILD	2013-05-30 12:11:47 UTC (rev 186642)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Maintainer:
 
 pkgname=ssmtp
 pkgver=2.64
-pkgrel=3
+pkgrel=4
 pkgdesc="Extremely simple MTA to get mail off the system to a mailhub"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://packages.debian.org/stable/mail/ssmtp"
-depends=('openssl')
+depends=('openssl' 'inetutils')
 conflicts=('exim')
 provides=('smtp-forwarder')
 backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
@@ -40,4 +40,7 @@
    ln -s ssmtp "${pkgdir}/usr/sbin/sendmail"
    ln -s ssmtp "${pkgdir}/usr/sbin/newaliases"
    ln -s ssmtp "${pkgdir}/usr/sbin/mailq"
+        # usrmove
+        cd "$pkgdir"
+        mv usr/sbin usr/bin
 }




More information about the arch-commits mailing list