- Update to 2.1.4

* fix syntax error on 9.x

PR:		ports/162158
Submitted by:	Andy Kosela <akosela@andykosela.com> (maintainer)
This commit is contained in:
Andrej Zverev 2011-11-01 08:55:31 +00:00
parent f1fb6b8ed2
commit 1d9eba902a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284833
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
# Copyright (c) 2007-2010 Andy Kosela <akosela@andykosela.com>
# Copyright (c) 2007-2011 Andy Kosela <akosela@andykosela.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -404,7 +404,7 @@ pkg_clean2()
exit 0
}
pkg_which-()
pkg_which2()
{
grep "$pkg"$ /var/db/pkg/*/+CONTENTS |
awk -F 'pkg/' '{ print $2 }' |
@ -811,7 +811,7 @@ do
s) pkg=$OPTARG
pkg_info-xs ;;
w) pkg=$OPTARG
pkg_which- ;;
pkg_which2 ;;
z) pkg=$OPTARG
make_ldd ;;
B) pkg_backup_all ;;