Bug 132048 - www/hudson port saved unversioned files in /usr/ports/distfiles
Summary: www/hudson port saved unversioned files in /usr/ports/distfiles
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: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 09:10 UTC by ari
Modified: 2009-02-24 09:50 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 ari 2009-02-24 09:10:01 UTC
When upgrading port www/hudson a failure occurs because /usr/ports/distfiles/hudson.war already exists and has the wrong checksum. In fact, this is the previous version of the download from before the port was upgraded and should have a version number appended.

Fix: 

Append version number to downloaded file.
How-To-Repeat: Upgrade www/hudson from an older installation of the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-24 09:10:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-24 09:45:29 UTC
hq          2009-02-24 09:45:15 UTC

  FreeBSD ports repository

  Modified files:
    www/hudson           Makefile distinfo 
  Log:
  Fetch distfile in a specific directory related to version
  
  Port will now update correctly even if the previous distfile has not been
  removed from DISTDIR
  
  PR:             ports/132048
  Reported by:    Ari Maniatis <ari@ish.com.au>
  
  Revision  Changes    Path
  1.16      +1 -0      ports/www/hudson/Makefile
  1.15      +3 -3      ports/www/hudson/distinfo
_______________________________________________
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 3 Herve Quiroz freebsd_committer freebsd_triage 2009-02-24 09:45:44 UTC
State Changed
From-To: open->closed

Fixed. Thanks for reporting this.