aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-07-24 19:53:07 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-07-24 20:16:23 +0000
commit64feedc75f517d8d7cbaead7ca46f54edc4e1fb2 (patch)
treeb9ed713656e39325172c2676197f84981f544b7d
parentc86b7de05b7e5975f143b9b48cd2ba95eec647a3 (diff)
downloadports-64feedc75f517d8d7cbaead7ca46f54edc4e1fb2.tar.gz
ports-64feedc75f517d8d7cbaead7ca46f54edc4e1fb2.zip
devel/orc: update to 0.4.32 release (+)
Changes: - Add support for JIT code generation in Universal Windows Platform apps - Minor Meson build system fixes and improvements With hat: desktop
-rw-r--r--devel/orc/Makefile4
-rw-r--r--devel/orc/distinfo6
-rw-r--r--devel/orc/pkg-plist4
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile
index 9c39ad97c2a2..87a9efaaea5b 100644
--- a/devel/orc/Makefile
+++ b/devel/orc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= orc
-PORTVERSION= 0.4.31
+PORTVERSION= 0.4.32
CATEGORIES= devel
MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/
@@ -16,4 +16,6 @@ USES= gmake meson pkgconfig tar:xz
USE_LDCONFIG= yes
+PLIST_SUB+= LIBMINORVER=${PORTVERSION:E}
+
.include <bsd.port.mk>
diff --git a/devel/orc/distinfo b/devel/orc/distinfo
index 996a67947380..899a1bffb087 100644
--- a/devel/orc/distinfo
+++ b/devel/orc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575828472
-SHA256 (orc-0.4.31.tar.xz) = a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075
-SIZE (orc-0.4.31.tar.xz) = 177768
+TIMESTAMP = 1658692086
+SHA256 (orc-0.4.32.tar.xz) = a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0
+SIZE (orc-0.4.32.tar.xz) = 180340
diff --git a/devel/orc/pkg-plist b/devel/orc/pkg-plist
index ebffac66129f..8d201486b3b1 100644
--- a/devel/orc/pkg-plist
+++ b/devel/orc/pkg-plist
@@ -38,11 +38,11 @@ include/orc-0.4/orc/orcx86.h
include/orc-0.4/orc/orcx86insn.h
lib/liborc-0.4.so
lib/liborc-0.4.so.0
-lib/liborc-0.4.so.0.31.0
+lib/liborc-0.4.so.0.%%LIBMINORVER%%.0
lib/liborc-test-0.4.a
lib/liborc-test-0.4.so
lib/liborc-test-0.4.so.0
-lib/liborc-test-0.4.so.0.31.0
+lib/liborc-test-0.4.so.0.%%LIBMINORVER%%.0
libdata/pkgconfig/orc-0.4.pc
libdata/pkgconfig/orc-test-0.4.pc
share/aclocal/orc.m4