View | Details | Raw Unified | Return to bug 156487 | Differences between
and this patch

Collapse All | Expand All

(-)devel/orc/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/devel/orc/Makefile,v 1.11 2011/03/23 15:53:17 mm Exp $
5
# $FreeBSD: ports/devel/orc/Makefile,v 1.11 2011/03/23 15:53:17 mm Exp $
6
6
7
PORTNAME=	orc
7
PORTNAME=	orc
8
PORTVERSION=	0.4.11
8
PORTVERSION=	0.4.14
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	http://code.entropywave.com/download/orc/
10
MASTER_SITES=	http://code.entropywave.com/download/orc/
11
11
(-)devel/orc/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (orc-0.4.11.tar.gz) = b8b0b148d319422c3ad250c29483b3c4
1
SHA256 (orc-0.4.14.tar.gz) = 6b0c536984871954364976516ea0328e2dcd856111726a23e609504ba2b12313
2
SHA256 (orc-0.4.11.tar.gz) = 6ec60521a11339eda36f1e2210d08ae95010d769575e471aaf365b89bca8d031
2
SIZE (orc-0.4.14.tar.gz) = 660407
3
SIZE (orc-0.4.11.tar.gz) = 676224
(-)devel/orc/pkg-plist (+2 lines)
Lines 8-13 Link Here
8
include/orc-0.4/orc/orc-stdint.h
8
include/orc-0.4/orc/orc-stdint.h
9
include/orc-0.4/orc/orc.h
9
include/orc-0.4/orc/orc.h
10
include/orc-0.4/orc/orcarm.h
10
include/orc-0.4/orc/orcarm.h
11
include/orc-0.4/orc/orccpuinsn.h
11
include/orc-0.4/orc/orcdebug.h
12
include/orc-0.4/orc/orcdebug.h
12
include/orc-0.4/orc/orcemulateopcodes.h
13
include/orc-0.4/orc/orcemulateopcodes.h
13
include/orc-0.4/orc/orcfunctions.h
14
include/orc-0.4/orc/orcfunctions.h
Lines 20-25 Link Here
20
include/orc-0.4/orc/orcsse.h
21
include/orc-0.4/orc/orcsse.h
21
include/orc-0.4/orc/orcutils.h
22
include/orc-0.4/orc/orcutils.h
22
include/orc-0.4/orc/orcx86.h
23
include/orc-0.4/orc/orcx86.h
24
include/orc-0.4/orc/orcx86insn.h
23
lib/liborc-0.4.a
25
lib/liborc-0.4.a
24
lib/liborc-0.4.la
26
lib/liborc-0.4.la
25
lib/liborc-0.4.so
27
lib/liborc-0.4.so

Return to bug 156487