Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2015 09:37:21 +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: r384722 - head/textproc/gtkspell3
Message-ID:  <201504250937.t3P9bLA9000380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Apr 25 09:37:20 2015
New Revision: 384722
URL: https://svnweb.freebsd.org/changeset/ports/384722

Log:
  Update gtkspell3 to 3.0.7.
  
  Drop :keepla from USES=libtool, drop gnomeprefix from USE_GNOME.
  Use INSTALL_TARGET=install-strip instead of post-install strip_cmd.

Modified:
  head/textproc/gtkspell3/Makefile
  head/textproc/gtkspell3/distinfo
  head/textproc/gtkspell3/pkg-plist

Modified: head/textproc/gtkspell3/Makefile
==============================================================================
--- head/textproc/gtkspell3/Makefile	Sat Apr 25 09:36:01 2015	(r384721)
+++ head/textproc/gtkspell3/Makefile	Sat Apr 25 09:37:20 2015	(r384722)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gtkspell3
-PORTVERSION=	3.0.6
+PORTVERSION=	3.0.7
 CATEGORIES=	textproc gnome
 MASTER_SITES=	SF/gtkspell/${PORTVERSION}
 
@@ -12,17 +12,15 @@ COMMENT=	GTK+ 3 spell checking component
 BUILD_DEPENDS=	vapigen:${PORTSDIR}/lang/vala
 LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
-USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build
-USES=		gettext gmake libtool:keepla pathfix pkgconfig
+USE_GNOME=	gtk30 intlhack introspection:build
+USES=		gettext gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGEt=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkspell3-3.so.*
-
 .include <bsd.port.mk>

Modified: head/textproc/gtkspell3/distinfo
==============================================================================
--- head/textproc/gtkspell3/distinfo	Sat Apr 25 09:36:01 2015	(r384721)
+++ head/textproc/gtkspell3/distinfo	Sat Apr 25 09:37:20 2015	(r384722)
@@ -1,2 +1,2 @@
-SHA256 (gtkspell3-3.0.6.tar.gz) = 01372e5b1648d6c752bad390eda048f52ea44ca3d32a78f5a589cbfe5f6b0ac3
-SIZE (gtkspell3-3.0.6.tar.gz) = 427484
+SHA256 (gtkspell3-3.0.7.tar.gz) = 13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2
+SIZE (gtkspell3-3.0.7.tar.gz) = 447648

Modified: head/textproc/gtkspell3/pkg-plist
==============================================================================
--- head/textproc/gtkspell3/pkg-plist	Sat Apr 25 09:36:01 2015	(r384721)
+++ head/textproc/gtkspell3/pkg-plist	Sat Apr 25 09:37:20 2015	(r384722)
@@ -1,7 +1,6 @@
 include/gtkspell-3.0/gtkspell/gtkspell.h
 lib/girepository-1.0/GtkSpell-3.0.typelib
 lib/libgtkspell3-3.a
-lib/libgtkspell3-3.la
 lib/libgtkspell3-3.so
 lib/libgtkspell3-3.so.0
 lib/libgtkspell3-3.so.0.1.0



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