diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 14:28:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-10 14:28:07 +0000 |
commit | 6ca6533f6cb643bf7069a7e058e5b733a9cf03be (patch) | |
tree | 20b647366d52b4ef8b986bee93c2804d2429ee2c | |
parent | bd15dc351c7ed2a19c26a3b423514ab01f9730a5 (diff) | |
download | ports-6ca6533f6cb643bf7069a7e058e5b733a9cf03be.tar.gz ports-6ca6533f6cb643bf7069a7e058e5b733a9cf03be.zip |
Notes
-rw-r--r-- | audio/bcg729/Makefile | 11 | ||||
-rw-r--r-- | audio/bcg729/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/bcg729/Makefile b/audio/bcg729/Makefile index a8e499e99f33..bc81a90e6c45 100644 --- a/audio/bcg729/Makefile +++ b/audio/bcg729/Makefile @@ -2,22 +2,25 @@ # $FreeBSD$ PORTNAME= bcg729 -PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= audio -MASTER_SITES= https://linphone.org/releases/sources/bcg729/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_STATIC=NO +USE_GITLAB= yes +GL_SITE= https://gitlab.linphone.org +GL_ACCOUNT= BC/public +GL_COMMIT= faaa895862165acde6df8add722ba4f85a25007d + post-configure: ${SED} 's|@prefix@|${PREFIX}|g ; s|@exec_prefix@|$${prefix}|g ; \ s|@libdir@|$${prefix}/lib|g ; s|@includedir@|$${prefix}/include|g ; \ diff --git a/audio/bcg729/distinfo b/audio/bcg729/distinfo index 22cd2b1bf186..e19fa5471c1f 100644 --- a/audio/bcg729/distinfo +++ b/audio/bcg729/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529869611 -SHA256 (bcg729-1.0.4.tar.gz) = 1a0fbf1ff91470037e83fa67976f940ebb601e4cc525859c754f4e7ffc24c307 -SIZE (bcg729-1.0.4.tar.gz) = 121994 +TIMESTAMP = 1615331636 +SHA256 (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = d3e0ab1c54fdfd5fc4e81bf57259024c4dcbc9ed25cf39024b755b40b81807a9 +SIZE (BC/public-bcg729-faaa895862165acde6df8add722ba4f85a25007d_GL0.tar.gz) = 122172 |