diff options
author | mm <mm@FreeBSD.org> | 2013-07-31 04:43:20 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-07-31 04:43:20 +0800 |
commit | c947b42d37ca2951af8cf3f0bbfe4df106c3362a (patch) | |
tree | 6dd6278d00be0d0bc1bbf9300059d4a0a1542688 /devel | |
parent | 4d98448ff007379ec3528a22165638a8874ab7df (diff) | |
download | freebsd-ports-gnome-c947b42d37ca2951af8cf3f0bbfe4df106c3362a.tar.gz freebsd-ports-gnome-c947b42d37ca2951af8cf3f0bbfe4df106c3362a.tar.zst freebsd-ports-gnome-c947b42d37ca2951af8cf3f0bbfe4df106c3362a.zip |
Update multimedia/orc to 0.4.17
Diffstat (limited to 'devel')
-rw-r--r-- | devel/orc/Makefile | 3 | ||||
-rw-r--r-- | devel/orc/distinfo | 4 | ||||
-rw-r--r-- | devel/orc/pkg-plist | 17 |
3 files changed, 18 insertions, 6 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 82dbf844a08c..484717f5ab0a 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= orc -PORTVERSION= 0.4.16 -PORTREVISION= 1 +PORTVERSION= 0.4.17 CATEGORIES= devel MASTER_SITES= http://code.entropywave.com/download/orc/ diff --git a/devel/orc/distinfo b/devel/orc/distinfo index bb91b4e341eb..23ad4164e6e1 100644 --- a/devel/orc/distinfo +++ b/devel/orc/distinfo @@ -1,2 +1,2 @@ -SHA256 (orc-0.4.16.tar.gz) = 700e4edba20a0ed42164b645da26ce515b883d4c4633b222302f1e541f2a58ab -SIZE (orc-0.4.16.tar.gz) = 668368 +SHA256 (orc-0.4.17.tar.gz) = 4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8 +SIZE (orc-0.4.17.tar.gz) = 724990 diff --git a/devel/orc/pkg-plist b/devel/orc/pkg-plist index 1829b7b3e144..cfcdaf9d1b62 100644 --- a/devel/orc/pkg-plist +++ b/devel/orc/pkg-plist @@ -4,22 +4,36 @@ include/orc-0.4/orc-test/orcarray.h include/orc-0.4/orc-test/orcprofile.h include/orc-0.4/orc-test/orcrandom.h include/orc-0.4/orc-test/orctest.h -include/orc-0.4/orc/opcodes.h include/orc-0.4/orc/orc-stdint.h include/orc-0.4/orc/orc.h include/orc-0.4/orc/orcarm.h +include/orc-0.4/orc/orcbytecode.h +include/orc-0.4/orc/orcbytecodes.h +include/orc-0.4/orc/orccode.h +include/orc-0.4/orc/orccompiler.h +include/orc-0.4/orc/orcconstant.h +include/orc-0.4/orc/orccpu.h include/orc-0.4/orc/orccpuinsn.h include/orc-0.4/orc/orcdebug.h +include/orc-0.4/orc/orcexecutor.h include/orc-0.4/orc/orcemulateopcodes.h include/orc-0.4/orc/orcfunctions.h +include/orc-0.4/orc/orcinstruction.h +include/orc-0.4/orc/orcinternal.h +include/orc-0.4/orc/orclimits.h +include/orc-0.4/orc/orcmips.h include/orc-0.4/orc/orcmmx.h include/orc-0.4/orc/orcneon.h include/orc-0.4/orc/orconce.h +include/orc-0.4/orc/orcopcode.h include/orc-0.4/orc/orcparse.h include/orc-0.4/orc/orcpowerpc.h include/orc-0.4/orc/orcprogram.h +include/orc-0.4/orc/orcrule.h include/orc-0.4/orc/orcsse.h +include/orc-0.4/orc/orctarget.h include/orc-0.4/orc/orcutils.h +include/orc-0.4/orc/orcvariable.h include/orc-0.4/orc/orcx86.h include/orc-0.4/orc/orcx86insn.h lib/liborc-0.4.a @@ -69,7 +83,6 @@ share/aclocal/orc.m4 %%PORTDOCS%%share/gtk-doc/html/orc/orc-runninging.html %%PORTDOCS%%share/gtk-doc/html/orc/orc-tutorial.html %%PORTDOCS%%share/gtk-doc/html/orc/orc-x86.html -%%PORTDOCS%%share/gtk-doc/html/orc/orc.devhelp %%PORTDOCS%%share/gtk-doc/html/orc/orc.devhelp2 %%PORTDOCS%%share/gtk-doc/html/orc/right.png %%PORTDOCS%%share/gtk-doc/html/orc/style.css |