svn commit: r518498 - head/net/asterisk-chan_sccp

Guido Falsi madpilot at FreeBSD.org
Wed Nov 27 11:41:08 UTC 2019


Author: madpilot
Date: Wed Nov 27 11:41:07 2019
New Revision: 518498
URL: https://svnweb.freebsd.org/changeset/ports/518498

Log:
  - Update asterisk-chan_sccp to 4.3.2-epsilon
  - Make asterisk16 the default flavor
  
  PR:		242203
  Submitted by:	Diederik de Groot <ddegroot at talon.nl>
  Approved by:	portmgr (flavors already approved for this port)

Modified:
  head/net/asterisk-chan_sccp/Makefile
  head/net/asterisk-chan_sccp/distinfo

Modified: head/net/asterisk-chan_sccp/Makefile
==============================================================================
--- head/net/asterisk-chan_sccp/Makefile	Wed Nov 27 11:37:05 2019	(r518497)
+++ head/net/asterisk-chan_sccp/Makefile	Wed Nov 27 11:41:07 2019	(r518498)
@@ -4,8 +4,8 @@
 PORTNAME=	chan_sccp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.3.2
-DISTVERSIONSUFFIX=	-delta
-PORTREVISION=	2
+DISTVERSIONSUFFIX=	-epsilon
+PORTREVISION=	3
 CATEGORIES=	net
 PKGNAMEPREFIX=	asterisk-
 
@@ -15,7 +15,7 @@ COMMENT=	Replacement for the SCCP channel driver in As
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-FLAVORS=	asterisk13 asterisk16
+FLAVORS=	asterisk16 asterisk13
 FLAVOR?=	${FLAVORS:[1]}
 
 USES=		autoreconf gettext-tools iconv libtool localbase

Modified: head/net/asterisk-chan_sccp/distinfo
==============================================================================
--- head/net/asterisk-chan_sccp/distinfo	Wed Nov 27 11:37:05 2019	(r518497)
+++ head/net/asterisk-chan_sccp/distinfo	Wed Nov 27 11:41:07 2019	(r518498)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567327968
-SHA256 (chan-sccp-chan-sccp-v4.3.2-delta_GH0.tar.gz) = 34d859768458ed2696c455a44a0ef06774e4f77669b3f6fbdc74423a87aa2d03
-SIZE (chan-sccp-chan-sccp-v4.3.2-delta_GH0.tar.gz) = 1998749
+TIMESTAMP = 1574625072
+SHA256 (chan-sccp-chan-sccp-v4.3.2-epsilon_GH0.tar.gz) = 9a3cc7ac5b6e917c6a6b326212b0d144ae0042dae07bb85cb0e719944e1ee572
+SIZE (chan-sccp-chan-sccp-v4.3.2-epsilon_GH0.tar.gz) = 1999074


More information about the svn-ports-all mailing list