pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
www/nginx: checksum fails when enabling uwsgi support
Hello,
install of www/nginx fails on make checksum due to a change on the uwsgi
tarball upstream. The uwsgi-0.9.4.2.tar.gz has a last update date of
"10-Mar-2010 06:39" on the wedsite, while the distinfo rev 1.7 is from
the "2010/03/08 13:54:47". Unfortunately, I could not find any files on
the uwsgi site with the checksums.
Since www/py-uwsgi uses 0.9.4.3, here is a little patch to make nginx
use the same version, so that there is only one distfile for both.
Nicolas
--- distinfo.orig 2010-03-21 17:14:11.000000000 +0100
+++ distinfo 2010-03-21 17:15:37.000000000 +0100
@@ -3,7 +3,7 @@
SHA1 (nginx-0.8.34.tar.gz) = bf9a291ee7c20ea6aca4e785af59c8b662ec1d24
RMD160 (nginx-0.8.34.tar.gz) = 9472f7d2b7b456d54fdc8e4c8dcb35e6531d4a67
Size (nginx-0.8.34.tar.gz) = 621534 bytes
-SHA1 (uwsgi-0.9.4.2.tar.gz) = 8374bb8b0d09a808a48d82ab8023358eb621ec4e
-RMD160 (uwsgi-0.9.4.2.tar.gz) = c071ab93171b09d72c42a8fc094a96089844b720
-Size (uwsgi-0.9.4.2.tar.gz) = 81952 bytes
+SHA1 (uwsgi-0.9.4.3.tar.gz) = 8271fe6f612176ce1a75d3363b5a63e395cc6830
+RMD160 (uwsgi-0.9.4.3.tar.gz) = d03be633473924239bac1f8861e0c8b293afe635
+Size (uwsgi-0.9.4.3.tar.gz) = 82312 bytes
SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e
--- options.mk.orig 2010-03-21 17:13:59.000000000 +0100
+++ options.mk 2010-03-21 17:14:23.000000000 +0100
@@ -53,7 +53,7 @@
.endif
.if !empty(PKG_OPTIONS:Muwsgi)
-UWSGI= uwsgi-0.9.4.2
+UWSGI= uwsgi-0.9.4.3
DISTFILES+= ${UWSGI}.tar.gz
SITES.${UWSGI}.tar.gz= http://projects.unbit.it/downloads/
CONFIGURE_ARGS+= --add-module=../${UWSGI}/nginx
Home |
Main Index |
Thread Index |
Old Index