View | Details | Raw Unified | Return to bug 73735
Collapse All | Expand All

(-)net/libosip2/Makefile (-4 / +3 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	libosip2
9
PORTNAME=	libosip2
10
PORTVERSION=	2.0.7
10
PORTVERSION=	2.0.9
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITE_SUBDIR=	osip
13
MASTER_SITE_SUBDIR=	osip
Lines 15-24 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A low layer of SIP implementation
16
COMMENT=	A low layer of SIP implementation
17
17
18
USE_GNOME=	gnometarget lthack
18
USE_GNOME=	gnometarget
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
USE_INC_LIBTOOL_VER=	13
20
USE_LIBTOOL_VER=	15
21
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
22
CONFIGURE_ARGS=	--disable-debug --disable-trace
21
CONFIGURE_ARGS=	--disable-debug --disable-trace
23
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
24
23
(-)net/libosip2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libosip2-2.0.7.tar.gz) = 3a3edb990a3fe096ac7d53b457cdbb46
1
MD5 (libosip2-2.0.9.tar.gz) = dba6d47332f4842f70694792939fec2d
2
SIZE (libosip2-2.0.7.tar.gz) = 597013
2
SIZE (libosip2-2.0.9.tar.gz) = 606839
(-)net/libosip2/pkg-plist (+1 lines)
Lines 37-42 Link Here
37
include/osipparser2/osip_message.h
37
include/osipparser2/osip_message.h
38
include/osipparser2/osip_parser.h
38
include/osipparser2/osip_parser.h
39
include/osipparser2/osip_port.h
39
include/osipparser2/osip_port.h
40
include/osipparser2/osip_rfc3264.h
40
include/osipparser2/osip_uri.h
41
include/osipparser2/osip_uri.h
41
include/osipparser2/sdp_message.h
42
include/osipparser2/sdp_message.h
42
lib/libosip2.a
43
lib/libosip2.a

Return to bug 73735