diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-07-11 09:47:28 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-07-11 09:47:28 +0000 |
commit | 01039ffa5c76bfdf8f6a576ef9d90f12e7f661a2 (patch) | |
tree | 85944592979f04de8f1dd41134dd10084dc4ee12 /audio/bcg729 | |
parent | 57d487ff1ff50d567bce13086c0e44caf021e1fe (diff) |
- Update audio/bcg729 to 1.0.4
- Get distribution from upstream gitlab repository
Notes
Notes:
svn path=/head/; revision=474434
Diffstat (limited to 'audio/bcg729')
-rw-r--r-- | audio/bcg729/Makefile | 11 | ||||
-rw-r--r-- | audio/bcg729/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/audio/bcg729/Makefile b/audio/bcg729/Makefile index 3aa532617318..06755b49b64d 100644 --- a/audio/bcg729/Makefile +++ b/audio/bcg729/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= bcg729 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= audio -MASTER_SITES= SAVANNAH/linphone/plugins/sources MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C @@ -15,7 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-msplugin --disable-strict INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= autoreconf libtool pathfix pkgconfig USE_LDCONFIG= yes +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org +GL_ACCOUNT= BC/public +GL_PROJECT= bcg729 +GL_COMMIT= 9ada79d7ff53815e85432e7442810a2fd49dbd0e + .include <bsd.port.mk> diff --git a/audio/bcg729/distinfo b/audio/bcg729/distinfo index 9270decf0bbb..8457633d0e64 100644 --- a/audio/bcg729/distinfo +++ b/audio/bcg729/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498733816 -SHA256 (bcg729-1.0.2.tar.gz) = 77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f -SIZE (bcg729-1.0.2.tar.gz) = 474851 +TIMESTAMP = 1531294135 +SHA256 (BC/public-bcg729-9ada79d7ff53815e85432e7442810a2fd49dbd0e_GL0.tar.gz) = 128e8dd0abe87baa45f0a49b1188cb6cc51893391cc36dc79624a2b9671ffe12 +SIZE (BC/public-bcg729-9ada79d7ff53815e85432e7442810a2fd49dbd0e_GL0.tar.gz) = 115407 |