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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Sep 7 00:24:36 UTC 2013


    Date: Saturday, September 7, 2013 @ 02:24:36
  Author: seblu
Revision: 96879

update snapshot (prepare next release, do not update!)

Modified:
  opensmtpd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-07 00:22:24 UTC (rev 96878)
+++ PKGBUILD	2013-09-07 00:24:36 UTC (rev 96879)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=opensmtpd
-pkgver=201307311702p1
+pkgver=201308201232p1 #DO NOT RELEASE!
 pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
@@ -17,15 +17,10 @@
 source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz"
         'smtpd.service'
         'smtpd.socket')
-md5sums=('25bdf0f590a34f8ee4735d80677bace9'
+md5sums=('SKIP'
          'a278f272d97a9fe5a8aac784a7c98d67'
          'c2c01e9ca78df3f65efe40a7c0e17ee0')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,etc/aliases,etc/smtpd/aliases,' smtpd/smtpd.conf
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure \
@@ -54,13 +49,6 @@
   install -Dm644 "$srcdir/smtpd.socket" usr/lib/systemd/system/smtpd.socket
   # empty aliases file (used by default config)
   install -Dm644 /dev/null etc/smtpd/aliases
-  # create pool directory
-  install -dm711 var/spool/smtpd
-  # fix bad symlinks
-  ln -fs smtpctl usr/bin/mailq
-  ln -fs smtpctl usr/bin/sendmail
-  ln -fs makemap usr/bin/newaliases
-  ls -l usr/bin/
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list