mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update gtkspell3 to 3.0.10.
* add license * pet portlint * Make sure iso-codes is available during package build so the package gets configured correctly. [1] PR: 228091 [1] Reported by: Yuichiro NAITO <naito.yuichiro@gmail.com> [1]
This commit is contained in:
parent
fdf4c0cfba
commit
f9fc8c4295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481482
2 changed files with 13 additions and 7 deletions
|
@ -2,18 +2,24 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gtkspell3
|
PORTNAME= gtkspell3
|
||||||
PORTVERSION= 3.0.9
|
PORTVERSION= 3.0.10
|
||||||
CATEGORIES= textproc gnome
|
CATEGORIES= textproc gnome
|
||||||
MASTER_SITES= SF/gtkspell/${PORTVERSION}
|
MASTER_SITES= SF/gtkspell/${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= GTK+ 3 spell checking component
|
COMMENT= GTK+ 3 spell checking component
|
||||||
|
|
||||||
BUILD_DEPENDS= vapigen:lang/vala
|
LICENSE= GPLv2
|
||||||
LIB_DEPENDS= libenchant.so:textproc/enchant
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
BUILD_DEPENDS= vapigen:lang/vala \
|
||||||
|
iso-codes>0:misc/iso-codes
|
||||||
|
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
||||||
|
libfribidi.so:converters/fribidi
|
||||||
|
RUN_DEPENDS= iso-codes>0:misc/iso-codes
|
||||||
|
|
||||||
|
USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build
|
||||||
USES= gettext gmake localbase libtool pathfix pkgconfig tar:xz
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1524772443
|
TIMESTAMP = 1538830620
|
||||||
SHA256 (gtkspell3-3.0.9.tar.xz) = a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26
|
SHA256 (gtkspell3-3.0.10.tar.xz) = b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
|
||||||
SIZE (gtkspell3-3.0.9.tar.xz) = 298988
|
SIZE (gtkspell3-3.0.10.tar.xz) = 300968
|
||||||
|
|
Loading…
Add table
Reference in a new issue