From owner-svn-ports-head@freebsd.org Sat Jul 1 20:27:06 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A53AAD91C4A; Sat, 1 Jul 2017 20:27:06 +0000 (UTC) (envelope-from naddy@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 mx1.freebsd.org (Postfix) with ESMTPS id 739D070C0F; Sat, 1 Jul 2017 20:27:06 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v61KR5JR094940; Sat, 1 Jul 2017 20:27:05 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v61KR5xb094937; Sat, 1 Jul 2017 20:27:05 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <201707012027.v61KR5xb094937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Sat, 1 Jul 2017 20:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444835 - in head/audio: opus-tools opusfile X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: in head/audio: opus-tools opusfile X-SVN-Commit-Revision: 444835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2017 20:27:06 -0000 Author: naddy Date: Sat Jul 1 20:27:05 2017 New Revision: 444835 URL: https://svnweb.freebsd.org/changeset/ports/444835 Log: Update MASTER_SITES and WWW. Modified: head/audio/opus-tools/Makefile head/audio/opusfile/Makefile head/audio/opusfile/pkg-descr Modified: head/audio/opus-tools/Makefile ============================================================================== --- head/audio/opus-tools/Makefile Sat Jul 1 20:23:17 2017 (r444834) +++ head/audio/opus-tools/Makefile Sat Jul 1 20:27:05 2017 (r444835) @@ -3,8 +3,7 @@ PORTNAME= opus-tools PORTVERSION= 0.1.10 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA/opus +MASTER_SITES= MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Sat Jul 1 20:23:17 2017 (r444834) +++ head/audio/opusfile/Makefile Sat Jul 1 20:27:05 2017 (r444835) @@ -3,8 +3,7 @@ PORTNAME= opusfile PORTVERSION= 0.8 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA/opus +MASTER_SITES= MOZILLA/opus MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library Modified: head/audio/opusfile/pkg-descr ============================================================================== --- head/audio/opusfile/pkg-descr Sat Jul 1 20:23:17 2017 (r444834) +++ head/audio/opusfile/pkg-descr Sat Jul 1 20:27:05 2017 (r444835) @@ -1,3 +1,3 @@ Library for decoding .opus files, including seeking support. -WWW: http://www.opus-codec.org/ +WWW: https://www.opus-codec.org/