Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 00:13:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352191 - head/textproc/gnome-spell
Message-ID:  <201404260013.s3Q0DR0O023135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Apr 26 00:13:27 2014
New Revision: 352191
URL: http://svnweb.freebsd.org/changeset/ports/352191
QAT: https://qat.redports.org/buildarchive/r352191/

Log:
  Support stage

Modified:
  head/textproc/gnome-spell/Makefile
  head/textproc/gnome-spell/pkg-plist

Modified: head/textproc/gnome-spell/Makefile
==============================================================================
--- head/textproc/gnome-spell/Makefile	Sat Apr 26 00:11:09 2014	(r352190)
+++ head/textproc/gnome-spell/Makefile	Sat Apr 26 00:13:27 2014	(r352191)
@@ -4,25 +4,24 @@
 
 PORTNAME=	gnome-spell
 PORTVERSION=	1.0.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A GNOME/Bonobo component for spell checking
+COMMENT=	GNOME/Bonobo component for spell checking
 
-LIB_DEPENDS=	aspell.16:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
 
-USE_BZIP2=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui
-USES=		gettext gmake pkgconfig perl5
+USE_GNOME=	gnomeprefix intlhack libgnomeui
+USES=		gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 PLIST_SUB=	VERSION=${PORTVERSION}
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
 		${WRKSRC}/po/Makefile.in.in

Modified: head/textproc/gnome-spell/pkg-plist
==============================================================================
--- head/textproc/gnome-spell/pkg-plist	Sat Apr 26 00:11:09 2014	(r352190)
+++ head/textproc/gnome-spell/pkg-plist	Sat Apr 26 00:13:27 2014	(r352191)
@@ -1,6 +1,5 @@
 lib/gnome-spell/libgnome-spell-component-0.3.so
 lib/gnome-spell/libgnome-spell-component.a
-lib/gnome-spell/libgnome-spell-component.la
 lib/gnome-spell/libgnome-spell-component.so
 libdata/bonobo/servers/GNOME_Spell.server
 share/control-center-2.0/icons/spell-checker.png



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