svn commit: r361214 - head/multimedia/schroedinger

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 8 10:27:56 UTC 2014


Author: amdmi3
Date: Tue Jul  8 10:27:55 2014
New Revision: 361214
URL: http://svnweb.freebsd.org/changeset/ports/361214
QAT: https://qat.redports.org/buildarchive/r361214/

Log:
  - Switch to USES=libtool
  - Strip libraries

Modified:
  head/multimedia/schroedinger/Makefile

Modified: head/multimedia/schroedinger/Makefile
==============================================================================
--- head/multimedia/schroedinger/Makefile	Tue Jul  8 10:09:28 2014	(r361213)
+++ head/multimedia/schroedinger/Makefile	Tue Jul  8 10:27:55 2014	(r361214)
@@ -3,10 +3,9 @@
 
 PORTNAME=	schroedinger
 PORTVERSION=	1.0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://diracvideo.org/download/schroedinger/
-MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	High-speed Dirac codec
@@ -18,8 +17,9 @@ LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
 
 LIB_DEPENDS=	liborc-0.4.so:${PORTSDIR}/devel/orc
 
-USES=		pkgconfig
+USES=		libtool:oldver pkgconfig
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 post-patch:


More information about the svn-ports-all mailing list