Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2006 10:30:21 GMT
From:      Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99242: [PATCH] net/libosip2: update to 2.2.3
Message-ID:  <200606211030.k5LAULFn052480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/99242; it has been noted by GNATS.

From: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
To: bug-followup@FreeBSD.org, yhchan@csie.nctu.edu.tw
Cc:  
Subject: Re: ports/99242: [PATCH] net/libosip2: update to 2.2.3
Date: Wed, 21 Jun 2006 18:26:54 +0800

 I think ${MASTER_SITE_GNU} should be added into MASTER_SITE.
 
 --- Makefile.patch begins here ---
 diff -ruN --exclude=CVS /usr/ports/net/libosip2.orig/Makefile /usr/ports/net/libosip2/Makefile
 --- /usr/ports/net/libosip2.orig/Makefile       Wed Jun 21 17:05:10 2006
 +++ /usr/ports/net/libosip2/Makefile    Wed Jun 21 18:21:43 2006
 @@ -7,11 +7,12 @@
  #
 
  PORTNAME=      libosip2
 -PORTVERSION=   2.2.2
 -PORTREVISION=  1
 +PORTVERSION=   2.2.3
  CATEGORIES=    net
 -MASTER_SITES=  ${MASTER_SITE_GNU}
 -MASTER_SITE_SUBDIR=    osip
 +MASTER_SITES=  http://www.antisip.com/download/ \
 +               ${MASTER_SITE_GNU}
 +
 +MASTER_SITE_SUBDIR=     osip
 
  MAINTAINER=    xride@x12.dk
  COMMENT=       A low layer of SIP implementation
 --- Makefile.patch ends here --- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606211030.k5LAULFn052480>