On 2008/07/19 15:46, Lawrence Teo wrote:
> 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.
Thanks, I committed the MASTER_SITES change. The PKGNAME bump isn't
needed for this since it doesn't affect the built files or packing
list. You can double-check these by using PLIST_DB - you need to
build the old package, make your changes, then build the new one -
if the packing list changes it will error out.
It's recommended that everyone working on ports uses PLIST_DB (you
can set it in /etc/mk.conf).
> 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/
>