Bug 166992 - ports-mgmt/portupgrade - new maintainer/upstream, RUN_DEPENDS fix, PR updates
Summary: ports-mgmt/portupgrade - new maintainer/upstream, RUN_DEPENDS fix, PR updates
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 14:30 UTC by Bryan Drewery
Modified: 2012-04-16 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.23 KB, patch)
2012-04-16 14:30 UTC, Bryan Drewery
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery 2012-04-16 14:30:12 UTC
I've taken over the upstream maintaining for ports-mgmt/portupgrade.

The new upstream is at http://pkgtools.github.com

Attached is a patch to set me as port maintainer, update to the new distfile, and update the project URL. The distfile is the same version as currently being used.

This patch also fixes ports/165353 with the RUN_DEPENDS update for ruby 1.9. I did not bump PORTREVISION for this as it seems like a rarely used feature that needs this fix. I don't think most people would benefit from rebuilding.

I've also analyzed all of the open portupgrade PR. With exception to ports/104910, all are either fixed, not an issue, or are logged upstream and will be addressed separately there.

Fixed upstream for next release:

  ports/112818 - portupgrade -a fails to rebuild index
  ports/144769 - [PATCH] ports-mgmt/portupgrade should have a configuration option to specify that some packages should alwayse be build from source even when using -P.

Invalid PR:

   ports/129891 is not valid. It's been documented in UPDATING (20080208) that this case needs special handling in pkgtools.conf via ALT_DEPENDS.

These PR are purely upstream issues and not ports issues. They are logged at the upstream issue tracker and wil be addressed there:

  ports/147242 - ports-mgmt/portupgrade incorrectly remove old port when new one fails to compile
  ports/126140 - runtime error
  ports/127019 - failure seen as success during upgrade
  ports/127889 - portupgrade detects spurious failures and skips ports unnecessarily
  ports/129930 - portinstall tries to install dependencies twice
  ports/137958 - portupgrade fails with recursive dependency error
  ports/140008 - many papercut omissions on portupgrade man page
  ports/147242 - portupgrade incorrectly remove old port when new one fails to compile
  ports/149817 - portinstall -p option doesn't make packages of build dependencies
  ports/151662 - Broken handling of MOVED
  ports/162212 - portversion -r doesn't work
  ports/165226 - unnecessary source package retrieval

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-04-16 22:44:47 UTC
bapt        2012-04-16 21:44:38 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portupgrade Makefile distinfo pkg-descr 
  Log:
  - new upstream for portupgrade
  - update WWW, MASTER_SITE and distfile to reflect this
  - fix usage with ruby 1.9[1]
  
  PR:             ports/165353 [1], ports/166992 [2]
  Submitted by:   "Dr. Andreas Haakh" <bugReporter@ib-haakh.de> [1], Bryan Drewery <bryan@shatow.net> [2] (new maintainer)
  
  Revision  Changes    Path
  1.270     +12 -5     ports/ports-mgmt/portupgrade/Makefile
  1.179     +2 -2      ports/ports-mgmt/portupgrade/distinfo
  1.25      +1 -3      ports/ports-mgmt/portupgrade/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2012-04-16 22:45:21 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!