diff options
author | Chuck Short <zul@gentoo.org> | 2004-05-19 03:08:19 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-05-19 03:08:19 +0000 |
commit | e0fe4e240ec165cbf6b3223198d8edac69ae3280 (patch) | |
tree | f103302a029f5418eef2316d87fcf97d7defb62e /net-www/mod_contribs | |
parent | stable now on x86, upgrade with care!. (Manifest recommit) (diff) | |
download | gentoo-2-e0fe4e240ec165cbf6b3223198d8edac69ae3280.tar.gz gentoo-2-e0fe4e240ec165cbf6b3223198d8edac69ae3280.tar.bz2 gentoo-2-e0fe4e240ec165cbf6b3223198d8edac69ae3280.zip |
Fix typo in source uri.
Diffstat (limited to 'net-www/mod_contribs')
-rw-r--r-- | net-www/mod_contribs/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_contribs/ChangeLog b/net-www/mod_contribs/ChangeLog index 5ee45ff283fe..7f86a24e41bb 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.8 2004/05/12 14:01:49 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.9 2004/05/19 03:08:19 zul Exp $ + + 20 May 2004; Chuck Short <zul@gentoo.org> mod_contribs-1.0.8-r1.ebuild: + Fix typo in SRC_URI. 13 May 2004; Chuck Short <zul@gentoo.org> mod_contribs-1.0.8-r1.ebuild: Updated SRC_URI closes #50832. 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 7955fc61f69d..a06322338de1 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.12 2004/05/12 14:01:49 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.13 2004/05/19 03:08:19 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,7 +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="http://archive.apache.org/dist/httpd/contrib/modules/apache-contrib-${PV}.tar.gz" +SRC_URI="http://archive.apache.org/dist/httpd/contrib/modules/1.3/apache-contrib-${PV}.tar.gz" KEYWORDS="x86 sparc" LICENSE="Apache-1.1" |