Date: Wed, 7 Oct 2015 17:11:56 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398773 - in head/sysutils: life-preserver pcbsd-appweb pcbsd-syscache pcbsd-utils pcbsd-utils-qt5 Message-ID: <201510071711.t97HBu36098115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Oct 7 17:11:56 2015 New Revision: 398773 URL: https://svnweb.freebsd.org/changeset/ports/398773 Log: - Update PC-BSD related ports to their respective 10.2 versions - Includes fixes to install pcbsd-utils-qt4 from non-root and shebang corrections PR: 203598 Modified: head/sysutils/life-preserver/Makefile head/sysutils/life-preserver/distinfo head/sysutils/pcbsd-appweb/Makefile head/sysutils/pcbsd-appweb/distinfo head/sysutils/pcbsd-appweb/pkg-plist head/sysutils/pcbsd-syscache/Makefile head/sysutils/pcbsd-syscache/distinfo head/sysutils/pcbsd-utils-qt5/Makefile head/sysutils/pcbsd-utils-qt5/distinfo head/sysutils/pcbsd-utils-qt5/pkg-plist head/sysutils/pcbsd-utils/Makefile head/sysutils/pcbsd-utils/distinfo Modified: head/sysutils/life-preserver/Makefile ============================================================================== --- head/sysutils/life-preserver/Makefile Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/life-preserver/Makefile Wed Oct 7 17:11:56 2015 (r398773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= life-preserver -PORTVERSION= 1438351389 +PORTVERSION= 1441050470 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org @@ -21,7 +21,7 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd -GH_TAGNAME= 2c5a0c +GH_TAGNAME= 3c4d2b .include <bsd.port.pre.mk> Modified: head/sysutils/life-preserver/distinfo ============================================================================== --- head/sysutils/life-preserver/distinfo Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/life-preserver/distinfo Wed Oct 7 17:11:56 2015 (r398773) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-pcbsd-1438351389-2c5a0c_GH0.tar.xz) = b984df83714a5a3624576f1a724c19004036e6b3c71e7e2b1beae568662dad05 -SIZE (pcbsd-pcbsd-1438351389-2c5a0c_GH0.tar.xz) = 168697426 +SHA256 (pcbsd-pcbsd-1441050470-3c4d2b_GH0.tar.xz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b +SIZE (pcbsd-pcbsd-1441050470-3c4d2b_GH0.tar.xz) = 171198807 Modified: head/sysutils/pcbsd-appweb/Makefile ============================================================================== --- head/sysutils/pcbsd-appweb/Makefile Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-appweb/Makefile Wed Oct 7 17:11:56 2015 (r398773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-appweb -PORTVERSION= 1438362426 +PORTVERSION= 1441129621 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org @@ -25,7 +25,7 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd -GH_TAGNAME= 2c5a0c +GH_TAGNAME= 3c4d2b .include <bsd.port.pre.mk> Modified: head/sysutils/pcbsd-appweb/distinfo ============================================================================== --- head/sysutils/pcbsd-appweb/distinfo Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-appweb/distinfo Wed Oct 7 17:11:56 2015 (r398773) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-pcbsd-1438362426-2c5a0c_GH0.tar.xz) = b984df83714a5a3624576f1a724c19004036e6b3c71e7e2b1beae568662dad05 -SIZE (pcbsd-pcbsd-1438362426-2c5a0c_GH0.tar.xz) = 168697426 +SHA256 (pcbsd-pcbsd-1441129621-3c4d2b_GH0.tar.xz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b +SIZE (pcbsd-pcbsd-1441129621-3c4d2b_GH0.tar.xz) = 171198807 Modified: head/sysutils/pcbsd-appweb/pkg-plist ============================================================================== --- head/sysutils/pcbsd-appweb/pkg-plist Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-appweb/pkg-plist Wed Oct 7 17:11:56 2015 (r398773) @@ -4,6 +4,7 @@ etc/sudoers.d/appcafe-sudoers share/appcafe/dispatcher share/appcafe/dispatcher-auth share/appcafe/dispatcher-localauth +share/appcafe/dispatcher-localauth-pam share/appcafe/fastcgi_params share/appcafe/mime.types share/appcafe/nginx.conf Modified: head/sysutils/pcbsd-syscache/Makefile ============================================================================== --- head/sysutils/pcbsd-syscache/Makefile Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-syscache/Makefile Wed Oct 7 17:11:56 2015 (r398773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-syscache -PORTVERSION= 1438369862 +PORTVERSION= 1439494375 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org @@ -23,7 +23,7 @@ PLIST_FILES= bin/syscache \ USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd -GH_TAGNAME= 2c5a0c +GH_TAGNAME= 3c4d2b .include <bsd.port.pre.mk> Modified: head/sysutils/pcbsd-syscache/distinfo ============================================================================== --- head/sysutils/pcbsd-syscache/distinfo Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-syscache/distinfo Wed Oct 7 17:11:56 2015 (r398773) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-pcbsd-1438369862-2c5a0c_GH0.tar.xz) = b984df83714a5a3624576f1a724c19004036e6b3c71e7e2b1beae568662dad05 -SIZE (pcbsd-pcbsd-1438369862-2c5a0c_GH0.tar.xz) = 168697426 +SHA256 (pcbsd-pcbsd-1439494375-3c4d2b_GH0.tar.xz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b +SIZE (pcbsd-pcbsd-1439494375-3c4d2b_GH0.tar.xz) = 171198807 Modified: head/sysutils/pcbsd-utils-qt5/Makefile ============================================================================== --- head/sysutils/pcbsd-utils-qt5/Makefile Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-utils-qt5/Makefile Wed Oct 7 17:11:56 2015 (r398773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-utils-qt5 -PORTVERSION= 1438365531 +PORTVERSION= 1444236547 PORTREVISION= 1 CATEGORIES= sysutils @@ -31,7 +31,9 @@ ONLY_FOR_ARCHS= amd64 USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ buildtools x11extras -USES= desktop-file-utils python qmake tar:xz +USES= desktop-file-utils python qmake shebangfix tar:xz +SHEBANG_FILES= pc-netmanager/src/NetworkManager/resources/umts_stick \ + pc-sysmanager/scripts/fastest_cvsup WRKSRC_SUBDIR= src-qt5 @@ -40,7 +42,7 @@ QMAKE_ARGS= CONFIG+="configure" USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd -GH_TAGNAME= 2c5a0c +GH_TAGNAME= 3c4d2b .include <bsd.port.options.mk> Modified: head/sysutils/pcbsd-utils-qt5/distinfo ============================================================================== --- head/sysutils/pcbsd-utils-qt5/distinfo Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-utils-qt5/distinfo Wed Oct 7 17:11:56 2015 (r398773) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-pcbsd-1438365531-2c5a0c_GH0.tar.xz) = b984df83714a5a3624576f1a724c19004036e6b3c71e7e2b1beae568662dad05 -SIZE (pcbsd-pcbsd-1438365531-2c5a0c_GH0.tar.xz) = 168697426 +SHA256 (pcbsd-pcbsd-1444236547-3c4d2b_GH0.tar.xz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b +SIZE (pcbsd-pcbsd-1444236547-3c4d2b_GH0.tar.xz) = 171198807 Modified: head/sysutils/pcbsd-utils-qt5/pkg-plist ============================================================================== --- head/sysutils/pcbsd-utils-qt5/pkg-plist Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-utils-qt5/pkg-plist Wed Oct 7 17:11:56 2015 (r398773) @@ -85,6 +85,21 @@ share/PCDM/themes/default/previousDE.png share/PCDM/themes/default/splashscreen.png share/PCDM/themes/default/system.png share/PCDM/themes/default/virtualkeyboard.png +share/PCDM/themes/enterprise/background.jpg +share/PCDM/themes/enterprise/banner.png +share/PCDM/themes/enterprise/default-desktop.png +share/PCDM/themes/enterprise/default-user.png +share/PCDM/themes/enterprise/enterprise.theme +share/PCDM/themes/enterprise/keyboardlayout.png +share/PCDM/themes/enterprise/localechange.png +share/PCDM/themes/enterprise/login-stealth.png +share/PCDM/themes/enterprise/login.png +share/PCDM/themes/enterprise/nextDE.png +share/PCDM/themes/enterprise/password.png +share/PCDM/themes/enterprise/previousDE.png +share/PCDM/themes/enterprise/splashscreen.png +share/PCDM/themes/enterprise/system.png +share/PCDM/themes/enterprise/virtualkeyboard.png share/applications/EasyPBI.desktop share/applications/about.desktop share/applications/fwmanager.desktop @@ -490,6 +505,7 @@ share/wallpapers/PCBSD/PCBSD_10_Joule_WP share/wallpapers/PCBSD/PCBSD_10_Joule_WP_1920x1200_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_600x400_v2.jpg share/wallpapers/PCBSD/PCBSD_10_Joule_WP_800x600_v2.jpg +share/wallpapers/PCBSD/PCBSD_Enterprise_WP_1920x1080.jpg share/wallpapers/PCBSD/a2_1280x1024.jpg share/wallpapers/PCBSD/a_1280x1024.jpg share/wallpapers/PCBSD/b_1280x1024.jpg Modified: head/sysutils/pcbsd-utils/Makefile ============================================================================== --- head/sysutils/pcbsd-utils/Makefile Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-utils/Makefile Wed Oct 7 17:11:56 2015 (r398773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-utils -PORTVERSION= 1438359314 +PORTVERSION= 1440778617 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org @@ -22,7 +22,7 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd -GH_TAGNAME= 2c5a0c +GH_TAGNAME= 3c4d2b .include <bsd.port.pre.mk> Modified: head/sysutils/pcbsd-utils/distinfo ============================================================================== --- head/sysutils/pcbsd-utils/distinfo Wed Oct 7 16:36:20 2015 (r398772) +++ head/sysutils/pcbsd-utils/distinfo Wed Oct 7 17:11:56 2015 (r398773) @@ -1,2 +1,2 @@ -SHA256 (pcbsd-pcbsd-1438359314-2c5a0c_GH0.tar.xz) = b984df83714a5a3624576f1a724c19004036e6b3c71e7e2b1beae568662dad05 -SIZE (pcbsd-pcbsd-1438359314-2c5a0c_GH0.tar.xz) = 168697426 +SHA256 (pcbsd-pcbsd-1440778617-3c4d2b_GH0.tar.xz) = e085e2be27c7b14b5600b0e9ce28f2ef842dca0186b673aef415b4e2047d141b +SIZE (pcbsd-pcbsd-1440778617-3c4d2b_GH0.tar.xz) = 171198807
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510071711.t97HBu36098115>