svn commit: r359948 - head/sysutils/libfvde

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 01:19:28 UTC 2014


Author: amdmi3
Date: Tue Jul  1 01:19:27 2014
New Revision: 359948
URL: http://svnweb.freebsd.org/changeset/ports/359948
QAT: https://qat.redports.org/buildarchive/r359948/

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

Modified:
  head/sysutils/libfvde/Makefile
  head/sysutils/libfvde/pkg-plist

Modified: head/sysutils/libfvde/Makefile
==============================================================================
--- head/sysutils/libfvde/Makefile	Tue Jul  1 01:18:50 2014	(r359947)
+++ head/sysutils/libfvde/Makefile	Tue Jul  1 01:19:27 2014	(r359948)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libfvde
 PORTVERSION=	20130305
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
 DISTFILES=	${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
@@ -13,8 +13,8 @@ COMMENT=	Library and tools for reading F
 
 LICENSE=	LGPL3
 
-USES=		pkgconfig
-USE_GNOME=	libxml2 gnomehack
+USES=		libtool pathfix pkgconfig
+USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/sysutils/libfvde/pkg-plist
==============================================================================
--- head/sysutils/libfvde/pkg-plist	Tue Jul  1 01:18:50 2014	(r359947)
+++ head/sysutils/libfvde/pkg-plist	Tue Jul  1 01:19:27 2014	(r359948)
@@ -8,9 +8,9 @@ include/libfvde/extern.h
 include/libfvde/features.h
 include/libfvde/types.h
 lib/libfvde.a
-lib/libfvde.la
 lib/libfvde.so
 lib/libfvde.so.1
+lib/libfvde.so.1.0.0
 libdata/pkgconfig/libfvde.pc
 man/man1/fvdeinfo.1.gz
 man/man1/fvdemount.1.gz


More information about the svn-ports-head mailing list