svn commit: r353469 - head/devel/libbonobo

Tijl Coosemans tijl at FreeBSD.org
Fri May 9 15:42:30 UTC 2014


Author: tijl
Date: Fri May  9 15:42:29 2014
New Revision: 353469
URL: http://svnweb.freebsd.org/changeset/ports/353469
QAT: https://qat.redports.org/buildarchive/r353469/

Log:
  - USES=libtool:keepla tar:bzip2.
  - New LIB_DEPENDS syntax.

Modified:
  head/devel/libbonobo/Makefile
  head/devel/libbonobo/pkg-plist

Modified: head/devel/libbonobo/Makefile
==============================================================================
--- head/devel/libbonobo/Makefile	Fri May  9 15:35:35 2014	(r353468)
+++ head/devel/libbonobo/Makefile	Fri May  9 15:42:29 2014	(r353469)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libbonobo
 PORTVERSION=	2.32.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,13 +12,13 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Component and compound document system for GNOME2
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
-LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
-USES=		bison gettext pathfix pkgconfig gmake perl5
+USES+=		bison gettext gmake libtool:keepla pathfix pkgconfig perl5
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	intlhack libxml2 orbit2 referencehack

Modified: head/devel/libbonobo/pkg-plist
==============================================================================
--- head/devel/libbonobo/pkg-plist	Fri May  9 15:35:35 2014	(r353468)
+++ head/devel/libbonobo/pkg-plist	Fri May  9 15:42:29 2014	(r353469)
@@ -57,10 +57,12 @@ lib/libbonobo-2.a
 lib/libbonobo-2.la
 lib/libbonobo-2.so
 lib/libbonobo-2.so.0
+lib/libbonobo-2.so.0.0.0
 lib/libbonobo-activation.a
 lib/libbonobo-activation.la
 lib/libbonobo-activation.so
 lib/libbonobo-activation.so.4
+lib/libbonobo-activation.so.4.0.0
 lib/orbit-2.0/Bonobo_module.a
 lib/orbit-2.0/Bonobo_module.la
 lib/orbit-2.0/Bonobo_module.so


More information about the svn-ports-all mailing list