svn commit: r361257 - head/science/crf++

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 8 15:18:45 UTC 2014


Author: tijl
Date: Tue Jul  8 15:18:44 2014
New Revision: 361257
URL: http://svnweb.freebsd.org/changeset/ports/361257
QAT: https://qat.redports.org/buildarchive/r361257/

Log:
  - Convert to USES=libtool
  - Add INSTALL_TARGET=install-strip

Modified:
  head/science/crf++/Makefile
  head/science/crf++/pkg-plist

Modified: head/science/crf++/Makefile
==============================================================================
--- head/science/crf++/Makefile	Tue Jul  8 15:04:43 2014	(r361256)
+++ head/science/crf++/Makefile	Tue Jul  8 15:18:44 2014	(r361257)
@@ -3,6 +3,7 @@
 
 PORTNAME=	crf++
 PORTVERSION=	0.54
+PORTREVISION=	1
 CATEGORIES=	science math
 MASTER_SITES=	SF/crfpp/crfpp/${PORTVERSION} \
 		${MASTER_SITE_LOCAL}
@@ -12,7 +13,8 @@ MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Yet Another CRF toolkit
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 
 .include <bsd.port.mk>

Modified: head/science/crf++/pkg-plist
==============================================================================
--- head/science/crf++/pkg-plist	Tue Jul  8 15:04:43 2014	(r361256)
+++ head/science/crf++/pkg-plist	Tue Jul  8 15:18:44 2014	(r361257)
@@ -1,7 +1,7 @@
 bin/crf_learn
 bin/crf_test
 include/crfpp.h
-lib/libcrfpp.so.0
-lib/libcrfpp.so
 lib/libcrfpp.a
-lib/libcrfpp.la
+lib/libcrfpp.so
+lib/libcrfpp.so.0
+lib/libcrfpp.so.0.0.0


More information about the svn-ports-all mailing list