Bug 182784 - ports-mgmt/pkg_replace is broken
Summary: ports-mgmt/pkg_replace is broken
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-07 08:30 UTC by katsuyoshi.ohara
Modified: 2013-10-10 05:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description katsuyoshi.ohara 2013-10-07 08:30:00 UTC
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*
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-07 08:30:33 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-07 08:30:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Ken DEGUCHI 2013-10-07 11:51:24 UTC
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
Comment 4 Alex Kozlov freebsd_committer freebsd_triage 2013-10-07 14:10:01 UTC
State Changed
From-To: feedback->closed

Superseded by ports/182784.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-07 14:37:24 UTC
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"
Comment 6 Alex Kozlov freebsd_committer freebsd_triage 2013-10-10 05:32:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.