svn commit: r330675 - head/multimedia/schroedinger

Guido Falsi madpilot at FreeBSD.org
Thu Oct 17 21:09:20 UTC 2013


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/


More information about the svn-ports-all mailing list