summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-31 19:57:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-31 19:57:39 +0800
commite915a9c31275060a57ef46396a18be2cf7b17108 (patch)
tree9caff88ddeca97ad9efa76abb10f44f6669729da /x11-toolkits
parentc51e689dac22e528f76c868e19328051e9d6951a (diff)
downloadmarcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar.gz
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar.bz2
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar.lz
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar.xz
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.tar.zst
marcuscom-ports-e915a9c31275060a57ef46396a18be2cf7b17108.zip
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16826 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtksourceview3/Makefile8
-rw-r--r--x11-toolkits/gtksourceview3/distinfo4
-rw-r--r--x11-toolkits/gtksourceview3/files/patch-gtksourceview_Makefile.in11
3 files changed, 6 insertions, 17 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile
index 206564a9a..40d4088a5 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.19 2011/10/16 12:25:40 kwm Exp $
+# $MCom: ports/x11-toolkits/gtksourceview3/Makefile,v 1.20 2011/11/03 21:31:52 kwm Exp $
#
PORTNAME= gtksourceview
-PORTVERSION= 3.2.3
+PORTVERSION= 3.4.2
PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
@@ -29,8 +29,8 @@ USE_GNOME= gnomeprefix gnomehack gtk30 libxml2 intlhack \
ltverhack referencehack
CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \
--enable-introspection
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|--warn-all||g' \
diff --git a/x11-toolkits/gtksourceview3/distinfo b/x11-toolkits/gtksourceview3/distinfo
index ca9a451ca..6a0123022 100644
--- a/x11-toolkits/gtksourceview3/distinfo
+++ b/x11-toolkits/gtksourceview3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gtksourceview-3.2.3.tar.xz) = 73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947
-SIZE (gnome3/gtksourceview-3.2.3.tar.xz) = 1215836
+SHA256 (gnome3/gtksourceview-3.4.2.tar.xz) = 5a5712591b2b6487818ac4aadd965fc8397af23d8fd7c5bdd1460c6326a8f4ce
+SIZE (gnome3/gtksourceview-3.4.2.tar.xz) = 1213360
diff --git a/x11-toolkits/gtksourceview3/files/patch-gtksourceview_Makefile.in b/x11-toolkits/gtksourceview3/files/patch-gtksourceview_Makefile.in
deleted file mode 100644
index 4c0440011..000000000
--- a/x11-toolkits/gtksourceview3/files/patch-gtksourceview_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtksourceview/Makefile.in.orig 2011-09-17 18:01:53.000000000 +0200
-+++ gtksourceview/Makefile.in 2011-09-17 18:03:29.000000000 +0200
-@@ -1086,7 +1086,7 @@
- --eprod "GType @enum_name@_get_type (void);\n" \
- --eprod "G_END_DECLS\n\n" \
- $(libgtksourceview_headers) ) > xgen-gth \
-- && $(SED) -i -e 's/GTK_TYPE_SOURCE_/GTK_SOURCE_TYPE_/' xgen-gth \
-+ && $(SED) -i.bak -e 's/GTK_TYPE_SOURCE_/GTK_SOURCE_TYPE_/' xgen-gth \
- && (cmp -s xgen-gth gtksourceview-typebuiltins.h || cp xgen-gth gtksourceview-typebuiltins.h) \
- && rm -f xgen-gth && echo stamp > $(@F)
-