svn commit: r407039 - branches/2016Q1/devel/glib20
Mark Felder
feld at FreeBSD.org
Sat Jan 23 16:01:53 UTC 2016
Author: feld
Date: Sat Jan 23 16:01:51 2016
New Revision: 407039
URL: https://svnweb.freebsd.org/changeset/ports/407039
Log:
MFH: r407000
Switch to rm because unlink doesn't accept flags.
Pointyhat to: kwm@ for not reading the rm/unlink man page good enough.
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q1/devel/glib20/Makefile
branches/2016Q1/devel/glib20/pkg-plist
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/devel/glib20/Makefile
==============================================================================
--- branches/2016Q1/devel/glib20/Makefile Sat Jan 23 15:58:30 2016 (r407038)
+++ branches/2016Q1/devel/glib20/Makefile Sat Jan 23 16:01:51 2016 (r407039)
@@ -3,7 +3,7 @@
PORTNAME= glib
PORTVERSION= 2.44.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
Modified: branches/2016Q1/devel/glib20/pkg-plist
==============================================================================
--- branches/2016Q1/devel/glib20/pkg-plist Sat Jan 23 15:58:30 2016 (r407038)
+++ branches/2016Q1/devel/glib20/pkg-plist Sat Jan 23 16:01:51 2016 (r407039)
@@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo
@dir lib/gio/modules
@dir share/GConf/gsettings
@postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true
- at postunexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
+ at postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true
@postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
More information about the svn-ports-branches
mailing list