Date: Sat, 23 Jan 2016 16:01:51 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407039 - branches/2016Q1/devel/glib20 Message-ID: <201601231601.u0NG1pVZ066566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@postunexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true +@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231601.u0NG1pVZ066566>