Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 17:20:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352022 - head/devel/libassetml
Message-ID:  <201404241720.s3OHKIo1043120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Apr 24 17:20:17 2014
New Revision: 352022
URL: http://svnweb.freebsd.org/changeset/ports/352022
QAT: https://qat.redports.org/buildarchive/r352022/

Log:
  Convert to USES=libtool.
  Fix COMMENT.

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

Modified: head/devel/libassetml/Makefile
==============================================================================
--- head/devel/libassetml/Makefile	Thu Apr 24 17:18:40 2014	(r352021)
+++ head/devel/libassetml/Makefile	Thu Apr 24 17:20:17 2014	(r352022)
@@ -3,19 +3,18 @@
 
 PORTNAME=	libassetml
 PORTVERSION=	1.2.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	devel gnome
 MASTER_SITES=	SF/ofset/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Devel Library to share image and audio files between projects
+COMMENT=	Library to share image and audio files between projects
 
 BUILD_DEPENDS=	texi2html:${PORTSDIR}/textproc/texi2html
 LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
-USES=		pkgconfig gettext gmake
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack lthack gnomeprefix glib20 libxml2
+USES=		gettext gmake libtool:keepla pkgconfig
+USE_GNOME=	gnomehack gnomeprefix glib20 libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/libassetml/pkg-plist
==============================================================================
--- head/devel/libassetml/pkg-plist	Thu Apr 24 17:18:40 2014	(r352021)
+++ head/devel/libassetml/pkg-plist	Thu Apr 24 17:20:17 2014	(r352022)
@@ -1,9 +1,9 @@
 bin/assetml-query
 include/libassetml-1.0/libassetml/assetml.h
-lib/libassetml.a
 lib/libassetml.la
 lib/libassetml.so
 lib/libassetml.so.0
+lib/libassetml.so.0.0.0
 libdata/pkgconfig/libassetml.pc
 share/gnome/help/libassetml/C/libassetml.html
 share/gnome/help/libassetml/C/topic.dat



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