[arch-commits] Commit in awstats/trunk (PKGBUILD build-fix.patch)

2020-12-07 Thread Sergej Pupykin via arch-commits
Date: Monday, December 7, 2020 @ 18:56:47
  Author: spupykin
Revision: 771492

rm patch

Modified:
  awstats/trunk/PKGBUILD
Deleted:
  awstats/trunk/build-fix.patch

-+
 PKGBUILD|   11 ++-
 build-fix.patch |   12 
 2 files changed, 2 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 18:54:45 UTC (rev 771491)
+++ PKGBUILD2020-12-07 18:56:47 UTC (rev 771492)
@@ -14,17 +14,10 @@
'etc/httpd/conf/extra/httpd-awstats.conf')
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   "cron.awstats"
-   "build-fix.patch")
+   "cron.awstats")
 sha256sums=('4a65867e01bef6a9bdba3e9e411fb2a0e0d87bc4c85ff02e3cbfca001a04d4b8'
-'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2'
-'05734f017ad6ce34298f547248dd8369ce18a41075f4967ad6f1f164cddd326b')
+'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  patch -p1 <../build-fix.patch
-}
-
 package() {
   _SYSCONFDIR="etc"
   _WWWROOT="usr/share/webapps/${pkgname}"

Deleted: build-fix.patch
===
--- build-fix.patch 2020-12-07 18:54:45 UTC (rev 771491)
+++ build-fix.patch 2020-12-07 18:56:47 UTC (rev 771492)
@@ -1,12 +0,0 @@
-diff -wbBur awstats-7.8/wwwroot/cgi-bin/lib/mime.pm 
awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm
 awstats-7.8/wwwroot/cgi-bin/lib/mime.pm2020-04-16 12:18:35.0 
+0300
-+++ awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm 2020-04-18 19:27:04.242408222 
+0300
-@@ -56,7 +56,7 @@
- 'diskimage', 'Disc and media file extensions',
- 'vm','Virtual Machine image',
- 'torrent',   'BitTorrent File',
--'gis',   'GIS File'
-+'gis',   'GIS File',
- 'ebook', 'Ebook File'
- );
- 


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

2020-12-07 Thread Sergej Pupykin via arch-commits
Date: Monday, December 7, 2020 @ 18:54:45
  Author: spupykin
Revision: 771491

update sums

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 17:44:38 UTC (rev 771490)
+++ PKGBUILD2020-12-07 18:54:45 UTC (rev 771491)
@@ -16,7 +16,7 @@
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats"
"build-fix.patch")
-sha256sums=('4a52279792b6e43c9dd7e448181a31a84b8507243d67fb5ef6c74eac7288a2c4'
+sha256sums=('4a65867e01bef6a9bdba3e9e411fb2a0e0d87bc4c85ff02e3cbfca001a04d4b8'
 '18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2'
 '05734f017ad6ce34298f547248dd8369ce18a41075f4967ad6f1f164cddd326b')
 


[arch-commits] Commit in awstats/trunk (PKGBUILD build-fix.patch)

2020-04-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, April 18, 2020 @ 16:30:37
  Author: spupykin
Revision: 616080

upgpkg: awstats 7.8-2

Added:
  awstats/trunk/build-fix.patch
Modified:
  awstats/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 build-fix.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-18 15:11:25 UTC (rev 616079)
+++ PKGBUILD2020-04-18 16:30:37 UTC (rev 616080)
@@ -4,7 +4,7 @@
 
 pkgname=awstats
 pkgver=7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
 license=('GPL')
@@ -14,10 +14,17 @@
'etc/httpd/conf/extra/httpd-awstats.conf')
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   "cron.awstats")
+   "cron.awstats"
+   "build-fix.patch")
 sha256sums=('4a52279792b6e43c9dd7e448181a31a84b8507243d67fb5ef6c74eac7288a2c4'
-'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
+'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2'
+'05734f017ad6ce34298f547248dd8369ce18a41075f4967ad6f1f164cddd326b')
 
+prepare() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  patch -p1 <../build-fix.patch
+}
+
 package() {
   _SYSCONFDIR="etc"
   _WWWROOT="usr/share/webapps/${pkgname}"

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2020-04-18 16:30:37 UTC (rev 616080)
@@ -0,0 +1,12 @@
+diff -wbBur awstats-7.8/wwwroot/cgi-bin/lib/mime.pm 
awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm
+--- awstats-7.8/wwwroot/cgi-bin/lib/mime.pm2020-04-16 12:18:35.0 
+0300
 awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm 2020-04-18 19:27:04.242408222 
+0300
+@@ -56,7 +56,7 @@
+ 'diskimage', 'Disc and media file extensions',
+ 'vm','Virtual Machine image',
+ 'torrent',   'BitTorrent File',
+-'gis',   'GIS File'
++'gis',   'GIS File',
+ 'ebook', 'Ebook File'
+ );
+ 


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

2020-04-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, April 18, 2020 @ 11:52:53
  Author: spupykin
Revision: 616042

upgpkg: awstats 7.8-1

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-18 11:39:51 UTC (rev 616041)
+++ PKGBUILD2020-04-18 11:52:53 UTC (rev 616042)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling 
 
 pkgname=awstats
-pkgver=7.7
+pkgver=7.8
 pkgrel=1
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
@@ -15,7 +15,7 @@
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats")
-sha256sums=('428e6dd01807c602d75b17e64db17ca10b453bca076d9fb45434ca6be539777c'
+sha256sums=('4a52279792b6e43c9dd7e448181a31a84b8507243d67fb5ef6c74eac7288a2c4'
 '18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
 package() {


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

2018-02-13 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 13, 2018 @ 12:06:29
  Author: spupykin
Revision: 293808

upgpkg: awstats 7.7-1

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-13 11:52:40 UTC (rev 293807)
+++ PKGBUILD2018-02-13 12:06:29 UTC (rev 293808)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling 
 
 pkgname=awstats
-pkgver=7.6
+pkgver=7.7
 pkgrel=1
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
@@ -15,7 +15,7 @@
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats")
-sha256sums=('4045501319bf99e223bdb492a68a8f08b8e814b0f144a008726d7bd59114167a'
+sha256sums=('428e6dd01807c602d75b17e64db17ca10b453bca076d9fb45434ca6be539777c'
 '18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
 build() {


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

2016-12-12 Thread Sergej Pupykin
Date: Monday, December 12, 2016 @ 11:56:08
  Author: spupykin
Revision: 199013

upgpkg: awstats 7.6-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-12 10:20:16 UTC (rev 199012)
+++ PKGBUILD2016-12-12 11:56:08 UTC (rev 199013)
@@ -3,8 +3,8 @@
 # Contributor: Piotr Beling 
 
 pkgname=awstats
-pkgver=7.5
-pkgrel=2
+pkgver=7.6
+pkgrel=1
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
 license=('GPL')
@@ -15,8 +15,8 @@
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats")
-md5sums=('1b11916a0a369a014abeb128289bf6b9'
- '82cce2b660251588872060e8cd20573a')
+sha256sums=('4045501319bf99e223bdb492a68a8f08b8e814b0f144a008726d7bd59114167a'
+'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
 build() {
   msg "Nothing to compile for $pkgname"


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

2016-07-04 Thread Sergej Pupykin
Date: Monday, July 4, 2016 @ 13:20:39
  Author: spupykin
Revision: 182196

upgpkg: awstats 7.5-2

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 13:17:39 UTC (rev 182195)
+++ PKGBUILD2016-07-04 13:20:39 UTC (rev 182196)
@@ -4,7 +4,7 @@
 
 pkgname=awstats
 pkgver=7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
 license=('GPL')
@@ -39,7 +39,7 @@
   # Arch Linux specific path:
   install -Dm644 tools/httpd_conf 
$pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf
   install -Dm644 wwwroot/cgi-bin/awstats.model.conf 
$pkgdir/${_SYSCONFDIR}/awstats/awstats.model.conf
-  install -Dm744 $srcdir/cron.awstats 
$pkgdir/${_SYSCONFDIR}/cron.hourly/awstats
+  install -Dm644 $srcdir/cron.awstats $pkgdir/${_DOCDIR}/cron.hourly
 
   install -m 755 tools/logresolvemerge.pl 
$pkgdir/${_INSTDIR}/tools/logresolvemerge.pl
   install -m 755 tools/maillogconvert.pl 
$pkgdir/${_INSTDIR}/tools/maillogconvert.pl


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 12:59:16
  Author: spupykin
Revision: 173696

upgpkg: awstats 7.5-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 10:59:11 UTC (rev 173695)
+++ PKGBUILD2016-05-04 10:59:16 UTC (rev 173696)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling 
 
 pkgname=awstats
-pkgver=7.4
+pkgver=7.5
 pkgrel=1
 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, 
graphically"
 arch=('any')
@@ -15,7 +15,7 @@
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats")
-md5sums=('2ff8854a471947578ba98f43e9d0db95'
+md5sums=('1b11916a0a369a014abeb128289bf6b9'
  '82cce2b660251588872060e8cd20573a')
 
 build() {


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

2015-08-11 Thread Sergej Pupykin
Date: Tuesday, August 11, 2015 @ 13:57:55
  Author: spupykin
Revision: 138213

upgpkg: awstats 7.4-1

upd

Modified:
  awstats/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-11 07:28:24 UTC (rev 138212)
+++ PKGBUILD2015-08-11 11:57:55 UTC (rev 138213)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling q...@w8.pl
 
 pkgname=awstats
-pkgver=7.3
+pkgver=7.4
 pkgrel=1
 pkgdesc=tool that generates web, streaming, ftp and mail server statistics, 
graphically
 arch=('any')
@@ -15,7 +15,7 @@
 #source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
cron.awstats)
-md5sums=('a76bf324d8836a8ba97f13a3c20ec6bc'
+md5sums=('2ff8854a471947578ba98f43e9d0db95'
  '82cce2b660251588872060e8cd20573a')
 
 build() {
@@ -57,7 +57,7 @@
   # www files
   cp -ra wwwroot/* $pkgdir/${_WWWROOT}/
   rm -f $pkgdir/${_WWWROOT}/cgi-bin/awstats.model.conf
-  install -Dm444 README.TXT $pkgdir/${_INSTDIR}/README.TXT
+  install -Dm444 README.md $pkgdir/${_INSTDIR}/README.md
 
   # fix the default http config
   sed \


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

2015-07-27 Thread Sergej Pupykin
Date: Monday, July 27, 2015 @ 11:20:15
  Author: spupykin
Revision: 137478

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 09:19:55 UTC (rev 137477)
+++ PKGBUILD2015-07-27 09:20:15 UTC (rev 137478)
@@ -10,7 +10,6 @@
 license=('GPL')
 url=http://awstats.sourceforge.net/;
 depends=('perl')
-optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: 
if you are using lighttpd as your HTTP server')
 backup=('etc/awstats/awstats.model.conf'
'etc/httpd/conf/extra/httpd-awstats.conf')
 #source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;


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

2014-05-08 Thread Sergej Pupykin
Date: Friday, May 9, 2014 @ 00:30:33
  Author: spupykin
Revision: 110868

upgpkg: awstats 7.3-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-08 22:29:31 UTC (rev 110867)
+++ PKGBUILD2014-05-08 22:30:33 UTC (rev 110868)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling q...@w8.pl
 
 pkgname=awstats
-pkgver=7.2
+pkgver=7.3
 pkgrel=1
 pkgdesc=tool that generates web, streaming, ftp and mail server statistics, 
graphically
 arch=('any')
@@ -16,7 +16,7 @@
 #source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
cron.awstats)
-md5sums=('0608ee882bc4a7088e9d588e887846c5'
+md5sums=('a76bf324d8836a8ba97f13a3c20ec6bc'
  '82cce2b660251588872060e8cd20573a')
 
 build() {



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

2013-08-06 Thread Sergej Pupykin
Date: Tuesday, August 6, 2013 @ 13:49:50
  Author: spupykin
Revision: 95147

upgpkg: awstats 7.2-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-06 08:44:38 UTC (rev 95146)
+++ PKGBUILD2013-08-06 11:49:50 UTC (rev 95147)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling q...@w8.pl
 
 pkgname=awstats
-pkgver=7.1.1
+pkgver=7.2
 pkgrel=1
 pkgdesc=tool that generates web, streaming, ftp and mail server statistics, 
graphically
 arch=('any')
@@ -13,10 +13,10 @@
 optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: 
if you are using lighttpd as your HTTP server')
 backup=('etc/awstats/awstats.model.conf'
'etc/httpd/conf/extra/httpd-awstats.conf')
-#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
+#source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
cron.awstats)
-md5sums=('bbec0233a83cf6ac1eebcf91b555aae7'
+md5sums=('0608ee882bc4a7088e9d588e887846c5'
  '82cce2b660251588872060e8cd20573a')
 
 build() {



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

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 12:47:23
  Author: spupykin
Revision: 88249

upgpkg: awstats 7.1.1-1

upd

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 10:43:20 UTC (rev 88248)
+++ PKGBUILD2013-04-15 10:47:23 UTC (rev 88249)
@@ -3,7 +3,7 @@
 # Contributor: Piotr Beling q...@w8.pl
 
 pkgname=awstats
-pkgver=7.1
+pkgver=7.1.1
 pkgrel=1
 pkgdesc=tool that generates web, streaming, ftp and mail server statistics, 
graphically
 arch=('any')
@@ -16,7 +16,7 @@
 
#source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 source=(http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
cron.awstats)
-md5sums=('cf11203c660bc8baea18b605ff700e8b'
+md5sums=('bbec0233a83cf6ac1eebcf91b555aae7'
  '82cce2b660251588872060e8cd20573a')
 
 build() {