Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 13:08:33 +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: r356487 - head/devel/libtap
Message-ID:  <201406041308.s54D8X8t093889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  4 13:08:32 2014
New Revision: 356487
URL: http://svnweb.freebsd.org/changeset/ports/356487
QAT: https://qat.redports.org/buildarchive/r356487/

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

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

Modified: head/devel/libtap/Makefile
==============================================================================
--- head/devel/libtap/Makefile	Wed Jun  4 13:07:10 2014	(r356486)
+++ head/devel/libtap/Makefile	Wed Jun  4 13:08:32 2014	(r356487)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtap
 PORTVERSION=	1.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/nik
 DISTNAME=	tap-${PORTVERSION}
@@ -11,9 +11,9 @@ DISTNAME=	tap-${PORTVERSION}
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	Library implementing the Test Anything Protocol
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/devel/libtap/pkg-plist
==============================================================================
--- head/devel/libtap/pkg-plist	Wed Jun  4 13:07:10 2014	(r356486)
+++ head/devel/libtap/pkg-plist	Wed Jun  4 13:08:32 2014	(r356487)
@@ -1,6 +1,6 @@
 include/tap.h
 lib/libtap.a
-lib/libtap.la
 lib/libtap.so
 lib/libtap.so.0
+lib/libtap.so.0.0.0
 man/man3/tap.3.gz



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