Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 18:43:27 +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: r364733 - in head: audio/moc devel/librcc devel/librcd
Message-ID:  <53ea604f.6bac.4dbe4a@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 18:43:26 2014
New Revision: 364733
URL: http://svnweb.freebsd.org/changeset/ports/364733
QAT: https://qat.redports.org/buildarchive/r364733/

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

Modified:
  head/audio/moc/Makefile
  head/devel/librcc/Makefile
  head/devel/librcd/Makefile
  head/devel/librcd/pkg-plist

Modified: head/audio/moc/Makefile
==============================================================================
--- head/audio/moc/Makefile	Tue Aug 12 18:31:26 2014	(r364732)
+++ head/audio/moc/Makefile	Tue Aug 12 18:43:26 2014	(r364733)
@@ -3,7 +3,7 @@
 
 PORTNAME=	moc
 PORTVERSION=	2.4.4
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.daper.net/pub/soft/moc/stable/
 

Modified: head/devel/librcc/Makefile
==============================================================================
--- head/devel/librcc/Makefile	Tue Aug 12 18:31:26 2014	(r364732)
+++ head/devel/librcc/Makefile	Tue Aug 12 18:43:26 2014	(r364733)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librcc
 PORTVERSION=	0.2.12
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
 		LOCAL/fluffy

Modified: head/devel/librcd/Makefile
==============================================================================
--- head/devel/librcd/Makefile	Tue Aug 12 18:31:26 2014	(r364732)
+++ head/devel/librcd/Makefile	Tue Aug 12 18:43:26 2014	(r364733)
@@ -3,6 +3,7 @@
 
 PORTNAME=	librcd
 PORTVERSION=	0.1.14
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
 		LOCAL/fluffy
@@ -11,7 +12,7 @@ MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Library used by rusxmms for autodetection of Russian charset
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix tar:bzip2
+USES=		gmake libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/librcd/pkg-plist
==============================================================================
--- head/devel/librcd/pkg-plist	Tue Aug 12 18:31:26 2014	(r364732)
+++ head/devel/librcd/pkg-plist	Tue Aug 12 18:43:26 2014	(r364733)
@@ -1,6 +1,6 @@
 include/librcd.h
 lib/librcd.a
-lib/librcd.la
 lib/librcd.so
-lib/librcd.so.1
+lib/librcd.so.0
+lib/librcd.so.0.1.14
 libdata/pkgconfig/librcd.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea604f.6bac.4dbe4a>