Bug 155697 - ports-mgmt/pkg_replace doesn't want to replace java/openjdk6
Summary: ports-mgmt/pkg_replace doesn't want to replace java/openjdk6
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: 2011-03-19 17:00 UTC by Pavel Gubin
Modified: 2013-05-11 09:32 UTC (History)
0 users

See Also:


Attachments
file.diff (367 bytes, patch)
2011-03-19 17:00 UTC, Pavel Gubin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Gubin 2011-03-19 17:00:14 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-19 17:00:24 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-19 17:00:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-12-25 17:29:49 UTC
State Changed
From-To: feedback->open

maintainer timeout
Comment 4 Alex Kozlov 2012-03-03 03:56:47 UTC
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
Comment 5 Alex Kozlov freebsd_committer freebsd_triage 2012-03-19 21:43:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-04-19 06:41:51 UTC
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"
Comment 7 Alex Kozlov freebsd_committer freebsd_triage 2013-05-11 09:32:05 UTC
State Changed
From-To: open->closed

Port is deprecated. Consider using ports-mgmt/portmaster, 
ports-mgmt/portupgrade or pkgng. Thanks!