ports/99242: [PATCH] net/libosip2: update to 2.2.3
Yi-Huan Chan
yhchan at csie.nctu.edu.tw
Wed Jun 21 10:30:21 UTC 2006
The following reply was made to PR ports/99242; it has been noted by GNATS.
From: Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
To: bug-followup at FreeBSD.org, yhchan at 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 at x12.dk
COMMENT= A low layer of SIP implementation
--- Makefile.patch ends here ---
More information about the freebsd-ports-bugs
mailing list