svn commit: r393403 - head/textproc/enchant

Koop Mast kwm at FreeBSD.org
Sat Aug 1 19:51:30 UTC 2015


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


More information about the svn-ports-head mailing list