svn commit: r407000 - head/devel/glib20

Koop Mast kwm at FreeBSD.org
Sat Jan 23 15:13:37 UTC 2016


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
- at postunexec /bin/unlink -f %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-all mailing list