diff options
author | Chuck Short <zul@gentoo.org> | 2004-05-12 14:01:49 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-05-12 14:01:49 +0000 |
commit | 3c7a8c5e82dd2a1a6751a221d4b9eb2dc49fc8b7 (patch) | |
tree | 2ee70df1c2032541040ae56725bbce199bdde15e /net-www/mod_contribs | |
parent | added new hardened PIE SSP switches (diff) | |
download | historical-3c7a8c5e82dd2a1a6751a221d4b9eb2dc49fc8b7.tar.gz historical-3c7a8c5e82dd2a1a6751a221d4b9eb2dc49fc8b7.tar.bz2 historical-3c7a8c5e82dd2a1a6751a221d4b9eb2dc49fc8b7.zip |
Updated src_uri, closes #50832.
Diffstat (limited to 'net-www/mod_contribs')
-rw-r--r-- | net-www/mod_contribs/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_contribs/Manifest | 4 | ||||
-rw-r--r-- | net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net-www/mod_contribs/ChangeLog b/net-www/mod_contribs/ChangeLog index 42dd3125b942..5ee45ff283fe 100644 --- a/net-www/mod_contribs/ChangeLog +++ b/net-www/mod_contribs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_contribs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.7 2004/04/04 22:38:54 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.8 2004/05/12 14:01:49 zul Exp $ + + 13 May 2004; Chuck Short <zul@gentoo.org> mod_contribs-1.0.8-r1.ebuild: + Updated SRC_URI closes #50832. 04 Apr 2004; Chuck Short <zul@gentoo.org> metadata.xml, mod_contribs-1.0.8-r1.ebuild: diff --git a/net-www/mod_contribs/Manifest b/net-www/mod_contribs/Manifest index 3e8da7ba1956..97ce35aaae9e 100644 --- a/net-www/mod_contribs/Manifest +++ b/net-www/mod_contribs/Manifest @@ -1,4 +1,4 @@ -MD5 13f3f95ee1018cd137578ef418a78c5b mod_contribs-1.0.8-r1.ebuild 2947 -MD5 6d36591a509ec0809de5092648824a23 ChangeLog 821 +MD5 b4142ddc8b72bb93f43df08ec9707557 mod_contribs-1.0.8-r1.ebuild 2809 +MD5 d6a9073f7188156cc35828397423b19a ChangeLog 929 MD5 d2da0e45d7e39184d1cb7abbe3879086 metadata.xml 159 MD5 9637296ef68b4325494813e910713f20 files/digest-mod_contribs-1.0.8-r1 203 diff --git a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild index c35f8fdebd8b..7955fc61f69d 100644 --- a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild +++ b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.11 2004/04/04 22:38:54 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.12 2004/05/12 14:01:49 zul Exp $ # The mod_layout and mod_random that come in the archive are really old, # so I've replaced them with more current versions. @@ -10,9 +10,7 @@ mod_random_ver=1.4 DESCRIPTION="Collection of third-party contributed modules for Apache" HOMEPAGE="http://www.apache.org/dist/httpd/contrib/modules/1.3/" S=${WORKDIR}/apache-contrib-${PV} -SRC_URI="mirror://apache//httpd/contrib/modules/1.3/apache-contrib-${PV}.tar.gz - http://software.tangent.org/download/mod_layout-${mod_layout_ver}.tar.gz - http://software.tangent.org/download/mod_random-${mod_random_ver}.tar.gz" +SRC_URI="http://archive.apache.org/dist/httpd/contrib/modules/apache-contrib-${PV}.tar.gz" KEYWORDS="x86 sparc" LICENSE="Apache-1.1" |