svn commit: r351617 - head/devel/orc
Koop Mast
kwm at FreeBSD.org
Sun Apr 20 10:14:51 UTC 2014
Author: kwm
Date: Sun Apr 20 10:14:49 2014
New Revision: 351617
URL: http://svnweb.freebsd.org/changeset/ports/351617
QAT: https://qat.redports.org/buildarchive/r351617/
Log:
Update to 0.4.19.
Update LICENSE to new notation and the fact there two different license
in the software.
Switch to USES=libtool, strip library.
Don't install compiled examples. They not getting build on some platforms.
Modified:
head/devel/orc/Makefile
head/devel/orc/distinfo
head/devel/orc/pkg-plist
Modified: head/devel/orc/Makefile
==============================================================================
--- head/devel/orc/Makefile Sun Apr 20 09:37:37 2014 (r351616)
+++ head/devel/orc/Makefile Sun Apr 20 10:14:49 2014 (r351617)
@@ -2,27 +2,27 @@
# $FreeBSD$
PORTNAME= orc
-PORTVERSION= 0.4.18
+PORTVERSION= 0.4.19
CATEGORIES= devel
MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/
MAINTAINER= kwm at FreeBSD.org
COMMENT= Library and toolset to operate arrays of data
-LICENSE= BSD
+LICENSE= BSD2CLAUSE BSD3CLAUSE
+LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake pkgconfig
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pkgconfig
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-
-CONFIGURE_ARGS+= --disable-gtk-doc
+CONFIGURE_ARGS+=--disable-gtk-doc
+INSTALL_TARGET= install-strip
SUBDIRS= orc orc-test tools
EXAMPLES_DATA= example1orc.orc example2orc.orc example3orc.orc \
mt19937arorc.orc
-EXAMPLES_EXEC= example1 example2 example3 mt19937ar volscale
OPTIONS_DEFINE= DOCS EXAMPLES
DOCS_DESC= Include gtk-doc documentation
Modified: head/devel/orc/distinfo
==============================================================================
--- head/devel/orc/distinfo Sun Apr 20 09:37:37 2014 (r351616)
+++ head/devel/orc/distinfo Sun Apr 20 10:14:49 2014 (r351617)
@@ -1,2 +1,2 @@
-SHA256 (orc-0.4.18.tar.gz) = 34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24
-SIZE (orc-0.4.18.tar.gz) = 732377
+SHA256 (orc-0.4.19.tar.gz) = e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e
+SIZE (orc-0.4.19.tar.gz) = 752746
Modified: head/devel/orc/pkg-plist
==============================================================================
--- head/devel/orc/pkg-plist Sun Apr 20 09:37:37 2014 (r351616)
+++ head/devel/orc/pkg-plist Sun Apr 20 10:14:49 2014 (r351617)
@@ -40,21 +40,18 @@ lib/liborc-0.4.a
lib/liborc-0.4.la
lib/liborc-0.4.so
lib/liborc-0.4.so.0
+lib/liborc-0.4.so.0.0.0
lib/liborc-test-0.4.a
lib/liborc-test-0.4.la
lib/liborc-test-0.4.so
lib/liborc-test-0.4.so.0
+lib/liborc-test-0.4.so.0.0.0
libdata/pkgconfig/orc-0.4.pc
share/aclocal/orc.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1orc.orc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2orc.orc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3orc.orc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt19937ar
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt19937arorc.orc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/volscale
%%PORTDOCS%%share/gtk-doc/html/orc/ch01.html
%%PORTDOCS%%share/gtk-doc/html/orc/ch02.html
%%PORTDOCS%%share/gtk-doc/html/orc/ch03.html
More information about the svn-ports-all
mailing list