[arch-commits] Commit in fetchmail/trunk (3 files)

Pierre Schmitz pierre at archlinux.org
Fri May 15 12:02:17 UTC 2015


    Date: Friday, May 15, 2015 @ 14:02:17
  Author: pierre
Revision: 239395

upgpkg: fetchmail 6.3.26-3

Modified:
  fetchmail/trunk/PKGBUILD
  fetchmail/trunk/fetchmail.install
  fetchmail/trunk/fetchmail.service

-------------------+
 PKGBUILD          |    5 +++--
 fetchmail.install |    7 -------
 fetchmail.service |    2 +-
 3 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-15 11:50:11 UTC (rev 239394)
+++ PKGBUILD	2015-05-15 12:02:17 UTC (rev 239395)
@@ -2,7 +2,7 @@
 
 pkgname=fetchmail
 pkgver=6.3.26
-pkgrel=2
+pkgrel=3
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
 url="http://www.fetchmail.info"
@@ -19,7 +19,8 @@
 sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
           'SKIP'
           '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
-          '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10')
+          '0fc1870a33d1e0efb70169ddf1b6adc9d253e076')
+validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: fetchmail.install
===================================================================
--- fetchmail.install	2015-05-15 11:50:11 UTC (rev 239394)
+++ fetchmail.install	2015-05-15 12:02:17 UTC (rev 239395)
@@ -13,14 +13,7 @@
   getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \
       -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail
 
-  if [ "$(vercmp $2 6.3.19-3)" -lt 0 ] ; then
-    usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail
-  fi
   if [[ ! -d run/fetchmail ]]; then
     usr/bin/systemd-tmpfiles --create fetchmail.conf
   fi
 }
-
-pre_remove() {
-  usr/sbin/userdel fetchmail &>/dev/null
-}

Modified: fetchmail.service
===================================================================
--- fetchmail.service	2015-05-15 11:50:11 UTC (rev 239394)
+++ fetchmail.service	2015-05-15 12:02:17 UTC (rev 239395)
@@ -1,5 +1,5 @@
 [Unit]
-Description=A remote-mail retrieval utility
+Description=Fetchmail
 After=network.target
 
 [Service]



More information about the arch-commits mailing list