Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 12:54:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363706 - in head: devel/libzvbi multimedia/vlc multimedia/xawtv
Message-ID:  <201408011254.s71CskOP078062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug  1 12:54:46 2014
New Revision: 363706
URL: http://svnweb.freebsd.org/changeset/ports/363706
QAT: https://qat.redports.org/buildarchive/r363706/

Log:
  - Switch devel/libzvbi to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libzvbi/Makefile
  head/devel/libzvbi/pkg-plist
  head/multimedia/vlc/Makefile
  head/multimedia/xawtv/Makefile

Modified: head/devel/libzvbi/Makefile
==============================================================================
--- head/devel/libzvbi/Makefile	Fri Aug  1 12:54:36 2014	(r363705)
+++ head/devel/libzvbi/Makefile	Fri Aug  1 12:54:46 2014	(r363706)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libzvbi
 PORTVERSION=	0.2.35
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/zapping/zvbi/${PORTVERSION}
 DISTNAME=	${PORTNAME:S/lib//}-${PORTVERSION}
@@ -13,7 +14,7 @@ COMMENT=	Routines to access raw VBI capt
 LIB_DEPENDS+=	libpng15.so:${PORTSDIR}/graphics/png \
 		libunicode.so:${PORTSDIR}/devel/libunicode
 
-USES=		gettext pathfix pkgconfig tar:bzip2
+USES=		gettext libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/libzvbi/pkg-plist
==============================================================================
--- head/devel/libzvbi/pkg-plist	Fri Aug  1 12:54:36 2014	(r363705)
+++ head/devel/libzvbi/pkg-plist	Fri Aug  1 12:54:46 2014	(r363706)
@@ -1,9 +1,9 @@
 bin/zvbi-ntsc-cc
 include/libzvbi.h
 lib/libzvbi.a
-lib/libzvbi.la
 lib/libzvbi.so
-lib/libzvbi.so.13
+lib/libzvbi.so.0
+lib/libzvbi.so.0.13.2
 libdata/pkgconfig/zvbi-0.2.pc
 man/man1/zvbi-ntsc-cc.1.gz
 share/locale/de/LC_MESSAGES/zvbi.mo

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Fri Aug  1 12:54:36 2014	(r363705)
+++ head/multimedia/vlc/Makefile	Fri Aug  1 12:54:46 2014	(r363706)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \

Modified: head/multimedia/xawtv/Makefile
==============================================================================
--- head/multimedia/xawtv/Makefile	Fri Aug  1 12:54:36 2014	(r363705)
+++ head/multimedia/xawtv/Makefile	Fri Aug  1 12:54:46 2014	(r363706)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xawtv
 PORTVERSION=	3.103
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://linuxtv.org/downloads/xawtv/
 



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