This simple diff lets the lzo port use the actual download URL of the
lzo-1.08 tarball instead of relying on a server-side redirection at
oberhumer.com.
Noticed it while working on the lzo2 port.
Lawrence
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/lzo/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile 15 Sep 2007 10:14:33 -0000 1.38
+++ Makefile 19 Jul 2008 19:37:23 -0000
@@ -3,9 +3,9 @@
COMMENT= portable speedy lossless data compression library
DISTNAME= lzo-1.08
-PKGNAME= ${DISTNAME}p1
+PKGNAME= ${DISTNAME}p2
CATEGORIES= archivers devel
-MASTER_SITES= ${HOMEPAGE}download/
+MASTER_SITES= ${HOMEPAGE}download/LZO-v1/
SHARED_LIBS += lzo 1.0 # .1.0
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/