View | Details | Raw Unified | Return to bug 276678
Collapse All | Expand All

(-)b/devel/orc/Makefile (-5 / +3 lines)
Lines 1-8 Link Here
1
PORTNAME=	orc
1
PORTNAME=	orc
2
DISTVERSION=	0.4.34
2
DISTVERSION=	0.4.36
3
PORTREVISION=	1
4
CATEGORIES=	devel
3
CATEGORIES=	devel
5
MASTER_SITES=	http://gstreamer.freedesktop.org/data/src/orc/
4
MASTER_SITES=	http://gstreamer.freedesktop.org/data/src/${PORTNAME}/
6
5
7
MAINTAINER=	kwm@FreeBSD.org
6
MAINTAINER=	kwm@FreeBSD.org
8
COMMENT=	Library and toolset to operate arrays of data
7
COMMENT=	Library and toolset to operate arrays of data
Lines 12-19 LICENSE= BSD2CLAUSE BSD3CLAUSE Link Here
12
LICENSE_COMB=	multi
11
LICENSE_COMB=	multi
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
USES=		gmake meson pkgconfig tar:xz
14
USES=		meson pkgconfig tar:xz
16
17
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
18
16
19
PLIST_SUB+=	LIBMINORVER=${DISTVERSION:E}
17
PLIST_SUB+=	LIBMINORVER=${DISTVERSION:E}
(-)b/devel/orc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1685568372
1
TIMESTAMP = 1706428759
2
SHA256 (orc-0.4.34.tar.xz) = 8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f
2
SHA256 (orc-0.4.36.tar.xz) = 83b074cb67317d58bef1e8d0cc862f7ae8a77a45bbff056a1f987c6488b2f5fd
3
SIZE (orc-0.4.34.tar.xz) = 202628
3
SIZE (orc-0.4.36.tar.xz) = 226448
(-)b/devel/orc/pkg-plist (-1 / +2 lines)
Lines 7-12 include/orc-0.4/orc-test/orctest.h Link Here
7
include/orc-0.4/orc/orc-stdint.h
7
include/orc-0.4/orc/orc-stdint.h
8
include/orc-0.4/orc/orc.h
8
include/orc-0.4/orc/orc.h
9
include/orc-0.4/orc/orcarm.h
9
include/orc-0.4/orc/orcarm.h
10
include/orc-0.4/orc/orcavx.h
10
include/orc-0.4/orc/orcbytecode.h
11
include/orc-0.4/orc/orcbytecode.h
11
include/orc-0.4/orc/orcbytecodes.h
12
include/orc-0.4/orc/orcbytecodes.h
12
include/orc-0.4/orc/orccode.h
13
include/orc-0.4/orc/orccode.h
Lines 71-77 share/aclocal/orc.m4 Link Here
71
%%PORTDOCS%%share/gtk-doc/html/orc/orc-misc.html
72
%%PORTDOCS%%share/gtk-doc/html/orc/orc-misc.html
72
%%PORTDOCS%%share/gtk-doc/html/orc/orc-opcodes.html
73
%%PORTDOCS%%share/gtk-doc/html/orc/orc-opcodes.html
73
%%PORTDOCS%%share/gtk-doc/html/orc/orc-program.html
74
%%PORTDOCS%%share/gtk-doc/html/orc/orc-program.html
74
%%PORTDOCS%%share/gtk-doc/html/orc/orc-runninging.html
75
%%PORTDOCS%%share/gtk-doc/html/orc/orc-running.html
75
%%PORTDOCS%%share/gtk-doc/html/orc/orc-tutorial.html
76
%%PORTDOCS%%share/gtk-doc/html/orc/orc-tutorial.html
76
%%PORTDOCS%%share/gtk-doc/html/orc/orc-x86.html
77
%%PORTDOCS%%share/gtk-doc/html/orc/orc-x86.html
77
%%PORTDOCS%%share/gtk-doc/html/orc/orc.devhelp2
78
%%PORTDOCS%%share/gtk-doc/html/orc/orc.devhelp2

Return to bug 276678