Bug 95160 - [PATCH] misc/jbidwatcher New release. Old ver doesn't interoperate with EBay
Summary: [PATCH] misc/jbidwatcher New release. Old ver doesn't interoperate with EBay
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: 2006-03-31 19:00 UTC by Stephen Hurd
Modified: 2006-04-09 00:55 UTC (History)
0 users

See Also:


Attachments
jbdiff (1.25 KB, text/plain)
2006-03-31 19:00 UTC, Stephen Hurd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2006-03-31 19:00:32 UTC
EBay updated their site on Mar. 16th breaking JBidWatcher.  Current release is 1.0pre6 which does correctly interoperate.

Fix: Apply patch.
How-To-Repeat: Install current port.  Attempt to use.
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2006-04-04 08:53:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this.
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2006-04-04 09:27:54 UTC
State Changed
From-To: open->feedback

If the actual version is 1.0pre6, it should probably appear in PORTVERSION (or 
DISTVERSION)
Comment 3 Stephen Hurd freebsd_committer freebsd_triage 2006-04-06 03:28:43 UTC
Gotcha... new patch follows:

===================
diff jbidwatcher-old/Makefile jbidwatcher/Makefile
9c9
< PORTVERSION=    0.9.9
---
 > PORTVERSION=    1.0.p6
13c13,15
< DISTNAME=    JBidWatcher-${PORTVERSION}
---
 > # Remove next line when back to same as PORTVERSION
 > DISTVERSION=    1.0pre6
 > DISTNAME=    JBidWatcher-${DISTVERSION}
diff jbidwatcher-old/distinfo jbidwatcher/distinfo
1,2c1,3
< MD5 (JBidWatcher-0.9.9.jar) = e18a2b6130c5140bf02d71aaaf0ad860
< SIZE (JBidWatcher-0.9.9.jar) = 623492
---
 > MD5 (JBidWatcher-1.0pre6.jar) = bc3d97cd8fa912e0b8568239fedc7a34
 > SHA256 (JBidWatcher-1.0pre6.jar) = 
047311b7cff9bb83cacf283e076a49eaf46ab6813387bc33a4b436165db342c1
 > SIZE (JBidWatcher-1.0pre6.jar) = 830990
Common subdirectories: jbidwatcher-old/files and jbidwatcher/files
Comment 4 Herve Quiroz freebsd_committer freebsd_triage 2006-04-07 18:18:55 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Herve Quiroz freebsd_committer freebsd_triage 2006-04-09 00:54:21 UTC
State Changed
From-To: open->closed

Patch commited with some modification: a port should not use both DISTVERSION 
and PORTVERSION 

Thanks for your contribution!