svn commit: r409156 - in head/textproc/gspell: . files

Olivier Duchateau olivierd at FreeBSD.org
Fri Feb 19 08:00:25 UTC 2016


Author: olivierd
Date: Fri Feb 19 08:00:23 2016
New Revision: 409156
URL: https://svnweb.freebsd.org/changeset/ports/409156

Log:
  - Update to 0.1.2
  - Add PORTSCOUT macro, because 0.2 API is incompatible with forthcoming
  LaTeXila 3.18.x
  - Remove patch

Deleted:
  head/textproc/gspell/files/
Modified:
  head/textproc/gspell/Makefile
  head/textproc/gspell/distinfo

Modified: head/textproc/gspell/Makefile
==============================================================================
--- head/textproc/gspell/Makefile	Fri Feb 19 07:25:14 2016	(r409155)
+++ head/textproc/gspell/Makefile	Fri Feb 19 08:00:23 2016	(r409156)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	gspell
-PORTVERSION=	0.1.1
+PORTVERSION=	0.1.2
 CATEGORIES=	textproc
 MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome3
 
 MAINTAINER=	olivierd at FreeBSD.org
 COMMENT=	Spell checking for GTK+
@@ -15,6 +16,8 @@ BUILD_DEPENDS=	valac:${PORTSDIR}/lang/va
 	iso-codes>=3.57:${PORTSDIR}/misc/iso-codes
 LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant
 
+PORTSCOUT=	limit:^0\.1\.
+
 USES=	gmake iconv libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gtksourceview3 introspection:build libxml2
 GNU_CONFIGURE=	yes
@@ -23,7 +26,8 @@ INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS=--enable-introspection=yes \
 	--enable-compile-warnings=no \
-	--without-html-dir
+	--without-html-dir \
+	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 
 OPTIONS_DEFINE=	NLS
 NLS_USES=	gettext-tools

Modified: head/textproc/gspell/distinfo
==============================================================================
--- head/textproc/gspell/distinfo	Fri Feb 19 07:25:14 2016	(r409155)
+++ head/textproc/gspell/distinfo	Fri Feb 19 08:00:23 2016	(r409156)
@@ -1,2 +1,2 @@
-SHA256 (gspell-0.1.1.tar.xz) = fef8cd89d220fc9ad6b69ff625ca2263a09c69ba56fcefcc90cf4422896e4c52
-SIZE (gspell-0.1.1.tar.xz) = 354932
+SHA256 (gnome3/gspell-0.1.2.tar.xz) = e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0
+SIZE (gnome3/gspell-0.1.2.tar.xz) = 355128


More information about the svn-ports-all mailing list