aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rem
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-12-21 06:55:35 +0800
committercrees <crees@FreeBSD.org>2013-12-21 06:55:35 +0800
commit682f8c8cf68e6b9c9d5dddb24b69cd45b7c44086 (patch)
tree0fe3452e96d8c14a2b4f52ed7c6b257243f6e48e /audio/rem
parentb7a0ff19729bcf0902e6ab4f505aca0523fc4162 (diff)
downloadfreebsd-ports-gnome-682f8c8cf68e6b9c9d5dddb24b69cd45b7c44086.tar.gz
freebsd-ports-gnome-682f8c8cf68e6b9c9d5dddb24b69cd45b7c44086.tar.zst
freebsd-ports-gnome-682f8c8cf68e6b9c9d5dddb24b69cd45b7c44086.zip
Update Baresip to 0.4.8, and the supporting re and rem libraries
to their latest versions Several new modules, however some will no longer work after changes to the core code; a best effort has been made to investigate and mark such broken modules.
Diffstat (limited to 'audio/rem')
-rw-r--r--audio/rem/Makefile12
-rw-r--r--audio/rem/distinfo4
2 files changed, 7 insertions, 9 deletions
diff --git a/audio/rem/Makefile b/audio/rem/Makefile
index 63482cf7e447..3d679360c30d 100644
--- a/audio/rem/Makefile
+++ b/audio/rem/Makefile
@@ -1,28 +1,26 @@
# $FreeBSD$
PORTNAME= rem
-PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTVERSION= 0.4.4
CATEGORIES= audio devel
MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Library for real-time audio and video processing
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/docs/COPYING
BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_LDCONFIG= yes
-NO_STAGE= yes
USES= gmake
do-install:
- ${MKDIR} ${PREFIX}/include/${PORTNAME}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
(cd ${WRKSRC}/include && \
- ${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME})
- ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${PREFIX}/lib
+ ${COPYTREE_SHARE} \*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME})
+ ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/audio/rem/distinfo b/audio/rem/distinfo
index a9d3dee4b578..1b585d9649c0 100644
--- a/audio/rem/distinfo
+++ b/audio/rem/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rem-0.4.2.tar.gz) = 55c66118e3026c5ed42d8b9e0c668149baefe83f1aa76394cddba2d72f45d5c7
-SIZE (rem-0.4.2.tar.gz) = 32978
+SHA256 (rem-0.4.4.tar.gz) = 2551dc0888846af59d6392b5dfbb7e845d3bc70b98b03ff93c4ccdbafe2d7d43
+SIZE (rem-0.4.4.tar.gz) = 34381