ports/116705: [MAINTAINER] ports-mgmt/bpkg: update to 1.6.1
Andy Kosela
andy.kosela at gmail.com
Fri Sep 28 07:30:02 UTC 2007
>Number: 116705
>Category: ports
>Synopsis: [MAINTAINER] ports-mgmt/bpkg: update to 1.6.1
>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: Fri Sep 28 07:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Andy Kosela
>Release: FreeBSD 6.2-RELEASE-p2 i386
>Organization:
Protect Ya Neck Records/Wu-Tang Management
>Environment:
System: FreeBSD aegis.um.lublin.pl 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
>Description:
- Update to 1.6.1
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- bpkg-1.6.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/Makefile /usr/home/spear/downloads/bpkg-1.6.1/Makefile
--- /usr/ports/ports-mgmt/bpkg/Makefile Sun Sep 23 07:56:28 2007
+++ /usr/home/spear/downloads/bpkg-1.6.1/Makefile Fri Sep 28 09:26:36 2007
@@ -2,13 +2,13 @@
# Date created: 24 June 2007
# Whom: Andy Kosela <andy.kosela at gmail.com>
#
-# $FreeBSD: ports/ports-mgmt/bpkg/Makefile,v 1.8 2007/09/23 05:56:28 rafan Exp $
+# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= bpkg
-PORTVERSION= 1.6
+PORTVERSION= 1.6.1
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/files/bpkg.sh.in /usr/home/spear/downloads/bpkg-1.6.1/files/bpkg.sh.in
--- /usr/ports/ports-mgmt/bpkg/files/bpkg.sh.in Sun Sep 23 07:56:28 2007
+++ /usr/home/spear/downloads/bpkg-1.6.1/files/bpkg.sh.in Fri Sep 28 09:25:58 2007
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: ports/ports-mgmt/bpkg/files/bpkg.sh.in,v 1.7 2007/09/23 05:56:28 rafan Exp $
+# $FreeBSD$
# Copyright (c) 2007 Andy Kosela <andy.kosela at gmail.com>
# All rights reserved.
@@ -91,7 +91,7 @@
read key
case $key in
n)
- sed -i '' s,$e,,g /root/ports.lst ;;
+ sed -i '' s,$e,,g /root/ports.lst 1>/dev/null 2>&1;;
*) exit 0;;
esac
fi
@@ -162,7 +162,7 @@
read key
case $key in
n)
- sed -i '' s,$e,,g /root/ports.lst ;;
+ sed -i '' s,$e,,g /root/ports.lst 1>/dev/null 2>&1;;
*)
unsetenv PACKAGESITE
exit 0;;
@@ -644,7 +644,7 @@
echo -e "\033[33m*** installed ***\033[0m"
pkg_info -xoQ $pkg | awk -F: '{OFS=": " ; print $2, $1}'
for e in $pkg; do
- sed -i '' s,.*$e,,g /root/ports.lst
+ sed -i '' s,.*$e,,g /root/ports.lst 1>/dev/null 2>&1
done
echo ""
echo -n "Do you want to use recursive removal? [n] "
--- bpkg-1.6.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list