ccze: new source url

This commit is contained in:
John McQuah 2023-01-23 20:22:04 -05:00
parent 8f1b5dc868
commit 1036676444
2 changed files with 6 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xxeS3K6rHKwUpkTZcTgYVCDOPgOhLI3Kxtgx734AM3Dq42t/BmXk5crFj27qrw0ZU1s6Az3i9aveIi8m28WOQY=
SHA256 (Pkgfile) = dfc916a8cdbf3d635911eb65ff87901c0ec068c00ff465640703de435f46b0d3
RWSagIOpLGJF3y4jfaWzNc0fyItd4p27+U74dnFT+ZIvnCuAcaShr1MrpgyIOQPA7+f51IfcBQfb+54V6cCVak3Lt8CvZMKRKgo=
SHA256 (Pkgfile) = 5707097fe91d90f6d478af09a862e618159a828be3793d4638c68663451b30c2
SHA256 (.footprint) = c7ef5e434f9b5837e8a29645ceeec0ebb3bca09c3d24e5740647821deb291ec2
SHA256 (ccze-0.2.1-2.tar.gz) = d698e7ead8351a89538abbe6e762bf5a4576b3b083cc19ed039b68eab7dbaaaa
SHA256 (ccze-0.2.1-2.tar.gz) = f38d5705fb438ca3553298ad8c5158a976d27b0cb17eebd8e477129a0a016ee1

View File

@ -1,5 +1,5 @@
# Description: A log colorizer written in C with plugin support.
# URL: https://github.com/madhouse/ccze/
# URL: https://git.madhouse-project.org/archive/ccze/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libpcre ncurses
@ -7,14 +7,11 @@ name=ccze
version=0.2.1.2
sversion=0.2.1-2
release=1
source=(https://github.com/madhouse/ccze/archive/$name-$sversion.tar.gz)
source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz)
build() {
cd $name-$name-$sversion
cd $name
# GCC 4.x fixes
sed -i src/Makefile.in -e 's/-Wswitch -Wmulticharacter/-Wswitch/'
sed -i configure.ac -e '/AC_CHECK_TYPE(error_t, int)/d'
autoheader
autoconf