ports/143406: [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.0.10

Andy Kosela akosela at andykosela.com
Sun Jan 31 16:00:05 UTC 2010


>Number:         143406
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.0.10
>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:   Sun Jan 31 16:00:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andy Kosela
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
>Description:
- Update to 2.0.10
  * fix typo that break bpkg(8) on CURRENT
  * manual page reformat

>How-To-Repeat:
>Fix:

--- bpkg-2.0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/Makefile /usr/home/akosela/bpkg/Makefile
--- /usr/ports/ports-mgmt/bpkg/Makefile	2009-12-26 19:02:32.000000000 +0100
+++ /usr/home/akosela/bpkg/Makefile	2010-01-31 15:41:18.000000000 +0100
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	bpkg
-PORTVERSION=	2.0.9
+PORTVERSION=	2.0.10
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -19,12 +19,12 @@
 NO_BUILD=	yes
 SUB_FILES=	bpkg.sh
 
-PLIST_FILES=	sbin/bpkg
+PLIST_FILES=	bin/bpkg
 
 MAN8=		bpkg.8
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/sbin/bpkg
+	${INSTALL_SCRIPT} ${WRKDIR}/bpkg.sh ${PREFIX}/bin/bpkg
 	${INSTALL_MAN} ${FILESDIR}/bpkg.8 ${MAN8PREFIX}/man/man8
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/files/bpkg.8 /usr/home/akosela/bpkg/files/bpkg.8
--- /usr/ports/ports-mgmt/bpkg/files/bpkg.8	2009-12-26 19:02:32.000000000 +0100
+++ /usr/home/akosela/bpkg/files/bpkg.8	2010-01-31 15:45:05.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2007-2009 Andy Kosela <akosela at andykosela.com>
+.\" Copyright (c) 2007-2010 Andy Kosela <akosela at andykosela.com>
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd December 25, 2009
+.Dd January 31, 2010
 .Dt BPKG 8
 .Os
 .Sh NAME
@@ -128,19 +128,19 @@
 .Nm
 command:
 .Pp
-.Dl "plato> bpkg -i foo" 
+.Dl "$ bpkg -i foo" 
 .Pp
 Display info about port foo.
 .Pp
-.Dl "plato> bpkg -S 'foo[0-9]+$'"
+.Dl "$ bpkg -S 'foo[0-9]+$'"
 .Pp
 Display all ports matching the regular expression.
 .Pp
-.Dl "plato> bpkg -t | head"
+.Dl "$ bpkg -t | head"
 .Pp
 Display 10 most recently installed ports.
 .Pp
-.Dl "plato> bpkg -b 'foo bar'"
+.Dl "$ bpkg -b 'foo bar'"
 .Pp
 Create backup packages of foo and bar in /var/tmp/bpkg/ directory.
 .Sh SEE ALSO
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	2009-12-26 19:02:32.000000000 +0100
+++ /usr/home/akosela/bpkg/files/bpkg.sh.in	2010-01-31 15:47:37.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $FreeBSD: ports/ports-mgmt/bpkg/files/bpkg.sh.in,v 1.23 2009/12/26 18:02:32 miwi Exp $
 
-#  Copyright (c) 2007-2009 Andy Kosela <akosela at andykosela.com>
+#  Copyright (c) 2007-2010 Andy Kosela <akosela at andykosela.com>
 #  All rights reserved.
 #
 #  Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
 	fi
 }
 
-########################################################################
+#######################################################################
 # Start of main functions
 
 pkg_info-xI()
@@ -517,7 +517,7 @@
 	cd /var/tmp/bpkg/
 
 	for e in $pkg; do
-		i=`pkg_info -xoQ ^$e | cut -d: -f1'`
+		i=`pkg_info -xoQ ^$e | cut -d: -f1`
 		pkg_create -xb $i 1>/dev/null 2>&1
 	done
 	echo "Done."
@@ -1092,7 +1092,7 @@
 }
 
 # End of functions
-########################################################################
+#######################################################################
 
 while 
 getopts a:b:D:d:e:F:f:g:I:i:j:k:L:M:m:O:o:p:Q:q:r:S:s:w:z:BCchltvZ opts
--- bpkg-2.0.10.patch ends here ---


--
Andy Kosela
akosela at andykosela.com
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list