Date: Fri, 3 May 2019 12:36:48 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500724 - in head/net: asterisk13 asterisk15 asterisk16 Message-ID: <201905031236.x43CamgT010290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri May 3 12:36:48 2019 New Revision: 500724 URL: https://svnweb.freebsd.org/changeset/ports/500724 Log: Bump PORTREVISION on asterisk ports after r500705 changes to pjsip. Crashes have been reported, which are fixed by reinstallation. Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> MFH: 2019Q2 Modified: head/net/asterisk13/Makefile head/net/asterisk15/Makefile head/net/asterisk16/Makefile Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Fri May 3 12:30:40 2019 (r500723) +++ head/net/asterisk13/Makefile Fri May 3 12:36:48 2019 (r500724) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 13.26.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk15/Makefile ============================================================================== --- head/net/asterisk15/Makefile Fri May 3 12:30:40 2019 (r500723) +++ head/net/asterisk15/Makefile Fri May 3 12:36:48 2019 (r500724) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 15.7.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk16/Makefile ============================================================================== --- head/net/asterisk16/Makefile Fri May 3 12:30:40 2019 (r500723) +++ head/net/asterisk16/Makefile Fri May 3 12:36:48 2019 (r500724) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 16.3.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031236.x43CamgT010290>