Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 2015 19:51:29 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393403 - head/textproc/enchant
Message-ID:  <201508011951.t71JpTi3011103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Aug  1 19:51:28 2015
New Revision: 393403
URL: https://svnweb.freebsd.org/changeset/ports/393403

Log:
  Drop :keepla from libtool USES.

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

Modified: head/textproc/enchant/Makefile
==============================================================================
--- head/textproc/enchant/Makefile	Sat Aug  1 19:48:58 2015	(r393402)
+++ head/textproc/enchant/Makefile	Sat Aug  1 19:51:28 2015	(r393403)
@@ -1,10 +1,9 @@
 # Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports-stable/textproc/enchant/Makefile,v 1.3 2010/07/20 07:48:41 kwm Exp $
 
 PORTNAME=	enchant
 PORTVERSION=	1.6.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc gnome
 MASTER_SITES=	http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=	gnome2
@@ -14,7 +13,7 @@ COMMENT=	Dictionary/spellchecking framew
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	glib20
 CONFIGURE_ARGS=	--disable-uspell \
 		--disable-voikko

Modified: head/textproc/enchant/pkg-plist
==============================================================================
--- head/textproc/enchant/pkg-plist	Sat Aug  1 19:48:58 2015	(r393402)
+++ head/textproc/enchant/pkg-plist	Sat Aug  1 19:51:28 2015	(r393403)
@@ -4,22 +4,16 @@ include/enchant/enchant++.h
 include/enchant/enchant-provider.h
 include/enchant/enchant.h
 %%ASPELL%%lib/enchant/libenchant_aspell.a
-%%ASPELL%%lib/enchant/libenchant_aspell.la
 %%ASPELL%%lib/enchant/libenchant_aspell.so
 %%HSPELL%%lib/enchant/libenchant_hspell.a
-%%HSPELL%%lib/enchant/libenchant_hspell.la
 %%HSPELL%%lib/enchant/libenchant_hspell.so
 %%ISPELL%%lib/enchant/libenchant_ispell.a
-%%ISPELL%%lib/enchant/libenchant_ispell.la
 %%ISPELL%%lib/enchant/libenchant_ispell.so
 %%HUNSPELL%%lib/enchant/libenchant_myspell.a
-%%HUNSPELL%%lib/enchant/libenchant_myspell.la
 %%HUNSPELL%%lib/enchant/libenchant_myspell.so
 %%ZEMBEREK%%lib/enchant/libenchant_zemberek.a
-%%ZEMBEREK%%lib/enchant/libenchant_zemberek.la
 %%ZEMBEREK%%lib/enchant/libenchant_zemberek.so
 lib/libenchant.a
-lib/libenchant.la
 lib/libenchant.so
 lib/libenchant.so.1
 lib/libenchant.so.1.6.0



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