diff options
author | kmoore <kmoore@FreeBSD.org> | 2013-10-24 20:39:47 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2013-10-24 20:39:47 +0800 |
commit | 0e35ff27718b43b2b2eba2bdde8c4ec3829c40f2 (patch) | |
tree | df0ee262b5b9a64fc46ef2c0834a7984725a9ed3 /sysutils | |
parent | efad3ebcc9cfa330c3ab26240f085470f058cd77 (diff) | |
download | freebsd-ports-gnome-0e35ff27718b43b2b2eba2bdde8c4ec3829c40f2.tar.gz freebsd-ports-gnome-0e35ff27718b43b2b2eba2bdde8c4ec3829c40f2.tar.zst freebsd-ports-gnome-0e35ff27718b43b2b2eba2bdde8c4ec3829c40f2.zip |
- Update to 1382605460
- Fix build on 10
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pcbsd-utils/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pcbsd-utils/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pcbsd-utils/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index cc07d9c253c5..f1fd682a131c 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-utils -PORTVERSION= 1382384181 +PORTVERSION= 1382605460 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -37,7 +37,9 @@ PLIST_FILES+= share/pbi-manager/.pbime \ share/pbi-manager/.pbimount \ share/pbi-manager/.ldconfig \ share/pbi-manager/.mount_nullfs \ - etc/man.d/pbi.conf + etc/man.d/pbi.conf \ + sbin/app \ + sbin/pbi .endif do-install: diff --git a/sysutils/pcbsd-utils/distinfo b/sysutils/pcbsd-utils/distinfo index f3d2d109b5aa..66dae9b41942 100644 --- a/sysutils/pcbsd-utils/distinfo +++ b/sysutils/pcbsd-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcbsd-utils-1382384181.tar.bz2) = f49737c64daddd372a3f31266ccb21c0d943e2ed7dde0ef97f0ba380a34ca7a1 -SIZE (pcbsd-utils-1382384181.tar.bz2) = 35550338 +SHA256 (pcbsd-utils-1382605460.tar.bz2) = 4c7760b089e5f819bcda03d13212d91fcdfa9175f6c4d9b6e6a83ac5c519cffd +SIZE (pcbsd-utils-1382605460.tar.bz2) = 35554567 diff --git a/sysutils/pcbsd-utils/pkg-plist b/sysutils/pcbsd-utils/pkg-plist index 83c62f781936..2decc40a8165 100644 --- a/sysutils/pcbsd-utils/pkg-plist +++ b/sysutils/pcbsd-utils/pkg-plist @@ -145,7 +145,6 @@ share/pcbsd/conf/pbi-mirror share/pcbsd/conf/pkg-mirror share/pcbsd/conf/iso-mirror share/pcbsd/conf/update-mirror -share/pcbsd/conf/port-excludes share/pcbsd/conf/prune-port-files share/pcbsd/conf/desktop-excludes share/pcbsd/conf/server-excludes |