svn commit: r353145 - head/devel/libglade2

Tijl Coosemans tijl at FreeBSD.org
Wed May 7 10:12:05 UTC 2014


Author: tijl
Date: Wed May  7 10:12:04 2014
New Revision: 353145
URL: http://svnweb.freebsd.org/changeset/ports/353145
QAT: https://qat.redports.org/buildarchive/r353145/

Log:
  Convert to USES=libtool:keepla tar:bzip2.

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

Modified: head/devel/libglade2/Makefile
==============================================================================
--- head/devel/libglade2/Makefile	Wed May  7 10:04:20 2014	(r353144)
+++ head/devel/libglade2/Makefile	Wed May  7 10:12:04 2014	(r353145)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libglade2
 PORTVERSION=	2.6.4
-PORTREVISION?=	6
+PORTREVISION?=	7
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//}
@@ -14,14 +14,14 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME glade library
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
 RUN_DEPENDS=	xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
 
 GNU_CONFIGURE=	yes
-USES=		pathfix gmake pkgconfig
+USES+=		gmake libtool:keepla pathfix pkgconfig
 USE_GNOME=	libxml2 gtk20 referencehack
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \

Modified: head/devel/libglade2/pkg-plist
==============================================================================
--- head/devel/libglade2/pkg-plist	Wed May  7 10:04:20 2014	(r353144)
+++ head/devel/libglade2/pkg-plist	Wed May  7 10:12:04 2014	(r353145)
@@ -8,6 +8,7 @@ lib/libglade-2.0.a
 lib/libglade-2.0.la
 lib/libglade-2.0.so
 lib/libglade-2.0.so.0
+lib/libglade-2.0.so.0.0.7
 libdata/pkgconfig/libglade-2.0.pc
 share/xml/libglade/glade-2.0.dtd
 @unexec %%XMLCATALOG%% --noout --del %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true


More information about the svn-ports-all mailing list