diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-05-18 22:20:48 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-05-18 22:20:48 +0800 |
commit | 0506b6fd15be1b343a158888cc8ad13459f93671 (patch) | |
tree | 931b0a6f0b2f58581472819697736c0a7e844a25 /sysutils/pcbsd-syscache | |
parent | c24688ac87adaf454cd50188dc165919ece6a283 (diff) | |
download | freebsd-ports-gnome-0506b6fd15be1b343a158888cc8ad13459f93671.tar.gz freebsd-ports-gnome-0506b6fd15be1b343a158888cc8ad13459f93671.tar.zst freebsd-ports-gnome-0506b6fd15be1b343a158888cc8ad13459f93671.zip |
- Update PC-BSD related ports to 1431700504 / 10.1.2 versions
- Pet portlint for many
- Remove obsolete pkg-install
Diffstat (limited to 'sysutils/pcbsd-syscache')
-rw-r--r-- | sysutils/pcbsd-syscache/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pcbsd-syscache/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pcbsd-syscache/pkg-install | 16 | ||||
-rw-r--r-- | sysutils/pcbsd-syscache/pkg-plist | 3 |
4 files changed, 8 insertions, 23 deletions
diff --git a/sysutils/pcbsd-syscache/Makefile b/sysutils/pcbsd-syscache/Makefile index 4b5febb28aea..7579c6622fb6 100644 --- a/sysutils/pcbsd-syscache/Makefile +++ b/sysutils/pcbsd-syscache/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-syscache -PORTVERSION= 1421343297 +PORTVERSION= 1431457302 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -10,7 +10,7 @@ MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ MAINTAINER= kmoore@FreeBSD.org COMMENT= PC-BSD SysCache Utility -LICENSE= BSD +LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/syscache USE_QT5= core network buildtools qmake @@ -18,6 +18,10 @@ USES= pkgconfig tar:xz NO_BUILD= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +PLIST_FILES= bin/syscache \ + bin/syscache-daemon \ + etc/rc.d/syscache + .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000000 diff --git a/sysutils/pcbsd-syscache/distinfo b/sysutils/pcbsd-syscache/distinfo index 2b3ae8e9018d..4866df690d0a 100644 --- a/sysutils/pcbsd-syscache/distinfo +++ b/sysutils/pcbsd-syscache/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcbsd-syscache-1421343297.tar.xz) = a99d914b5d09ab9d5f3a2be5b9388b7505e3f474ba7c767a5fd91d20cb59ff28 -SIZE (pcbsd-syscache-1421343297.tar.xz) = 130044 +SHA256 (pcbsd-syscache-1431457302.tar.xz) = a38e0d76ce641c9d2bed3139ed2cc432cd38b0bbc1ebb11757a6d3e0014be508 +SIZE (pcbsd-syscache-1431457302.tar.xz) = 40576 diff --git a/sysutils/pcbsd-syscache/pkg-install b/sysutils/pcbsd-syscache/pkg-install deleted file mode 100644 index 769ac9fe31d0..000000000000 --- a/sysutils/pcbsd-syscache/pkg-install +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# Script for any install setup - -PREFIX=${PKG_PREFIX-/usr/local} - -if [ "$2" != "POST-INSTALL" ] ; then - exit 0 -fi - -# If this is during staging, we can skip for now -echo $PREFIX | grep -q '/stage/' -if [ $? -eq 0 ] ; then - exit 0 -fi - -exit 0 diff --git a/sysutils/pcbsd-syscache/pkg-plist b/sysutils/pcbsd-syscache/pkg-plist deleted file mode 100644 index c77a56224d9c..000000000000 --- a/sysutils/pcbsd-syscache/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/syscache -bin/syscache-daemon -etc/rc.d/syscache |