Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 18:45:43 +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: r359278 - head/devel/libfreefare
Message-ID:  <201406251845.s5PIjhZf072940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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