svn commit: r500371 - head/sysutils/gnome-control-center
Koop Mast
kwm at FreeBSD.org
Sun Apr 28 21:18:54 UTC 2019
Author: kwm
Date: Sun Apr 28 21:18:53 2019
New Revision: 500371
URL: https://svnweb.freebsd.org/changeset/ports/500371
Log:
Use sysutils/etc_os-release to supply the info panel with some system information.
Modified:
head/sysutils/gnome-control-center/Makefile
Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile Sun Apr 28 21:08:06 2019 (r500370)
+++ head/sysutils/gnome-control-center/Makefile Sun Apr 28 21:18:53 2019 (r500371)
@@ -3,7 +3,7 @@
PORTNAME= gnome-control-center
PORTVERSION= 3.28.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -37,6 +37,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \
RUN_DEPENDS= gnome-settings-daemon>=3.4.0:sysutils/gnome-settings-daemon \
gsettings-desktop-schemas>=3.2.2:devel/gsettings-desktop-schemas \
cantarell-fonts>=0:x11-fonts/cantarell-fonts \
+ etc_os-release>0:sysutils/etc_os-release \
gcm-calibrate:graphics/gnome-color-manager
PORTSCOUT= limitw:1,even
@@ -63,5 +64,10 @@ CHEESE_MESON_TRUE= cheese
WAYLAND_MESON_TRUE= wayland
WAYLAND_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/os-release|${LOCALBASE}/etc/os-release|g' \
+ ${WRKSRC}/panels/privacy/cc-privacy-panel.c \
+ ${WRKSRC}/panels/info/cc-info-overview-panel.c
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list