From fd0d4fff648ab49328fb1cbfe4ffc420f3f5a687 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 24 Dec 2009 10:46:17 +0000 Subject: [PATCH] - fix master sites --- net/loudmouth/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index 0dfc9ee21a6..274e3a493f4 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2009/01/19 10:54:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2009/12/24 10:46:17 jasper Exp $ COMMENT= lightweight Jabber client library -DISTNAME= loudmouth-1.4.3 +V= 1.4.3 +DISTNAME= loudmouth-$V PKGNAME= ${DISTNAME}p2 SHARED_LIBS += loudmouth-1 3.0 # .1.0 CATEGORIES= net devel @@ -19,7 +20,7 @@ WANTLIB= crypto pcre ssl MODULES= devel/gettext -MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/${V:C/^([0-9]+\.[0-9]+).*/\1/}/} EXTRACT_SUFX= .tar.bz2 LIB_DEPENDS= glib-2.0::devel/glib2 \