diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index 6f2e9008514a..b0471334d6cd 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -1,34 +1,30 @@ # Created by: J.R. Oldroyd PORTNAME= wifimgr -PORTVERSION= 1.13 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ LOCAL/ehaupt MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= desktop-file-utils gnome pkgconfig tar:bzip2 xorg USE_XORG= x11 USE_GNOME= cairo gtk20 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime gettext-tools NLS_CFLAGS_OFF= -DWITHOUT_NLS NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes -post-patch: - @${REINPLACE_CMD} -e 's/-o root -g wheel//' ${WRKSRC}/src/Makefile - .include diff --git a/net-mgmt/wifimgr/distinfo b/net-mgmt/wifimgr/distinfo index db83235cd878..3a8bdec2a832 100644 --- a/net-mgmt/wifimgr/distinfo +++ b/net-mgmt/wifimgr/distinfo @@ -1,3 +1,2 @@ -TIMESTAMP = 1598172258 -SHA256 (wifimgr-1.13.tar.bz2) = b090a09af1781be78e960e93573ef337ed8c3b572ad18385c6b3b17bb4d5b32a -SIZE (wifimgr-1.13.tar.bz2) = 119722 +SHA256 (wifimgr-1.14.tar.bz2) = ad78e457617765b05fb3fecb68a7721a344946951335f930b7d4f56a5642506c +SIZE (wifimgr-1.14.tar.bz2) = 120523 diff --git a/net-mgmt/wifimgr/files/patch-src_Makefile b/net-mgmt/wifimgr/files/patch-src_Makefile new file mode 100644 index 000000000000..5b8e947bf1c4 --- /dev/null +++ b/net-mgmt/wifimgr/files/patch-src_Makefile @@ -0,0 +1,20 @@ +--- src/Makefile.orig 2014-05-10 22:54:38 UTC ++++ src/Makefile +@@ -97,7 +97,7 @@ clean: + rm -f *.o + rm -f *.core + +-install: ${installed} update-icon-cache ++install: ${installed} # update-icon-cache + + deinstall: do-deinstall update-icon-cache + +@@ -113,7 +113,7 @@ ${DESTDIR}${PREFIX}/bin/wifimgr: wifimgr + ${INSTALL} $? $@ + + ${DESTDIR}${PREFIX}/libexec/wifimgrsu: wifimgrsu +- ${INSTALL} -o root -g wheel -m 4511 $? $@ ++ ${INSTALL} -m 511 $? $@ + + ${DESTDIR}${PREFIX}/share/applications/wifimgr.desktop: wifimgr.desktop + ${INSTALL} -m 444 $? $@