[arch-commits] Commit in xsp/repos (3 files)

daniel at archlinux.org daniel at archlinux.org
Tue Aug 5 10:53:09 UTC 2008


    Date: Tuesday, August 5, 2008 @ 06:53:09
  Author: daniel
Revision: 7969

Merged revisions 840-7966 via svnmerge from 
svn+ssh://daniel@svn.archlinux.org/home/svn-packages/xsp/trunk

........
  r7966 | daniel | 2008-08-05 12:52:36 +0200 (Tue, 05 Aug 2008) | 2 lines
  
  upgpkg: xsp 1.9.1-2
      change html dir to new apache structure, change directory permission to http user/group
........

Modified:
  xsp/repos/extra-x86_64/	(properties)
  xsp/repos/extra-x86_64/PKGBUILD
  xsp/repos/extra-x86_64/xsp.webapp

------------+
 PKGBUILD   |   10 +++++-----
 xsp.webapp |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


Property changes on: xsp/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xsp/trunk:1-839
   + /xsp/trunk:1-7966

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-05 10:52:47 UTC (rev 7968)
+++ extra-x86_64/PKGBUILD	2008-08-05 10:53:09 UTC (rev 7969)
@@ -4,7 +4,7 @@
 
 pkgname=xsp
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple webserver based on mono - provides ASP.NET support"
 arch=(i686 x86_64)
 license=('custom')
@@ -17,7 +17,7 @@
 md5sums=('f53f440714a8126d7221212c6d79ea11'
          '9575bd7d6f64d51ba05bdd6370665858'
          '35d921df0fefc30f47a438c95d420efc'
-         '3136575652778d8b905dae8302ceec03')
+         'c917c07f68b945691506c29750db482f')
 
 build() {
  # get rid of that .wapi errors; thanks to brice
@@ -38,10 +38,10 @@
   sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
   make DESTDIR=${startdir}/pkg install
  # move test files from share to arch' default html home
-  mkdir -p ${startdir}/pkg/home/httpd/html
-  mv ${startdir}/pkg/usr/lib/xsp/test $startdir/pkg/home/httpd/html/xsp
+  mkdir -p ${startdir}/pkg/srv/http/html
+  mv ${startdir}/pkg/usr/lib/xsp/test $startdir/pkg/srv/http/html/xsp
   rm -rf ${startdir}/pkg/usr/share
-  chown -R nobody:nobody ${startdir}/pkg/home/httpd/html/${pkgname}
+  chown -R http:http ${startdir}/pkg/srv/http/html/${pkgname}
 
  # install a deamon
   install -D -m755 ${startdir}/src/${pkgname}.rc.d \

Modified: extra-x86_64/xsp.webapp
===================================================================
--- extra-x86_64/xsp.webapp	2008-08-05 10:52:47 UTC (rev 7968)
+++ extra-x86_64/xsp.webapp	2008-08-05 10:53:09 UTC (rev 7969)
@@ -2,7 +2,7 @@
   <web-application>
     <name>Root</name>
       <vpath>/</vpath>
-      <path>/home/httpd/html/xsp</path>
+      <path>/srv/http/html/xsp</path>
       <vhost>localhost</vhost>
   </web-application>
 </apps>




More information about the arch-commits mailing list