svn commit: r353130 - head/textproc/gtkspell

Tijl Coosemans tijl at FreeBSD.org
Tue May 6 20:13:50 UTC 2014


Author: tijl
Date: Tue May  6 20:13:49 2014
New Revision: 353130
URL: http://svnweb.freebsd.org/changeset/ports/353130
QAT: https://qat.redports.org/buildarchive/r353130/

Log:
  Convert to USES=libtool:keepla.

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

Modified: head/textproc/gtkspell/Makefile
==============================================================================
--- head/textproc/gtkspell/Makefile	Tue May  6 20:12:53 2014	(r353129)
+++ head/textproc/gtkspell/Makefile	Tue May  6 20:13:49 2014	(r353130)
@@ -4,22 +4,22 @@
 
 PORTNAME=	gtkspell
 PORTVERSION=	2.0.16
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES=	textproc gnome
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	marcus
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A GTK+ 2 spell checking component
+COMMENT=	GTK+ 2 spell checking component
 
 .if !defined(REFERENCE_PORT)
 
 LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
+USES=		gettext gmake libtool:keepla pathfix pkgconfig
 USE_GNOME=	gnomeprefix gtk20 intlhack
-USES=		gettext gmake pkgconfig pathfix
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/textproc/gtkspell/pkg-plist
==============================================================================
--- head/textproc/gtkspell/pkg-plist	Tue May  6 20:12:53 2014	(r353129)
+++ head/textproc/gtkspell/pkg-plist	Tue May  6 20:13:49 2014	(r353130)
@@ -3,6 +3,7 @@ lib/libgtkspell.a
 lib/libgtkspell.la
 lib/libgtkspell.so
 lib/libgtkspell.so.0
+lib/libgtkspell.so.0.0.0
 libdata/pkgconfig/gtkspell-2.0.pc
 share/locale/af/LC_MESSAGES/gtkspell.mo
 share/locale/be/LC_MESSAGES/gtkspell.mo


More information about the svn-ports-all mailing list