diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-02 07:34:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-02 07:34:00 +0800 |
commit | 3622dc120622093266a76e968ec57047a3551007 (patch) | |
tree | 995bbbc3a88be957b0cd115c755dcbe39065671a | |
parent | 5c34d3ebea175352c8bf6eba3f4e579cd4956c8c (diff) | |
download | marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.gz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.bz2 marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.lz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.xz marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.tar.zst marcuscom-ports-3622dc120622093266a76e968ec57047a3551007.zip |
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15153 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/files/patch-Makefile.in | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index f70e03eac..abdccd235 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview3/Makefile,v 1.3 2010/07/13 14:04:40 kwm Exp $ +# $MCom: ports/x11-toolkits/gtksourceview3/Makefile,v 1.5 2011/01/13 01:21:58 kwm Exp $ # PORTNAME= gtksourceview3 -PORTVERSION= 2.91.4 +PORTVERSION= 2.91.5 PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME diff --git a/x11-toolkits/gtksourceview3/distinfo b/x11-toolkits/gtksourceview3/distinfo index 8a99f5af0..87d9b9b79 100644 --- a/x11-toolkits/gtksourceview3/distinfo +++ b/x11-toolkits/gtksourceview3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtksourceview-2.91.4.tar.bz2) = b43f3d55e2104ab0e84a329cf862e7fd0940a4bc9b78473d7a8c9f73aabf0a6d -SIZE (gnome3/gtksourceview-2.91.4.tar.bz2) = 1346189 +SHA256 (gnome3/gtksourceview-2.91.5.tar.bz2) = 347957a3cfa3938db674f5cad15dfe7fde3d30f2f4f7cdb137be7cb9d898c14d +SIZE (gnome3/gtksourceview-2.91.5.tar.bz2) = 1356113 diff --git a/x11-toolkits/gtksourceview3/files/patch-Makefile.in b/x11-toolkits/gtksourceview3/files/patch-Makefile.in new file mode 100644 index 000000000..5a7bf7d7c --- /dev/null +++ b/x11-toolkits/gtksourceview3/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-02-02 00:24:30.000000000 +0000 ++++ Makefile.in 2011-02-02 00:24:36.000000000 +0000 +@@ -306,7 +306,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +-SUBDIRS = gtksourceview po data docs tests ++SUBDIRS = gtksourceview po data docs + pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = gtksourceview-3.0.pc + EXTRA_DIST = \ |