[arch-commits] Commit in postfixadmin/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Oct 5 03:08:04 UTC 2015


    Date: Monday, October 5, 2015 @ 05:08:03
  Author: svenstaro
Revision: 142952

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
    (from rev 142951, postfixadmin/trunk/PKGBUILD)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-05 03:07:56 UTC (rev 142951)
+++ PKGBUILD	2015-10-05 03:08:03 UTC (rev 142952)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Filip <fila pruda.com>
-pkgname=postfixadmin
-pkgver=2.92
-pkgrel=1
-pkgdesc="A web based interface used to manage mailboxes, virtual domains and aliases created for Postfix"
-arch=('any')
-license=('GPL')
-url="http://postfixadmin.sourceforge.net/"
-backup=(etc/webapps/postfixadmin/config.inc.php
-        etc/webapps/postfixadmin/.htaccess)
-depends=('php')
-optdepends=('mariadb: MySQL server'
-            'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('01f96e90a2ef084075e15e760f3bfc15')
-
-package() {
-  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
-  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
-  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
-  
-  install -dm755 ${_destdir}
-  install -dm755 ${_destdir_etc}
-  install -dm755 ${_destdir_doc}
-  
-  cd $srcdir/$pkgname-$pkgver
-  cp -r * ${_destdir}
-  
-  # config
-  mv ${_destdir}/config.inc.php ${_destdir_etc}
-  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
-  echo "#Require all denied" >${_destdir_etc}/.htaccess
-  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
-
-  # template cache needs to be writeable
-  chown http:http ${_destdir}/templates_c
-  
-  # docs
-  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} ${_destdir_doc}
-  rm -rf ${_destdir}/debian
-}

Copied: postfixadmin/repos/community-any/PKGBUILD (from rev 142951, postfixadmin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-05 03:08:03 UTC (rev 142952)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Filip <fila pruda.com>
+pkgname=postfixadmin
+pkgver=2.93
+pkgrel=1
+pkgdesc="A web based interface used to manage mailboxes, virtual domains and aliases created for Postfix"
+arch=('any')
+license=('GPL')
+url="http://postfixadmin.sourceforge.net/"
+backup=(etc/webapps/postfixadmin/config.inc.php
+        etc/webapps/postfixadmin/.htaccess)
+depends=('php')
+optdepends=('mariadb: MySQL server'
+            'postgresql: PostgreSQL server')
+source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d9a0e19bdb3241411cac8446d511fdb4')
+
+package() {
+  _destdir=$pkgdir/usr/share/webapps/postfixAdmin
+  _destdir_etc=$pkgdir/etc/webapps/postfixadmin
+  _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
+  
+  install -dm755 ${_destdir}
+  install -dm755 ${_destdir_etc}
+  install -dm755 ${_destdir_doc}
+  
+  cd $srcdir/$pkgname-$pkgver
+  cp -r * ${_destdir}
+  
+  # config
+  mv ${_destdir}/config.inc.php ${_destdir_etc}
+  ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
+  echo "#Require all denied" >${_destdir_etc}/.htaccess
+  ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
+
+  # template cache needs to be writeable
+  chown http:http ${_destdir}/templates_c
+  
+  # docs
+  mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} ${_destdir_doc}
+  rm -rf ${_destdir}/debian
+}



More information about the arch-commits mailing list