Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 11:37:30 +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: r359072 - head/devel/libleaftag
Message-ID:  <201406241137.s5OBbU3N067860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 24 11:37:30 2014
New Revision: 359072
URL: http://svnweb.freebsd.org/changeset/ports/359072
QAT: https://qat.redports.org/buildarchive/r359072/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/devel/libleaftag/Makefile
==============================================================================
--- head/devel/libleaftag/Makefile	Tue Jun 24 11:24:31 2014	(r359071)
+++ head/devel/libleaftag/Makefile	Tue Jun 24 11:37:30 2014	(r359072)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libleaftag
 PORTVERSION=	0.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel deskutils
 MASTER_SITES=	http://releases.chipx86.com/leaftag/libleaftag/
 
@@ -11,7 +11,7 @@ MAINTAINER=	kaeru@inigo-tech.com
 COMMENT=	Leaftag is a library for tagging files on the desktop
 
 USE_SQLITE=	2
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes

Modified: head/devel/libleaftag/pkg-plist
==============================================================================
--- head/devel/libleaftag/pkg-plist	Tue Jun 24 11:24:31 2014	(r359071)
+++ head/devel/libleaftag/pkg-plist	Tue Jun 24 11:37:30 2014	(r359072)
@@ -19,9 +19,9 @@ include/libleaftag/object.h
 include/libleaftag/source.h
 include/libleaftag/tag.h
 lib/libleaftag.a
-lib/libleaftag.la
 lib/libleaftag.so
 lib/libleaftag.so.0
+lib/libleaftag.so.0.0.1
 libdata/pkgconfig/libleaftag.pc
 @dirrm include/libleaftag
 @dirrm %%DOCSDIR%%



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