From 002b42e7f0e7fad8c24497a3091c2457ec3413fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 12 May 2020 22:42:10 +0200 Subject: [PATCH] polipo: needs texinfo in hostmakedepends Also fix xlint and the license which is MIT style. --- srcpkgs/polipo/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/polipo/template b/srcpkgs/polipo/template index 1eb28045835..4d1826463b7 100644 --- a/srcpkgs/polipo/template +++ b/srcpkgs/polipo/template @@ -2,9 +2,10 @@ pkgname=polipo version=1.1.1 revision=6 -short_desc="A small and fast caching web proxy" +hostmakedepends="texinfo" +short_desc="Small and fast caching web proxy" maintainer="Orphaned " -license="GPL-2" +license="MIT" homepage="http://www.pps.jussieu.fr/~jch/software/polipo/" distfiles="http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-${version}.tar.gz" checksum=a259750793ab79c491d05fcee5a917faf7d9030fb5d15e05b3704e9c9e4ee015 @@ -22,4 +23,5 @@ do_install() { vinstall config.sample 644 usr/share/examples/polipo vinstall forbidden.sample 644 usr/share/examples/polipo vsv polipo + vlicense COPYING }