Update of ports-mgmt/portsreinstall to the latest version 2.0.0. Specifications of the command-line interface is extended with slight change. A functionality of self-update of portsreinstall itself is implemented from this version, however, it will work from the next update to future versions. Update from the previous versions to 2.0.0 may require prior manual update of portsreinstall to the other ports/packages. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Thu Aug 16 04:34:38 2012 New Revision: 302611 URL: http://svn.freebsd.org/changeset/ports/302611 Log: - update to 2.0.0 PR: 170550 Submitted by: Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer) Modified: head/ports-mgmt/portsreinstall/Makefile head/ports-mgmt/portsreinstall/distinfo head/ports-mgmt/portsreinstall/pkg-descr Modified: head/ports-mgmt/portsreinstall/Makefile ============================================================================== --- head/ports-mgmt/portsreinstall/Makefile Thu Aug 16 03:22:48 2012 (r302610) +++ head/ports-mgmt/portsreinstall/Makefile Thu Aug 16 04:34:38 2012 (r302611) @@ -6,9 +6,9 @@ # PORTNAME= portsreinstall -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 CATEGORIES= ports-mgmt -MASTER_SITES= SFJP/${PORTNAME}/55702/ \ +MASTER_SITES= SFJP/${PORTNAME}/56629/ \ http://www.mwghennndo.com/softwares/${PORTNAME}/ MAINTAINER= sakaue.mamoru@samurai.mwghennn.net Modified: head/ports-mgmt/portsreinstall/distinfo ============================================================================== --- head/ports-mgmt/portsreinstall/distinfo Thu Aug 16 03:22:48 2012 (r302610) +++ head/ports-mgmt/portsreinstall/distinfo Thu Aug 16 04:34:38 2012 (r302611) @@ -1,2 +1,2 @@ -SHA256 (portsreinstall-1.1.0.tar.gz) = eac3eeb0f5b4d3f05eb70964a0e07b0928656d1c1ff1baa70f096ecc706c576e -SIZE (portsreinstall-1.1.0.tar.gz) = 23969 +SHA256 (portsreinstall-2.0.0.tar.gz) = cc69ca9f67a9b4770bc6440de334a241ff9ea0ea3396a7a2828b100a63166ecf +SIZE (portsreinstall-2.0.0.tar.gz) = 27999 Modified: head/ports-mgmt/portsreinstall/pkg-descr ============================================================================== --- head/ports-mgmt/portsreinstall/pkg-descr Thu Aug 16 03:22:48 2012 (r302610) +++ head/ports-mgmt/portsreinstall/pkg-descr Thu Aug 16 04:34:38 2012 (r302611) @@ -1,4 +1,4 @@ This is a ports upgrading utility for massive forced reinstalltion, and for those who are pursuing the perfect packages environment. -WWW: http://www.mwghennndo.com/softwares/portsreinstall/ +WWW: http://www.mwghennndo.com/softwares/portsreinstall/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!