diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-02-19 08:00:23 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-02-19 08:00:23 +0000 |
commit | c775fe3c053f0dd6b636023efb8382d149c8a7dd (patch) | |
tree | 6b6ed03f7e2aeb34b667bdcf318437c46c301c3b /textproc/gspell | |
parent | 4377efce9daa1b2e0991d999fae307e460bf49b2 (diff) | |
download | ports-c775fe3c053f0dd6b636023efb8382d149c8a7dd.tar.gz ports-c775fe3c053f0dd6b636023efb8382d149c8a7dd.zip |
Notes
Diffstat (limited to 'textproc/gspell')
-rw-r--r-- | textproc/gspell/Makefile | 8 | ||||
-rw-r--r-- | textproc/gspell/distinfo | 4 | ||||
-rw-r--r-- | textproc/gspell/files/patch-configure | 11 |
3 files changed, 8 insertions, 15 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile index 7da179ba1b7a..27dbdf1986f9 100644 --- a/textproc/gspell/Makefile +++ b/textproc/gspell/Makefile @@ -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 diff --git a/textproc/gspell/distinfo b/textproc/gspell/distinfo index 9fa18ea10d15..a79bb8d70996 100644 --- a/textproc/gspell/distinfo +++ b/textproc/gspell/distinfo @@ -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 diff --git a/textproc/gspell/files/patch-configure b/textproc/gspell/files/patch-configure deleted file mode 100644 index db67451582ef..000000000000 --- a/textproc/gspell/files/patch-configure +++ /dev/null @@ -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 |