svn commit: r356487 - head/devel/libtap

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:08:33 UTC 2014


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


More information about the svn-ports-head mailing list