Bug 169624 - Upgrade audacity to 2.0.1
Summary: Upgrade audacity to 2.0.1
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 07:40 UTC by Jack
Modified: 2012-07-04 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.85 KB, patch)
2012-07-03 07:40 UTC, Jack
no flags Details | Diff
audacity.diff (8.48 KB, patch)
2012-07-03 17:31 UTC, Guido Falsi
no flags Details | Diff
audacity.diff (8.48 KB, patch)
2012-07-03 22:10 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2012-07-03 07:40:11 UTC
Upgrade audacity port from 2.0 to 2.0.1

Fix: Apply patch

Patch attached with submission follows:
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2012-07-03 11:17:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2012-07-03 17:31:12 UTC
Hi, thanks for the update!

While looking at it I thought I could convert it to the new options
framework.

I also removed the ABI version from LIB_DEPENDS. If you know for sure
they are required please correct me.

One last note, I removed the man page from the pkg-plist, those have to
be listed in the Makefile variables MAN[0-9].

Patch attached for approval.

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2012-07-03 22:10:42 UTC
My mentor made me notice that the share/licenses lines in the pkg-plist 
should also be removed.

Thanks to him for noticing.

Attaching revised patch for approval.

-- 
Guido Falsi <madpilot@FreeBSD.org>
Comment 4 Jack 2012-07-04 11:38:20 UTC
Looks good. I knew something was weird in pkg-plist when the license
line disappeared from the previous version.

On Tue, Jul 3, 2012 at 2:10 PM, Guido Falsi <madpilot@freebsd.org> wrote:
> My mentor made me notice that the share/licenses lines in the pkg-plist
> should also be removed.
>
> Thanks to him for noticing.
>
> Attaching revised patch for approval.
>
> --
> Guido Falsi <madpilot@FreeBSD.org>
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-04 13:23:14 UTC
madpilot    2012-07-04 12:23:04 UTC

  FreeBSD ports repository

  Modified files:
    audio/audacity       Makefile distinfo pkg-plist 
  Log:
  - Update to 2.0.1
  - Convert to OPTIONSng
  - Remove LIB_DEPENDS ABI verions
  
  PR:             ports/169624
  Submitted by:   Jack <xxjack12xx@gmail.com>
  Approved by:    crees (mentor)
  
  Revision  Changes    Path
  1.48      +44 -47    ports/audio/audacity/Makefile
  1.9       +2 -2      ports/audio/audacity/distinfo
  1.11      +5 -3      ports/audio/audacity/pkg-plist
_______________________________________________
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 6 Guido Falsi freebsd_committer freebsd_triage 2012-07-04 13:23:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!