svn commit: r359072 - head/devel/libleaftag

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 24 11:37:31 UTC 2014


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 at 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%%


More information about the svn-ports-head mailing list