Bug 42165 - update mod_mp3: port is .35, current is .38
Summary: update mod_mp3: port is .35, current is .38
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-29 16:10 UTC by chris
Modified: 2002-08-30 04:22 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 chris 2002-08-29 16:10:03 UTC
	mod_mp3 is currently at 0.38 while port is at 0.35.

Fix: Dunno, I haven't made a port before, but it looks like you
just need to change the Makefile and distinfo checksum.  How about
this:

Palimpsest# diff -c Makefile.ORIG Makefile 


PORTNAME=     mod_mp3
! PORTVERSION=  0.35
  CATEGORIES=   www audio
  MASTER_SITES= http://software.tangent.org/download/ \
                ftp://ftp.tangent.org/pub/apache/ \
--- 6,12 ----
  #

  PORTNAME=     mod_mp3
! PORTVERSION=  0.38
  CATEGORIES=   www audio
  MASTER_SITES= http://software.tangent.org/download/ \
                ftp://ftp.tangent.org/pub/apache/ \


Palimpsest# diff distinfo.ORIG distinfo
1c1
< MD5 (mod_mp3-0.38.tar.gz) = cad75f267767127b829ac73a809a2954
---
> MD5 (mod_mp3-0.38.tar.gz) = c9ee8b2421c548a297c327cac0792a76--ZCxH3eQoSDCPcjvHk199lbOEu9mxdRWQnIXjppoYXbQCg9CP
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** Makefile.ORIG       Mon Mar 18 04:45:38 2002
--- Makefile    Thu Aug 29 10:55:52 2002
***************
*** 6,12 ****
  #
How-To-Repeat: 	check /usr/ports/www/Makefile and notice the version
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2002-08-30 04:22:17 UTC
State Changed
From-To: open->closed

Committed, thanks.