summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-11-22 08:03:18 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-11-22 08:03:18 +0000
commit19971715f55996283c24da248e0b7c02afb0ced4 (patch)
treef61f6b37f99e9c9b24c949406fb8baf045540ae3 /x11
parent- make portlint happier (diff)
- Update to 0.1.6
Changes: * build improvements * remove blatantly wrong conversions from extensions * make it possible to distinguish format_n formats from others * improvements to vala/gobject introspection support Approved by: kwm (gnome@) Feature safe: yes
Notes
Notes: svn path=/head/; revision=286233
Diffstat (limited to 'x11')
-rw-r--r--x11/babl/Makefile2
-rw-r--r--x11/babl/distinfo4
-rw-r--r--x11/babl/files/patch-babl_Makefile.in10
3 files changed, 3 insertions, 13 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 7b66e1989f2d..f0646348216c 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= babl
-PORTVERSION= 0.1.4
+PORTVERSION= 0.1.6
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
diff --git a/x11/babl/distinfo b/x11/babl/distinfo
index 18d556367ecf..b940cf88b2b9 100644
--- a/x11/babl/distinfo
+++ b/x11/babl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (babl-0.1.4.tar.bz2) = 5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
-SIZE (babl-0.1.4.tar.bz2) = 423645
+SHA256 (babl-0.1.6.tar.bz2) = 319b9004a5366101fd522da02cc983a5d0f50a17af0fa5cbce3535e31bce19a4
+SIZE (babl-0.1.6.tar.bz2) = 462712
diff --git a/x11/babl/files/patch-babl_Makefile.in b/x11/babl/files/patch-babl_Makefile.in
deleted file mode 100644
index 90638c81585e..000000000000
--- a/x11/babl/files/patch-babl_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- babl/Makefile.in.orig 2011-06-29 09:41:40.000000000 -0500
-+++ babl/Makefile.in 2011-06-29 09:42:07.000000000 -0500
-@@ -930,7 +930,6 @@
- @HAVE_INTROSPECTION_TRUE@ --library=babl-$(BABL_API_VERSION) \
- @HAVE_INTROSPECTION_TRUE@ --libtool="$(LIBTOOL)" \
- @HAVE_INTROSPECTION_TRUE@ --output $@ \
--@HAVE_INTROSPECTION_TRUE@ --pkg babl \
- @HAVE_INTROSPECTION_TRUE@ -DBABL_IS_BEING_COMPILED \
- @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir) \
- @HAVE_INTROSPECTION_TRUE@ -I$(top_builddir) \