From owner-svn-ports-all@freebsd.org Thu Dec 13 02:21:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18A031332BCC; Thu, 13 Dec 2018 02:21:33 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B431F8D7BB; Thu, 13 Dec 2018 02:21:32 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA9F119310; Thu, 13 Dec 2018 02:21:32 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBD2LWa5041461; Thu, 13 Dec 2018 02:21:32 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBD2LWGD041458; Thu, 13 Dec 2018 02:21:32 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201812130221.wBD2LWGD041458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Thu, 13 Dec 2018 02:21:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487335 - in head/misc/libpri: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fjoe X-SVN-Commit-Paths: in head/misc/libpri: . files X-SVN-Commit-Revision: 487335 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B431F8D7BB X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.25 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.82)[-0.825,0]; NEURAL_HAM_SHORT(-0.43)[-0.427,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 02:21:33 -0000 Author: fjoe Date: Thu Dec 13 02:21:31 2018 New Revision: 487335 URL: https://svnweb.freebsd.org/changeset/ports/487335 Log: Update to 1.6.0 (bugfix release). Modified: head/misc/libpri/Makefile head/misc/libpri/distinfo head/misc/libpri/files/patch-Makefile Modified: head/misc/libpri/Makefile ============================================================================== --- head/misc/libpri/Makefile Thu Dec 13 00:33:51 2018 (r487334) +++ head/misc/libpri/Makefile Thu Dec 13 02:21:31 2018 (r487335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpri -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= misc MASTER_SITES= http://downloads.asterisk.org/pub/telephony/libpri/releases/ Modified: head/misc/libpri/distinfo ============================================================================== --- head/misc/libpri/distinfo Thu Dec 13 00:33:51 2018 (r487334) +++ head/misc/libpri/distinfo Thu Dec 13 02:21:31 2018 (r487335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475599827 -SHA256 (libpri-1.5.0.tar.gz) = ee224bc4aa65c54546bd09675c3f0b71817ce9e277332bce86989d8dcd556a24 -SIZE (libpri-1.5.0.tar.gz) = 340683 +TIMESTAMP = 1544570232 +SHA256 (libpri-1.6.0.tar.gz) = 7225ea7ec334a115f9dc08e71f55589c38cb4e00b13964cd2f08cc4e6123e3f6 +SIZE (libpri-1.6.0.tar.gz) = 340578 Modified: head/misc/libpri/files/patch-Makefile ============================================================================== --- head/misc/libpri/files/patch-Makefile Thu Dec 13 00:33:51 2018 (r487334) +++ head/misc/libpri/files/patch-Makefile Thu Dec 13 02:21:31 2018 (r487335) @@ -1,5 +1,5 @@ ---- Makefile.orig 2012-09-26 22:46:23.000000000 +0700 -+++ Makefile 2012-11-03 17:39:22.000000000 +0700 +--- Makefile.orig 2017-01-27 23:25:12.000000000 +0700 ++++ Makefile 2018-12-12 06:20:14.634544000 +0700 @@ -24,7 +24,7 @@ # Uncomment if you want libpri not send PROGRESS_INDICATOR w/ALERTING #ALERTING=-DALERTING_NO_PROGRESS @@ -18,10 +18,10 @@ STATIC_LIBRARY=libpri.a DYNAMIC_LIBRARY:=libpri.so.$(SONAME) -@@ -67,10 +67,10 @@ - DYNAMIC_OBJS= \ +@@ -68,10 +68,10 @@ $(STATIC_OBJS) CFLAGS ?= -g + CFLAGS += $(CPPFLAGS) -CFLAGS += -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes +CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -fPIC $(ALERTING) $(LIBPRI_OPT) $(COVERAGE_CFLAGS) @@ -32,7 +32,7 @@ libdir?=$(INSTALL_BASE)/lib ifneq ($(findstring Darwin,$(OSARCH)),) SOFLAGS=$(LDFLAGS) -dynamic -bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace -@@ -88,7 +88,7 @@ +@@ -89,7 +89,7 @@ ifeq (${OSARCH},FreeBSD) LDCONFIG_FLAGS=-m CFLAGS += -I../zaptel -I../zapata @@ -41,7 +41,7 @@ endif endif ifeq (${OSARCH},SunOS) -@@ -148,12 +148,12 @@ +@@ -149,12 +149,12 @@ mkdir -p $(INSTALL_PREFIX)$(libdir) mkdir -p $(INSTALL_PREFIX)$(INSTALL_BASE)/include ifneq (${OSARCH},SunOS) @@ -58,7 +58,7 @@ else install -f $(INSTALL_PREFIX)$(INSTALL_BASE)/include -m 644 libpri.h install -f $(INSTALL_PREFIX)$(libdir) -m 755 $(DYNAMIC_LIBRARY) -@@ -189,7 +189,7 @@ +@@ -190,7 +190,7 @@ $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $< %.lo: %.c @@ -67,7 +67,7 @@ $(STATIC_LIBRARY): $(STATIC_OBJS) ar rcs $(STATIC_LIBRARY) $(STATIC_OBJS) -@@ -197,7 +197,7 @@ +@@ -198,7 +198,7 @@ $(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS) $(CC) $(SOFLAGS) -o $@ $(DYNAMIC_OBJS)