svn commit: r366434 - in head/devel: ice mcpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 28 16:56:20 UTC 2014


Author: amdmi3
Date: Thu Aug 28 16:56:19 2014
New Revision: 366434
URL: http://svnweb.freebsd.org/changeset/ports/366434
QAT: https://qat.redports.org/buildarchive/r366434/

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

Modified:
  head/devel/ice/Makefile
  head/devel/mcpp/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Thu Aug 28 16:42:28 2014	(r366433)
+++ head/devel/ice/Makefile	Thu Aug 28 16:56:19 2014	(r366434)
@@ -3,7 +3,7 @@
 
 PORTNAME=		Ice
 PORTVERSION=		3.5.1
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		devel
 MASTER_SITES=		http://download.zeroc.com/Ice/3.5/
 

Modified: head/devel/mcpp/Makefile
==============================================================================
--- head/devel/mcpp/Makefile	Thu Aug 28 16:42:28 2014	(r366433)
+++ head/devel/mcpp/Makefile	Thu Aug 28 16:56:19 2014	(r366434)
@@ -3,21 +3,22 @@
 
 PORTNAME=	mcpp
 PORTVERSION=	2.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
 
 MAINTAINER=	kmatsui at t3.rim.or.jp
 COMMENT=	Alternative C/C++ preprocessor
 
+USES=		libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-mcpplib
 
 PLIST_FILES=	bin/mcpp    \
 		lib/libmcpp.so	\
-		lib/libmcpp.so.3	\
+		lib/libmcpp.so.0	\
+		lib/libmcpp.so.0.3.0	\
 		lib/libmcpp.a	\
-		lib/libmcpp.la	\
 		include/mcpp_lib.h \
 		include/mcpp_out.h \
 		man/man1/mcpp.1.gz \


More information about the svn-ports-head mailing list