Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 15:13:36 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407000 - head/devel/glib20
Message-ID:  <201601231513.u0NFDadH049250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Jan 23 15:13:36 2016
New Revision: 407000
URL: https://svnweb.freebsd.org/changeset/ports/407000

Log:
  Switch to rm because unlink doesn't accept flags.
  
  Pointyhat to:	kwm@ for not reading the rm/unlink man page good enough.

Modified:
  head/devel/glib20/Makefile
  head/devel/glib20/pkg-plist

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Sat Jan 23 15:13:17 2016	(r406999)
+++ head/devel/glib20/Makefile	Sat Jan 23 15:13:36 2016	(r407000)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.44.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2

Modified: head/devel/glib20/pkg-plist
==============================================================================
--- head/devel/glib20/pkg-plist	Sat Jan 23 15:13:17 2016	(r406999)
+++ head/devel/glib20/pkg-plist	Sat Jan 23 15:13:36 2016	(r407000)
@@ -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 -f %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?201601231513.u0NFDadH049250>