In pkg_replace, the option '-a' does not work and wild cards in arguments are not recognized. How-To-Repeat: # pkg_replace -Fa ** No such installed package: * # pkg_replace -R cur* ** No such installed package: cur*
Maintainer of ports-mgmt/pkg_replace, Please note that PR ports/182784 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182784 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Thanks for your report. I made a patch to correct these issues. Please see, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182785
State Changed From-To: feedback->closed Superseded by ports/182784.
Author: ak Date: Mon Oct 7 13:37:16 2013 New Revision: 329704 URL: http://svnweb.freebsd.org/changeset/ports/329704 Log: - Fix option '-a' usage [1] PR: ports/182784 PR: ports/182785 [1] Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> (maintainer) [1], Katsuyoshi Ohara <ohara@air.s.kanazawa-u.ac.jp> Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/distinfo Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/Makefile Mon Oct 7 13:37:16 2013 (r329704) @@ -3,7 +3,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= portutil/22116 Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:15:43 2013 (r329703) +++ head/ports-mgmt/pkg_replace/distinfo Mon Oct 7 13:37:16 2013 (r329704) @@ -1,4 +1,4 @@ SHA256 (pkg_replace-0.8.0.tar.bz2) = 3092f5fc0d18529eb5d38776941c0ee4d0073ecb524ab17671c81ca69c29e214 SIZE (pkg_replace-0.8.0.tar.bz2) = 17296 -SHA256 (pkg_replace-0.8.0_3.patch) = cfa2adb3643a8684281143e4c241b8597510251730657816d68926701615ae98 -SIZE (pkg_replace-0.8.0_3.patch) = 11125 +SHA256 (pkg_replace-0.8.0_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c +SIZE (pkg_replace-0.8.0_4.patch) = 11135 _______________________________________________ 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"
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it.