From 9044aecc02dbf5c0af24c1d08ce6677cde712008 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:04 +0000 Subject: [PATCH] apache: extract update_* to external update file --- srcpkgs/apache/template | 2 -- srcpkgs/apache/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/apache/update diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 189a7bbe605..462cc819862 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -41,8 +41,6 @@ conf_files=" short_desc="The Number One HTTP Server On The Internet" maintainer="Juan RP " homepage="http://httpd.apache.org/" -update_site="http://httpd.apache.org/download.cgi" -update_pattern='httpd-\K[\d.]+' license="Apache-2.0" distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2" checksum=176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a diff --git a/srcpkgs/apache/update b/srcpkgs/apache/update new file mode 100644 index 00000000000..6020137c654 --- /dev/null +++ b/srcpkgs/apache/update @@ -0,0 +1,2 @@ +site="http://httpd.apache.org/download.cgi" +pattern='httpd-\K[\d.]+'