svn commit: r497328 - head/net/libosip2

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Mar 30 19:05:13 UTC 2019


Author: bofh
Date: Sat Mar 30 19:05:11 2019
New Revision: 497328
URL: https://svnweb.freebsd.org/changeset/ports/497328

Log:
  net/libosip2: Update version 5.0.0=>5.1.0

Modified:
  head/net/libosip2/Makefile
  head/net/libosip2/distinfo

Modified: head/net/libosip2/Makefile
==============================================================================
--- head/net/libosip2/Makefile	Sat Mar 30 19:02:00 2019	(r497327)
+++ head/net/libosip2/Makefile	Sat Mar 30 19:05:11 2019	(r497328)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libosip2
-PORTVERSION=	5.0.0
-PORTREVISION=	1
+PORTVERSION=	5.1.0
 CATEGORIES=	net
 MASTER_SITES=	GNU/osip
 
@@ -11,11 +10,12 @@ COMMENT=	Low layer of SIP implementation
 
 LICENSE=	LGPL21
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-debug --disable-trace
-INSTALL_TARGET=	install-strip
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-trace
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in

Modified: head/net/libosip2/distinfo
==============================================================================
--- head/net/libosip2/distinfo	Sat Mar 30 19:02:00 2019	(r497327)
+++ head/net/libosip2/distinfo	Sat Mar 30 19:05:11 2019	(r497328)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488057695
-SHA256 (libosip2-5.0.0.tar.gz) = 18a13c954f7297978e7bf1a0cdadde7c531e519d61a045dae304e054f3b2df03
-SIZE (libosip2-5.0.0.tar.gz) = 684695
+TIMESTAMP = 1553971066
+SHA256 (libosip2-5.1.0.tar.gz) = 40573a997a656f967b2b5ebafbd36d7f1d4a4634abcf312643854057d061f145
+SIZE (libosip2-5.1.0.tar.gz) = 713281


More information about the svn-ports-all mailing list