[arch-commits] Commit in postfixadmin/trunk (PKGBUILD apache.example.conf)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 7 15:30:28 UTC 2014


    Date: Friday, March 7, 2014 @ 16:30:28
  Author: svenstaro
Revision: 106779

upgpkg: postfixadmin 2.3.7-1

upstream release 2.3.7 and also removing example apache config (this should be in the wiki)

Modified:
  postfixadmin/trunk/PKGBUILD
Deleted:
  postfixadmin/trunk/apache.example.conf

---------------------+
 PKGBUILD            |   13 ++++---------
 apache.example.conf |    8 --------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-07 14:36:32 UTC (rev 106778)
+++ PKGBUILD	2014-03-07 15:30:28 UTC (rev 106779)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Filip <fila pruda.com>
 pkgname=postfixadmin
-pkgver=2.3.6
+pkgver=2.3.7
 pkgrel=1
 pkgdesc="A web based interface used to manage mailboxes, virtual domains and aliases created for Postfix"
 arch=('any')
@@ -13,11 +13,9 @@
         etc/webapps/postfixadmin/motd-users.txt)
 depends=('php')
 optdepends=('mariadb: MySQL server'
-		'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz
-        apache.example.conf)
-md5sums=('2976aa2126747a25fa006b7be67ba9ba'
-         'dc301336210336c505f33d124ac05a7b')
+		    'postgresql: PostgreSQL server')
+        source=(http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz)
+md5sums=('35265807e815fbfbec5d7246e5b5e978')
 
 package() {
   _destdir=$pkgdir/usr/share/webapps/postfixAdmin
@@ -44,7 +42,4 @@
   # docs
   mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} ${_destdir_doc}
   rm -rf ${_destdir}/debian
-  
-  # apache  
-  install ${srcdir}/apache.example.conf ${_destdir_etc}/apache.example.conf
 }

Deleted: apache.example.conf
===================================================================
--- apache.example.conf	2014-03-07 14:36:32 UTC (rev 106778)
+++ apache.example.conf	2014-03-07 15:30:28 UTC (rev 106779)
@@ -1,8 +0,0 @@
-Alias /postfixAdmin "/usr/share/webapps/postfixAdmin"
-<Directory "/usr/share/webapps/postfixAdmin">
-    AllowOverride All
-    Options FollowSymlinks
-    Order allow,deny
-    Allow from all
-    php_admin_value open_basedir "/tmp/:/usr/share/webapps/postfixAdmin/:/etc/webapps/postfixadmin/:/usr/share/pear/"
-</Directory>




More information about the arch-commits mailing list