Bug 164916 - [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.1.7
Summary: [MAINTAINER-UPDATE] ports-mgmt/bpkg: update to 2.1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 22:20 UTC by Andy Kosela
Modified: 2012-02-09 10:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Kosela 2012-02-08 22:20:12 UTC
- Update to 2.1.7

* fix CVS login bug

Fix: 

--Andy--z0iegBNxhLY67TJtJ6N43hdqWZfhLzemEUA0Axjj0o78Obzu
Content-Type: text/plain; name="bpkg-2.1.7.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bpkg-2.1.7.patch"

diff -ruN --exclude=CVS /usr/ports/ports-mgmt/bpkg/Makefile /usr/home/akosela/bpkg/Makefile
--- /usr/ports/ports-mgmt/bpkg/Makefile	2012-02-08 15:17:42.000000000 +0100
+++ /usr/home/akosela/bpkg/Makefile	2012-02-08 22:42:19.000000000 +0100
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	bpkg
-PORTVERSION=	2.1.6
+PORTVERSION=	2.1.7
 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	2012-02-08 15:17:42.000000000 +0100
+++ /usr/home/akosela/bpkg/files/bpkg.sh.in	2012-02-08 23:26:07.000000000 +0100
@@ -52,12 +52,14 @@
 	else
 		root
 		echo "Downloading INDEX file..."
-		(cd /usr && /usr/bin/cvs -Q -f -z3 -R \
-		    -d:pserver:anoncvs@anoncvs.fr.freebsd.org:/home/ncvs \
-		    checkout -A -T -P -l ports)
-		(cd /usr/ports && /usr/bin/cvs -Q -f -z3 -R \
-		    -d:pserver:anoncvs@anoncvs.fr.freebsd.org:/home/ncvs \
-		    update -A -T -P -d Mk Templates Tools ;
+		(export CVSROOT=:pserver:anoncvs@anoncvs.fr.freebsd.org:2401/home/ncvs
+		echo "Type anoncvs for CVS password"
+		echo ""
+		cvs login
+		cd /usr && /usr/bin/cvs -Q -f -z3 -R \
+		    checkout -A -T -P -l ports
+		cd /usr/ports && /usr/bin/cvs -Q -f -z3 -R \
+		    update -A -T -P -d Mk Templates Tools
 		make fetchindex)
 		return 0
 	fi
@@ -728,7 +730,7 @@
 	echo "bpkg version `pkg_info -xI bpkg | cut -d- -f2 |
 	    cut -d' ' -f1`"
 	echo ""
-	echo "Usage: bpkg [-abDdeFfgIijkLMmOopQqrswz] pkg-name ..."
+	echo "Usage: bpkg [-abDdEeFfgIijkLMmOopQqrswz] pkg-name ..."
 	echo "       bpkg [-BCchltvZ]"
 	echo ""
 	echo "Please see the bpkg(8) man page for more information"
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-02-09 09:03:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-02-09 10:40:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-09 10:40:41 UTC
sunpoet     2012-02-09 10:40:27 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/bpkg      Makefile 
    ports-mgmt/bpkg/files bpkg.sh.in 
  Log:
  - Update to 2.1.7
  
  Changes:
  - Fix CVS login bug
  
  PR:             ports/164916
  Submitted by:   Andy Kosela <akosela@andykosela.com> (maintainer)
  
  Revision  Changes    Path
  1.33      +1 -1      ports/ports-mgmt/bpkg/Makefile
  1.32      +10 -8     ports/ports-mgmt/bpkg/files/bpkg.sh.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"