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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 15:29:37
  Author: felixonmars
Revision: 658922

upgpkg: webfs 1.21-15: reproducibility rebuild

Modified:
  webfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 15:28:46 UTC (rev 658921)
+++ PKGBUILD2020-07-07 15:29:37 UTC (rev 658922)
@@ -6,7 +6,7 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=14
+pkgrel=15
 pkgdesc="Simple and instant http server for mostly static content."
 arch=(x86_64)
 url="http://linux.bytesex.org/misc/webfs.html;


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

2019-04-26 Thread Antonio Rojas via arch-commits
Date: Friday, April 26, 2019 @ 22:40:07
  Author: arojas
Revision: 454419

https

Modified:
  webfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:40:03 UTC (rev 454418)
+++ PKGBUILD2019-04-26 22:40:07 UTC (rev 454419)
@@ -13,7 +13,7 @@
 license=("GPL")
 depends=('mime-types' 'openssl')
 backup=('etc/conf.d/webfsd')
-source=(http://dl.bytesex.org/releases/webfs/webfs-${pkgver}.tar.gz
+source=(https://dl.bytesex.org/releases/webfs/webfs-${pkgver}.tar.gz
 webfsd.conf
 webfs.patch
 webfsd.service)


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:49:54
  Author: foutrelis
Revision: 405095

PIE/BUILDINFO rebuild

Modified:
  webfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:49:46 UTC (rev 405094)
+++ PKGBUILD2018-11-09 22:49:54 UTC (rev 405095)
@@ -6,7 +6,7 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=13
+pkgrel=14
 pkgdesc="Simple and instant http server for mostly static content."
 arch=(x86_64)
 url="http://linux.bytesex.org/misc/webfs.html;


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

2017-03-04 Thread Jelle van der Waa
Date: Saturday, March 4, 2017 @ 21:08:56
  Author: jelle
Revision: 214926

upgpkg: webfs 1.21-13

openssl 1.1 rebuild

Modified:
  webfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 20:49:15 UTC (rev 214925)
+++ PKGBUILD2017-03-04 21:08:56 UTC (rev 214926)
@@ -7,7 +7,7 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=12
+pkgrel=13
 pkgdesc="Simple and instant http server for mostly static content."
 arch=(i686 x86_64)
 url="http://linux.bytesex.org/misc/webfs.html;


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 19:14:26
  Author: fyan
Revision: 164174

OpenSSL 1.0.2g rebuild

Modified:
  webfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 18:13:42 UTC (rev 164173)
+++ PKGBUILD2016-03-02 18:14:26 UTC (rev 164174)
@@ -7,7 +7,7 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=11
+pkgrel=12
 pkgdesc="Simple and instant http server for mostly static content."
 arch=(i686 x86_64)
 url="http://linux.bytesex.org/misc/webfs.html;


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

2015-10-18 Thread Kyle Keen
Date: Monday, October 19, 2015 @ 00:23:04
  Author: kkeen
Revision: 144343

upgpkg: webfs 1.21-11

Modified:
  webfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-18 22:22:39 UTC (rev 144342)
+++ PKGBUILD2015-10-18 22:23:04 UTC (rev 144343)
@@ -7,7 +7,7 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=10
+pkgrel=11
 pkgdesc="Simple and instant http server for mostly static content."
 arch=(i686 x86_64)
 url="http://linux.bytesex.org/misc/webfs.html;
@@ -35,5 +35,5 @@
 
make prefix=/usr DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/webfsd.conf" "$pkgdir/etc/conf.d/webfsd"
-   install -Dm755 "$srcdir/webfsd.service"  
"$pkgdir/usr/lib/systemd/system/webfsd.service"
+   install -Dm644 "$srcdir/webfsd.service"  
"$pkgdir/usr/lib/systemd/system/webfsd.service"
 }


[arch-commits] Commit in webfs/trunk (PKGBUILD webfsd.rc)

2013-05-31 Thread Evangelos Foutras
Date: Friday, May 31, 2013 @ 17:10:15
  Author: foutrelis
Revision: 92106

upgpkg: webfs 1.21-10

Drop rc.d script.

Modified:
  webfs/trunk/PKGBUILD
Deleted:
  webfs/trunk/webfsd.rc

---+
 PKGBUILD  |9 -
 webfsd.rc |   38 --
 2 files changed, 4 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-31 14:53:05 UTC (rev 92105)
+++ PKGBUILD2013-05-31 15:10:15 UTC (rev 92106)
@@ -7,18 +7,18 @@
 
 pkgname=webfs
 pkgver=1.21
-pkgrel=9
+pkgrel=10
 pkgdesc=Simple and instant http server for mostly static content.
 arch=(i686 x86_64)
 url=http://linux.bytesex.org/misc/webfs.html;
 license=(GPL)
 depends=('mime-types' 'openssl')
-backup=(etc/conf.d/webfsd)
+backup=('etc/conf.d/webfsd')
 source=(http://dl.bytesex.org/releases/webfs/webfs-${pkgver}.tar.gz
-webfsd.rc webfsd.conf webfs.patch
+webfsd.conf
+webfs.patch
 webfsd.service)
 md5sums=('6dc125fe160479404147e7bbfc781dbc'
- '3ae9fcdcf79b193aa88e386055e9ebd7'
  'b2c1ab041a82acd8391b06dc38d986be'
  '7294edcec2589df04bb775270d56536e'
  'e1202dd915cba1a02e0016aa3a516b4a')
@@ -34,7 +34,6 @@
cd $srcdir/$pkgname-$pkgver
 
make prefix=/usr DESTDIR=$pkgdir install
-   install -Dm755 $srcdir/webfsd.rc   $pkgdir/etc/rc.d/webfsd
install -Dm644 $srcdir/webfsd.conf $pkgdir/etc/conf.d/webfsd
install -Dm755 $srcdir/webfsd.service  
$pkgdir/usr/lib/systemd/system/webfsd.service
 }

Deleted: webfsd.rc
===
--- webfsd.rc   2013-05-31 14:53:05 UTC (rev 92105)
+++ webfsd.rc   2013-05-31 15:10:15 UTC (rev 92106)
@@ -1,38 +0,0 @@
-#!/bin/sh
-
-# source application-specific settings
-[ -f /etc/conf.d/webfsd ]  . /etc/conf.d/webfsd
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID webfsd`
-case $1 in
-  start)
-stat_busy Starting webfsd
-[ -z $PID ]  /usr/bin/webfsd ${WEBFSD_ARGS} 
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon webfsd
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping webfsd
-[ ! -z $PID ]  kill $PID /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon webfsd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-exit 0