diff --git a/srcpkgs/perl-HTTP-Negotiate/template b/srcpkgs/perl-HTTP-Negotiate/template index 3be57fc54da..a833c6227cf 100644 --- a/srcpkgs/perl-HTTP-Negotiate/template +++ b/srcpkgs/perl-HTTP-Negotiate/template @@ -1,8 +1,8 @@ # Template build file for 'perl-HTTP-Negotiate'. pkgname=perl-HTTP-Negotiate version=6.01 -revision=1 -wrksrc="HTTP-Negotiate-$version" +revision=2 +wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl>=5.18" makedepends="perl-HTTP-Message" @@ -14,9 +14,3 @@ homepage="http://search.cpan.org/dist/HTTP-Negotiate" license="GPL-2" distfiles="${CPAN_SITE}/HTTP/HTTP-Negotiate-$version.tar.gz" checksum=1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 -long_desc=" - This module provides a complete implementation of the HTTP content - negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. - Content negotiation allows for the selection of a preferred content - representation based upon attributes of the negotiable variants and the value - of the various Accept* header fields in the request."