- Update to 0.1.2
- Add PORTSCOUT macro, because 0.2 API is incompatible with forthcoming LaTeXila 3.18.x - Remove patch
This commit is contained in:
parent
4377efce9d
commit
c775fe3c05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409156
3 changed files with 8 additions and 15 deletions
|
@ -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@FreeBSD.org
|
||||
COMMENT= Spell checking for GTK+
|
||||
|
@ -15,6 +16,8 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2015-09-30 18:57:09 UTC
|
||||
+++ configure
|
||||
@@ -4288,7 +4288,7 @@ fi
|
||||
if test "${with_pkgconfigdir+set}" = set; then :
|
||||
withval=$with_pkgconfigdir;
|
||||
else
|
||||
- with_pkgconfigdir='${libdir}/pkgconfig'
|
||||
+ with_pkgconfigdir='${prefix}/libdata/pkgconfig'
|
||||
fi
|
||||
|
||||
pkgconfigdir=$with_pkgconfigdir
|
Loading…
Reference in a new issue