svn commit: r360028 - head/textproc/libstree

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 1 15:03:33 UTC 2014


Author: amdmi3
Date: Tue Jul  1 15:03:32 2014
New Revision: 360028
URL: http://svnweb.freebsd.org/changeset/ports/360028
QAT: https://qat.redports.org/buildarchive/r360028/

Log:
  - Remove indefinite article from COMMENT
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/libstree/Makefile
  head/textproc/libstree/pkg-plist

Modified: head/textproc/libstree/Makefile
==============================================================================
--- head/textproc/libstree/Makefile	Tue Jul  1 15:02:12 2014	(r360027)
+++ head/textproc/libstree/Makefile	Tue Jul  1 15:03:32 2014	(r360028)
@@ -3,15 +3,15 @@
 
 PORTNAME=	libstree
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.icir.org/christian/downloads/
 
 MAINTAINER=	clsung at FreeBSD.org
-COMMENT=	A Generic Suffix Tree Library
+COMMENT=	Generic Suffix Tree Library
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 
 post-patch:

Modified: head/textproc/libstree/pkg-plist
==============================================================================
--- head/textproc/libstree/pkg-plist	Tue Jul  1 15:02:12 2014	(r360027)
+++ head/textproc/libstree/pkg-plist	Tue Jul  1 15:03:32 2014	(r360028)
@@ -6,7 +6,7 @@ include/stree/lst_structs.h
 include/stree/lst_algorithms.h
 include/stree/lst_timestamp.h
 @dirrm include/stree
+lib/libstree.so.0.0.0
 lib/libstree.so.0
 lib/libstree.so
-lib/libstree.la
 lib/libstree.a


More information about the svn-ports-all mailing list