Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 21:09:19 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330675 - head/multimedia/schroedinger
Message-ID:  <201310172109.r9HL9Jju044486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Oct 17 21:09:19 2013
New Revision: 330675
URL: http://svnweb.freebsd.org/changeset/ports/330675

Log:
  - Convert to staging
  - Convert to new LIB_DEPENDS format
  - Don't duplicate lib depends with build depends
  - Use space for WWW line in pkg-descr

Modified:
  head/multimedia/schroedinger/Makefile
  head/multimedia/schroedinger/pkg-descr   (contents, props changed)

Modified: head/multimedia/schroedinger/Makefile
==============================================================================
--- head/multimedia/schroedinger/Makefile	Thu Oct 17 21:08:19 2013	(r330674)
+++ head/multimedia/schroedinger/Makefile	Thu Oct 17 21:09:19 2013	(r330675)
@@ -16,14 +16,12 @@ LICENSE_COMB=	dual
 LICENSE_FILE_MIT=	${WRKSRC}/COPYING.MIT
 LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
 
-LIB_DEPENDS=	orc-0.4:${PORTSDIR}/devel/orc
-BUILD_DEPENDS=	orc>=0.4.16:${PORTSDIR}/devel/orc
+LIB_DEPENDS=	liborc-0.4.so:${PORTSDIR}/devel/orc
 
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
 		-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

Modified: head/multimedia/schroedinger/pkg-descr
==============================================================================
--- head/multimedia/schroedinger/pkg-descr	Thu Oct 17 21:08:19 2013	(r330674)
+++ head/multimedia/schroedinger/pkg-descr	Thu Oct 17 21:09:19 2013	(r330675)
@@ -3,4 +3,4 @@ partnership with the BBC. The main devel
 developed the liboil optimisation library which is heavily used in
 the project. 
 
-WWW:	http://www.diracvideo.org/
+WWW: http://www.diracvideo.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310172109.r9HL9Jju044486>