ports/162158: [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.1.4
Andy Kosela
akosela at andykosela.com
Sat Oct 29 21:50:10 UTC 2011
>Number: 162158
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.1.4
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 29 21:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Andy Kosela
>Release: FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD zork.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #9: Sun May 29 13:29:41 CEST 2011
>Description:
- Update to 2.1.4
* fix syntax error on 9.x
>How-To-Repeat:
>Fix:
--- bpkg-2.1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/Makefile /usr/home/akosela/bpkg/Makefile
--- /usr/ports/ports-mgmt/bpkg/Makefile 2010-09-29 18:02:01.000000000 +0200
+++ /usr/home/akosela/bpkg/Makefile 2011-10-29 23:17:05.000000000 +0200
@@ -2,13 +2,13 @@
# Date created: 24 June 2007
# Whom: Andy Kosela <akosela at andykosela.com>
#
-# $FreeBSD: ports/ports-mgmt/bpkg/Makefile,v 1.29 2010/09/29 16:02:01 az Exp $
+# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= bpkg
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/files/bpkg.sh.in /usr/home/akosela/bpkg/files/bpkg.sh.in
--- /usr/ports/ports-mgmt/bpkg/files/bpkg.sh.in 2010-09-29 18:02:01.000000000 +0200
+++ /usr/home/akosela/bpkg/files/bpkg.sh.in 2011-10-29 23:16:44.000000000 +0200
@@ -1,7 +1,7 @@
#!/bin/sh
-# $FreeBSD: ports/ports-mgmt/bpkg/files/bpkg.sh.in,v 1.28 2010/09/29 16:02:01 az Exp $
+# $FreeBSD$
-# Copyright (c) 2007-2010 Andy Kosela <akosela at andykosela.com>
+# Copyright (c) 2007-2011 Andy Kosela <akosela at andykosela.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -404,7 +404,7 @@
exit 0
}
-pkg_which-()
+pkg_which2()
{
grep "$pkg"$ /var/db/pkg/*/+CONTENTS |
awk -F 'pkg/' '{ print $2 }' |
@@ -811,7 +811,7 @@
s) pkg=$OPTARG
pkg_info-xs ;;
w) pkg=$OPTARG
- pkg_which- ;;
+ pkg_which2 ;;
z) pkg=$OPTARG
make_ldd ;;
B) pkg_backup_all ;;
--- bpkg-2.1.4.patch ends here ---
--Andy
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list