summaryrefslogtreecommitdiff
path: root/ccze
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-07-08 21:54:14 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-07-08 21:54:14 +1000
commitbd45e7f3bdfbcea09c252f219b2278f12691f148 (patch)
tree8cc265023a658f6d9e19f3bae23f00bd9e19f3f0 /ccze
parent31ac56ae0b42ad7974405f68825988ec2d449c82 (diff)
downloadcontrib-bd45e7f3bdfbcea09c252f219b2278f12691f148.tar.gz
contrib-bd45e7f3bdfbcea09c252f219b2278f12691f148.tar.xz
ccze: 0.2.1 -> 0.2.1.2
Diffstat (limited to 'ccze')
-rw-r--r--ccze/.footprint1
-rw-r--r--ccze/.signature8
-rw-r--r--ccze/Pkgfile19
3 files changed, 14 insertions, 14 deletions
diff --git a/ccze/.footprint b/ccze/.footprint
index e7e0e99a9..1acc914b2 100644
--- a/ccze/.footprint
+++ b/ccze/.footprint
@@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ccze/
-rw-r--r-- root/root usr/lib/ccze/apm.so
-rw-r--r-- root/root usr/lib/ccze/distcc.so
+-rw-r--r-- root/root usr/lib/ccze/dpkg.so
-rw-r--r-- root/root usr/lib/ccze/exim.so
-rw-r--r-- root/root usr/lib/ccze/fetchmail.so
-rw-r--r-- root/root usr/lib/ccze/ftpstats.so
diff --git a/ccze/.signature b/ccze/.signature
index 2a412b3f3..bc652fdfa 100644
--- a/ccze/.signature
+++ b/ccze/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xPEikflO0M2/kxwFnuhCmatcChejcE9JdYJMEGHThKAH989hMzL9P0q1l6GHdxfZwQuLPzi4lAsJ8/MXpu6RAk=
-SHA256 (Pkgfile) = bb8cac9753421a25c36b50728d12efdc1c6a1c6fa82e2e61ddc61df948a00048
-SHA256 (.footprint) = 164a20405e2939fd12b348f2ca6a8c38bb0dcb4c3eb81fb275281af87147a4e6
-SHA256 (ccze_0.2.1.orig.tar.gz) = 8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3
+RWSagIOpLGJF3xxeS3K6rHKwUpkTZcTgYVCDOPgOhLI3Kxtgx734AM3Dq42t/BmXk5crFj27qrw0ZU1s6Az3i9aveIi8m28WOQY=
+SHA256 (Pkgfile) = dfc916a8cdbf3d635911eb65ff87901c0ec068c00ff465640703de435f46b0d3
+SHA256 (.footprint) = c7ef5e434f9b5837e8a29645ceeec0ebb3bca09c3d24e5740647821deb291ec2
+SHA256 (ccze-0.2.1-2.tar.gz) = d698e7ead8351a89538abbe6e762bf5a4576b3b083cc19ed039b68eab7dbaaaa
diff --git a/ccze/Pkgfile b/ccze/Pkgfile
index 010642e30..6b05afc7c 100644
--- a/ccze/Pkgfile
+++ b/ccze/Pkgfile
@@ -1,25 +1,24 @@
# Description: A log colorizer written in C with plugin support.
-# URL: http://freshmeat.net/projects/ccze/
+# URL: https://github.com/madhouse/ccze/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libpcre ncurses
name=ccze
-version=0.2.1
-release=3
-source=(http://ftp.debian.org/debian/pool/main/c/$name/${name}_$version.orig.tar.gz)
+version=0.2.1.2
+sversion=0.2.1-2
+release=1
+source=(https://github.com/madhouse/ccze/archive/$name-$sversion.tar.gz)
build() {
- cd $name-$version
+ cd $name-$name-$sversion
# GCC 4.x fixes
- sed -i src/Makefile.in -e 's/-Wswitch -Wmulticharacter/-Wswitch/'
+ sed -i src/Makefile.in -e 's/-Wswitch -Wmulticharacter/-Wswitch/'
sed -i configure.ac -e '/AC_CHECK_TYPE(error_t, int)/d'
+ autoheader
autoconf
- ./configure \
- --prefix=/usr \
- --disable-nls
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit