[Midnightbsd-cvs] mports [21694] trunk/devel/glib20: glib 2.46.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 16 22:27:53 EDT 2016
Revision: 21694
http://svnweb.midnightbsd.org/mports/?rev=21694
Author: laffer1
Date: 2016-08-16 22:27:52 -0400 (Tue, 16 Aug 2016)
Log Message:
-----------
glib 2.46.2
Modified Paths:
--------------
trunk/devel/glib20/Makefile
trunk/devel/glib20/distinfo
trunk/devel/glib20/pkg-plist
Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile 2016-08-17 02:13:17 UTC (rev 21693)
+++ trunk/devel/glib20/Makefile 2016-08-17 02:27:52 UTC (rev 21694)
@@ -1,8 +1,8 @@
# $MidnightBSD$
PORTNAME= glib
-PORTVERSION= 2.44.1
-PORTREVISION?= 1
+PORTVERSION= 2.46.2
+PORTREVISION?= 0
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -27,7 +27,7 @@
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \
--disable-dtrace \
- --enable-static \
+ --enable-static=yes \
--with-pcre=system \
--disable-fam
CONFIGURE_ENV= ac_cv_header_sys_inotify_h=
@@ -37,7 +37,7 @@
SHEBANG_FILES= */*.pl
-LIBVERSION= 0.4400.1
+LIBVERSION= 0.4600.2
PLIST_SUB+= LIBVERSION=${LIBVERSION}
glib_MAN= gtester.1 gtester-report.1 glib-gettextize.1
Modified: trunk/devel/glib20/distinfo
===================================================================
--- trunk/devel/glib20/distinfo 2016-08-17 02:13:17 UTC (rev 21693)
+++ trunk/devel/glib20/distinfo 2016-08-17 02:27:52 UTC (rev 21694)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/glib-2.44.1.tar.xz) = 8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07
-SIZE (gnome2/glib-2.44.1.tar.xz) = 7132940
+SHA256 (gnome2/glib-2.46.2.tar.xz) = 5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db
+SIZE (gnome2/glib-2.46.2.tar.xz) = 7344636
Modified: trunk/devel/glib20/pkg-plist
===================================================================
--- trunk/devel/glib20/pkg-plist 2016-08-17 02:13:17 UTC (rev 21693)
+++ trunk/devel/glib20/pkg-plist 2016-08-17 02:27:52 UTC (rev 21694)
@@ -447,6 +447,6 @@
share/locale/zh_TW/LC_MESSAGES/glib20.mo
@dir lib/gio/modules
@dir share/GConf/gsettings
- at exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true
- at unexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
- at exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
+ at postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true
+ at postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
+ at postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
More information about the Midnightbsd-cvs
mailing list