From nobody Sun Oct 24 20:24:53 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 65855181EA78; Sun, 24 Oct 2021 20:24:54 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcqMB1GPxz4bpw; Sun, 24 Oct 2021 20:24:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF37F1BD12; Sun, 24 Oct 2021 20:24:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19OKOrIA001073; Sun, 24 Oct 2021 20:24:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19OKOrSC001072; Sun, 24 Oct 2021 20:24:53 GMT (envelope-from git) Date: Sun, 24 Oct 2021 20:24:53 GMT Message-Id: <202110242024.19OKOrSC001072@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 74451a166069 - main - audio/libamrnb: Makefile adjustment List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 74451a1660699281ac43c0673e8c7560dee653b8 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=74451a1660699281ac43c0673e8c7560dee653b8 commit 74451a1660699281ac43c0673e8c7560dee653b8 Author: Tatsuki Makino AuthorDate: 2021-10-24 20:16:58 +0000 Commit: Daniel Engberg CommitDate: 2021-10-24 20:17:04 +0000 audio/libamrnb: Makefile adjustment Adjust Makefile to follow Porter's Handbook and framework more closely, also pet portclippy while at it. PR: 259202 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32621 --- audio/libamrnb/Makefile | 14 +++++++------- audio/libamrnb/distinfo | 1 + audio/libamrnb/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile index 05929e6430ad..9250f5e91d15 100644 --- a/audio/libamrnb/Makefile +++ b/audio/libamrnb/Makefile @@ -1,13 +1,13 @@ # Created by: Tatsuki Makino PORTNAME= libamrnb -PORTVERSION= 11.0.0.0 -PORTREVISION= 1 +DISTVERSION= 11.0.0.0 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \ - http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/:SRC26104 -DISTNAME= amrnb-${DISTVERSION} + https://www.3gpp.org/ftp/Specs/archive/26_series/26.104/:SRC26104 +DISTNAME= amrnb-${DISTVERSIONFULL} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SRC26104}:SRC26104 DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -20,15 +20,15 @@ LICENSE_COMB= multi LICENSE_NAME_3GPP= 3GPP LICENSE_TEXT_3GPP= unclear legal status, probably need licenses from 3GPP and more LICENSE_PERMS_3GPP= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept -LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_3GPP= ${SRC26104} +LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME}${EXTRACT_SUFX} -USES= gmake tar:bzip2 libtool +USES= autoreconf gmake tar:bzip2 libtool +USE_LDCONFIG= yes PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt GNU_CONFIGURE= yes INSTALL_TARGET= install-strip SUB_FILES= pkg-message -USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/audio/libamrnb/distinfo b/audio/libamrnb/distinfo index bd01c083ebe5..6f277661b42f 100644 --- a/audio/libamrnb/distinfo +++ b/audio/libamrnb/distinfo @@ -1,3 +1,4 @@ +TIMESTAMP = 1632279600 SHA256 (libamrnb/amrnb-11.0.0.0.tar.bz2) = 3890004b665278b963ecaae2dc1321dcee29c53ea9d91aaf18d9286105e0f1e1 SIZE (libamrnb/amrnb-11.0.0.0.tar.bz2) = 244917 SHA256 (libamrnb/26104-b00.zip) = 23df8b24b0f009783027b8eef5fa8225ec71f859f2704bdb06829f09018cc8f1 diff --git a/audio/libamrnb/pkg-descr b/audio/libamrnb/pkg-descr index c5499a57b792..bf57a496e2bc 100644 --- a/audio/libamrnb/pkg-descr +++ b/audio/libamrnb/pkg-descr @@ -3,7 +3,7 @@ 3GPP released reference implementation of 3GPP Adaptive Multi-Rate Floating-point (AMR) Speech Codec (3GPP TS 26.104). -http://www.3gpp.org/ftp/Specs/html-info/26104.htm +https://www.3gpp.org/ftp/Specs/html-info/26104.htm This package converts 3GPP TS 26.104 reference implementation of AMR-NB to a shared library.