1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to 1.7.2.

PR:		121299
Submitted by:	Andy Kosela <andy.kosela at gmail.com> (maintainer)
This commit is contained in:
Boris Samorodov 2008-03-03 16:41:38 +00:00
parent aea36c2ad1
commit d22fd52067
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208388
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= bpkg
PORTVERSION= 1.7.1
PORTVERSION= 1.7.2
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none

View File

@ -710,7 +710,6 @@ pkg_backup() {
pkg_time() {
echo "Packages (date of installation):"
echo ""
/bin/ls -lUTt /var/db/pkg/ | awk -F' ' '{ print $6,$7,$8,$9,$10 }' | cut -d/ -f1,5
echo "***`pkg_info | wc -l` packages installed ***"
exit 0