diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-04-25 09:37:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-04-25 09:37:20 +0000 |
commit | 394cbec5649cfb64b33592224486f95ed88648a8 (patch) | |
tree | 49a296c449f96f7b801369838aa3b94d7710a379 /textproc/gtkspell3 | |
parent | 74a49f66a2089828749816fc11aa95f6832a7685 (diff) | |
download | ports-394cbec5649cfb64b33592224486f95ed88648a8.tar.gz ports-394cbec5649cfb64b33592224486f95ed88648a8.zip |
Notes
Diffstat (limited to 'textproc/gtkspell3')
-rw-r--r-- | textproc/gtkspell3/Makefile | 10 | ||||
-rw-r--r-- | textproc/gtkspell3/distinfo | 4 | ||||
-rw-r--r-- | textproc/gtkspell3/pkg-plist | 1 |
3 files changed, 6 insertions, 9 deletions
diff --git a/textproc/gtkspell3/Makefile b/textproc/gtkspell3/Makefile index 679f2909aa6f..9ba1c861b3dc 100644 --- a/textproc/gtkspell3/Makefile +++ b/textproc/gtkspell3/Makefile @@ -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> diff --git a/textproc/gtkspell3/distinfo b/textproc/gtkspell3/distinfo index ccacacccf88a..c4cbb60bf512 100644 --- a/textproc/gtkspell3/distinfo +++ b/textproc/gtkspell3/distinfo @@ -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 diff --git a/textproc/gtkspell3/pkg-plist b/textproc/gtkspell3/pkg-plist index edaad9c85113..cda0304d4923 100644 --- a/textproc/gtkspell3/pkg-plist +++ b/textproc/gtkspell3/pkg-plist @@ -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 |