Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 12:38:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490248 - head/net/h323plus
Message-ID:  <201901141238.x0ECcJok028854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan 14 12:38:19 2019
New Revision: 490248
URL: https://svnweb.freebsd.org/changeset/ports/490248

Log:
  net/h323plus: update to 1.27.0
  
  PR:		234815
  Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)

Modified:
  head/net/h323plus/Makefile   (contents, props changed)
  head/net/h323plus/distinfo   (contents, props changed)
  head/net/h323plus/pkg-plist   (contents, props changed)

Modified: head/net/h323plus/Makefile
==============================================================================
--- head/net/h323plus/Makefile	Mon Jan 14 12:34:46 2019	(r490247)
+++ head/net/h323plus/Makefile	Mon Jan 14 12:38:19 2019	(r490248)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	h323plus
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1_26_8
+DISTVERSIONPREFIX=      v
+DISTVERSION=    1_27_0
 CATEGORIES=	net multimedia
-MASTER_SITES=	http://www.h323plus.org/source/download/
 
 MAINTAINER=	koue@chaosophia.net
 COMMENT=	H323 Video Conferencing library
@@ -14,13 +13,16 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libpt.so:devel/ptlib
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	willamowius
+GH_PROJECT=	h323plus
+
 USES=		gmake ssl
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 # ptlib-config --libs returns bogus dependencies on expat and SDL-1.2
 LDFLAGS+=	-Wl,--as-needed
-WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_JOBS_UNSAFE=yes
 

Modified: head/net/h323plus/distinfo
==============================================================================
--- head/net/h323plus/distinfo	Mon Jan 14 12:34:46 2019	(r490247)
+++ head/net/h323plus/distinfo	Mon Jan 14 12:38:19 2019	(r490248)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522245456
-SHA256 (h323plus-v1_26_8.tar.gz) = 6f4b969e19d1264e7e41ef4f7aff22826174e8fdec55f7c8b05f814179bde62d
-SIZE (h323plus-v1_26_8.tar.gz) = 4399744
+TIMESTAMP = 1546952747
+SHA256 (willamowius-h323plus-v1_27_0_GH0.tar.gz) = 69fd60e56273a18f50b7f5fbe67b6bfeb7cd60124ca5ebe21ab4ba54e8d87d17
+SIZE (willamowius-h323plus-v1_27_0_GH0.tar.gz) = 4348725

Modified: head/net/h323plus/pkg-plist
==============================================================================
--- head/net/h323plus/pkg-plist	Mon Jan 14 12:34:46 2019	(r490247)
+++ head/net/h323plus/pkg-plist	Mon Jan 14 12:38:19 2019	(r490248)
@@ -112,8 +112,8 @@ include/openh323/t38proto.h
 include/openh323/transports.h
 include/openh323/x224.h
 include/openh323/x880.h
-lib/libh323.so.1.26.8
-lib/libh323.so.1.26
+lib/libh323.so.1.27.0
+lib/libh323.so.1.27
 lib/libh323.so.1
 lib/libh323.so
 lib/libopenh323.so



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