Bug 99242 - [PATCH] net/libosip2: update to 2.2.3
Summary: [PATCH] net/libosip2: update to 2.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 10:30 UTC by Yi-Huan Chan
Modified: 2006-06-23 13:02 UTC (History)
1 user (show)

See Also:


Attachments
libosip2-2.2.3.patch (4.33 KB, patch)
2006-06-21 10:30 UTC, Yi-Huan Chan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Huan Chan 2006-06-21 10:30:17 UTC
- Update to 2.2.3

Port maintainer (xride@x12.dk) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-21 10:32:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Yi-Huan Chan 2006-06-21 11:26:54 UTC
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 ---
Comment 3 Soeren Straarup 2006-06-21 16:04:03 UTC
On Wed, 21 Jun 2006, Edwin Groothuis wrote:

> Maintainer of net/libosip2,
>
> Please note that PR ports/99242 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/99242
>

Sure it is okay to keep it updated.

Yi-Huan Chan <yhchan@csie.nctu.edu.tw> further more if you want
maintainership of this port send a PR about it.

vbr Soeren

Soeren Straarup   | aka OZ2DAK aka Xride
FreeBSD wannabe   | FreeBSD since 2.2.6-R
   If a program is not working right, then send a patch
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-06-21 16:47:45 UTC
State Changed
From-To: feedback->open

maintainer approved
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2006-06-23 12:58:29 UTC
State Changed
From-To: open->closed

Committed, thanks!