ports-mgmt/pkg_replace fails to replace java/openjdk6 because current version of openjdk6 is "openjdk6-b22_3", and it does not match globbing pattern in pkg_glob function. Fix: This patch is just an ugly kludge and does not fix globbing logic; there should be a better way. Patch attached with submission follows: How-To-Repeat: pkg_replace openjdk6 or pkg_replace openjdk6-b22_3
Maintainer of ports-mgmt/pkg_replace, Please note that PR ports/155697 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/155697 -- 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)
State Changed From-To: feedback->open maintainer timeout
Hi With regret, as a former supporter, I must say that pkg_replace abandoned (maintainer is the author, last commit to cvs Thu Apr 3 20:00:22 2008 UTC) and begins to bitrot. Fortunately, we have portmaster now, which while not command line compatible with portupgrade, is actively maintained and have a nice feature set. Therefore I propose to deprecate pkg_replace. -- Adios
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it.
Author: ak Date: Fri Apr 19 05:41:37 2013 New Revision: 316086 URL: http://svnweb.freebsd.org/changeset/ports/316086 Log: - Deprecate: Abandoned upstream, does not support pkgng. PR: ports/155697 (based on) Submitted by: Pavel Gubin <pg@2lazy.ru> Approved by: maintainer timeout (>2 years) Feature safe: yes Modified: head/ports-mgmt/pkg_replace/Makefile (contents, props changed) Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Fri Apr 19 04:38:32 2013 (r316085) +++ head/ports-mgmt/pkg_replace/Makefile Fri Apr 19 05:41:37 2013 (r316086) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_replace -# Date created: 16 October 2006 -# Whom: Securedog <securedog@users.sourceforge.jp> -# +# Created by: Securedog <securedog@users.sourceforge.jp> # $FreeBSD$ -# PORTNAME= pkg_replace PORTVERSION= 0.8.0 @@ -12,7 +8,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_ MASTER_SITE_SUBDIR=portutil/22116 MAINTAINER= securedog@users.sourceforge.jp -COMMENT= A utility for upgrading installed packages +COMMENT= Utility for upgrading installed packages + +DEPRECATED= Abandoned upstream, does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng +EXPIRATION_DATE= 2013-12-31 USE_BZIP2= YES MAKE_ARGS= PREFIX="${PREFIX}" \ _______________________________________________ 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 Port is deprecated. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. Thanks!