svn commit: r359278 - head/devel/libfreefare

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 25 18:45:44 UTC 2014


Author: amdmi3
Date: Wed Jun 25 18:45:43 2014
New Revision: 359278
URL: http://svnweb.freebsd.org/changeset/ports/359278
QAT: https://qat.redports.org/buildarchive/r359278/

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

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

Modified: head/devel/libfreefare/Makefile
==============================================================================
--- head/devel/libfreefare/Makefile	Wed Jun 25 18:45:36 2014	(r359277)
+++ head/devel/libfreefare/Makefile	Wed Jun 25 18:45:43 2014	(r359278)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libfreefare
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://${PORTNAME}.googlecode.com/files/ \
 		http://romain.blogreen.org/distfiles/
@@ -14,7 +15,7 @@ LIB_DEPENDS=	libnfc.so:${PORTSDIR}/devel
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix gmake pkgconfig tar:bzip2
+USES=		pathfix gmake pkgconfig tar:bzip2 libtool
 MAKE_ENV=	INSTALL_STRIP_FLAG="${STRIP}"
 
 # Restrict to stable (even) versions, indicated by the second component.

Modified: head/devel/libfreefare/pkg-plist
==============================================================================
--- head/devel/libfreefare/pkg-plist	Wed Jun 25 18:45:36 2014	(r359277)
+++ head/devel/libfreefare/pkg-plist	Wed Jun 25 18:45:43 2014	(r359278)
@@ -13,9 +13,9 @@ bin/mifare-desfire-write-ndef
 bin/mifare-ultralight-info
 include/freefare.h
 lib/libfreefare.a
-lib/libfreefare.la
 lib/libfreefare.so
 lib/libfreefare.so.0
+lib/libfreefare.so.0.0.0
 libdata/pkgconfig/libfreefare.pc
 man/man3/freefare.3.gz
 man/man3/freefare_error.3.gz


More information about the svn-ports-head mailing list