Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 18:22:48 +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: r357518 - in head: audio/aqualung audio/liboggz editors/kate
Message-ID:  <201406111822.s5BIMmOC022345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 11 18:22:48 2014
New Revision: 357518
URL: http://svnweb.freebsd.org/changeset/ports/357518
QAT: https://qat.redports.org/buildarchive/r357518/

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

Modified:
  head/audio/aqualung/Makefile
  head/audio/liboggz/Makefile
  head/audio/liboggz/pkg-plist
  head/editors/kate/Makefile

Modified: head/audio/aqualung/Makefile
==============================================================================
--- head/audio/aqualung/Makefile	Wed Jun 11 18:21:16 2014	(r357517)
+++ head/audio/aqualung/Makefile	Wed Jun 11 18:22:48 2014	(r357518)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aqualung
 DISTVERSION=	0.9beta11
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
  		http://wickedmachine.net/mirror/

Modified: head/audio/liboggz/Makefile
==============================================================================
--- head/audio/liboggz/Makefile	Wed Jun 11 18:21:16 2014	(r357517)
+++ head/audio/liboggz/Makefile	Wed Jun 11 18:22:48 2014	(r357518)
@@ -2,7 +2,7 @@
 
 PORTNAME=	liboggz
 DISTVERSION=	1.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/liboggz/ \
 		http://wickedmachine.net/mirror/
@@ -14,8 +14,7 @@ OPTIONS_DEFINE=	DOCS
 
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
-USE_AUTOTOOLS=	libtool
-USES=		pkgconfig pathfix
+USES=		pkgconfig pathfix libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE} --program-transform-name=""

Modified: head/audio/liboggz/pkg-plist
==============================================================================
--- head/audio/liboggz/pkg-plist	Wed Jun 11 18:21:16 2014	(r357517)
+++ head/audio/liboggz/pkg-plist	Wed Jun 11 18:22:48 2014	(r357518)
@@ -25,9 +25,9 @@ include/oggz/oggz_stream.h
 include/oggz/oggz_table.h
 include/oggz/oggz_write.h
 lib/liboggz.a
-lib/liboggz.la
 lib/liboggz.so
-lib/liboggz.so.8
+lib/liboggz.so.2
+lib/liboggz.so.2.6.0
 libdata/pkgconfig/oggz.pc
 man/man1/oggz-chop.1.gz
 man/man1/oggz-codecs.1.gz

Modified: head/editors/kate/Makefile
==============================================================================
--- head/editors/kate/Makefile	Wed Jun 11 18:21:16 2014	(r357517)
+++ head/editors/kate/Makefile	Wed Jun 11 18:22:48 2014	(r357518)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kate
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}



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