svn commit: r365016 - head/japanese/chasen-base

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 15 18:12:24 UTC 2014


Author: amdmi3
Date: Fri Aug 15 18:12:23 2014
New Revision: 365016
URL: http://svnweb.freebsd.org/changeset/ports/365016
QAT: https://qat.redports.org/buildarchive/r365016/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/japanese/chasen-base/Makefile
  head/japanese/chasen-base/pkg-plist

Modified: head/japanese/chasen-base/Makefile
==============================================================================
--- head/japanese/chasen-base/Makefile	Fri Aug 15 18:11:34 2014	(r365015)
+++ head/japanese/chasen-base/Makefile	Fri Aug 15 18:12:23 2014	(r365016)
@@ -3,9 +3,9 @@
 
 PORTNAME=	chasen
 PORTVERSION=	2.4.5
+PORTREVISION=	1
 CATEGORIES=	japanese textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR=     chasen-legacy/56305
+MASTER_SITES=	SOURCEFORGE_JP/chasen-legacy/56305
 PKGNAMESUFFIX=	-base
 
 MAINTAINER=	ports at FreeBSD.org
@@ -13,11 +13,11 @@ COMMENT=	Japanese Morphological Analysis
 
 BUILD_DEPENDS=	${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-darts=${LOCALBASE}/include ${ICONV_CONFIGURE_BASE}
-USES=		iconv
+USES=		iconv libtool
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/japanese/chasen-base/pkg-plist
==============================================================================
--- head/japanese/chasen-base/pkg-plist	Fri Aug 15 18:11:34 2014	(r365015)
+++ head/japanese/chasen-base/pkg-plist	Fri Aug 15 18:12:23 2014	(r365016)
@@ -3,9 +3,9 @@ bin/chasen
 bin/chasen-config
 include/chasen.h
 lib/libchasen.a
-lib/libchasen.la
 lib/libchasen.so
 lib/libchasen.so.2
+lib/libchasen.so.2.0.4
 libexec/chasen/makeda
 libexec/chasen/makemat
 @dirrm libexec/chasen


More information about the svn-ports-all mailing list