aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pbi-manager
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2015-05-18 22:20:48 +0800
committerkmoore <kmoore@FreeBSD.org>2015-05-18 22:20:48 +0800
commit0506b6fd15be1b343a158888cc8ad13459f93671 (patch)
tree931b0a6f0b2f58581472819697736c0a7e844a25 /sysutils/pbi-manager
parentc24688ac87adaf454cd50188dc165919ece6a283 (diff)
downloadfreebsd-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/pbi-manager')
-rw-r--r--sysutils/pbi-manager/Makefile4
-rw-r--r--sysutils/pbi-manager/distinfo4
-rw-r--r--sysutils/pbi-manager/pkg-descr2
-rw-r--r--sysutils/pbi-manager/pkg-install16
-rw-r--r--sysutils/pbi-manager/pkg-plist12
5 files changed, 10 insertions, 28 deletions
diff --git a/sysutils/pbi-manager/Makefile b/sysutils/pbi-manager/Makefile
index 5cc75adf0f61..495286f73991 100644
--- a/sysutils/pbi-manager/Makefile
+++ b/sysutils/pbi-manager/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pbi-manager
-PORTVERSION= 1422042374
+PORTVERSION= 1431457960
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= PBI management utilities
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:${PORTSDIR}/sysutils/pcbsd-libsh
diff --git a/sysutils/pbi-manager/distinfo b/sysutils/pbi-manager/distinfo
index 0a7e80619094..be0384863583 100644
--- a/sysutils/pbi-manager/distinfo
+++ b/sysutils/pbi-manager/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pbi-manager-1422042374.tar.xz) = 951baba36d68706ee21198e205ce87b473ed87e69ced8156d48f4833598df1d1
-SIZE (pbi-manager-1422042374.tar.xz) = 24260
+SHA256 (pbi-manager-1431457960.tar.xz) = 440aea7177be0fdb8cb890f511160909363d0491cd2d81ff16a04c38b332a434
+SIZE (pbi-manager-1431457960.tar.xz) = 24620
diff --git a/sysutils/pbi-manager/pkg-descr b/sysutils/pbi-manager/pkg-descr
index 1f2cac9bce0b..8aae62ab5f28 100644
--- a/sysutils/pbi-manager/pkg-descr
+++ b/sysutils/pbi-manager/pkg-descr
@@ -1,3 +1 @@
The PBI meta framework on top of PKGNG
-
-WWW: https://github.com/pcbsd/pcbsd
diff --git a/sysutils/pbi-manager/pkg-install b/sysutils/pbi-manager/pkg-install
deleted file mode 100644
index 769ac9fe31d0..000000000000
--- a/sysutils/pbi-manager/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/pbi-manager/pkg-plist b/sysutils/pbi-manager/pkg-plist
index fd071514ebb2..1f9ba9f1ee14 100644
--- a/sysutils/pbi-manager/pkg-plist
+++ b/sysutils/pbi-manager/pkg-plist
@@ -7,14 +7,14 @@ sbin/pbi_info
sbin/pbi_makeindex
sbin/pbi_updateindex
etc/pbi.conf
-share/pbi-manager/icons/default.png
-share/pbi-manager/icons/patch.png
-share/pbi-manager/pkgng-repo
-share/pbi-manager/repokey.ssl
+%%DATADIR%%/icons/default.png
+%%DATADIR%%/icons/patch.png
+%%DATADIR%%/pkgng-repo
+%%DATADIR%%/repokey.ssl
man/man1/pbi_add.1.gz
man/man1/pbi_delete.1.gz
man/man1/pbi_icon.1.gz
man/man1/pbi_info.1.gz
+man/man1/pbi_makeindex.1.gz
+man/man1/pbi_updateindex.1.gz
man/man5/pbi.conf.5.gz
-@dirrm share/pbi-manager/icons
-@dirrm share/pbi-manager