Summary: | [patch] audio/xmms2: bump mpg123 shlib | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | swell.k <swell.k> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
swell.k
2009-08-21 02:40:01 UTC
State Changed From-To: open->closed Committed. Thanks! miwi 2009-08-21 16:24:44 UTC FreeBSD ports repository Modified files: audio/xmms2 Makefile Log: - Chase audio/mpg123 shlib bump PR: 138008 Submitted by: Anonymous <swell.k@gmail.com> Pointy hat to: novel Revision Changes Path 1.47 +3 -1 ports/audio/xmms2/Makefile _______________________________________________ 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" miwi@FreeBSD.org writes: > Synopsis: [patch] audio/xmms2: bump mpg123 shlib > > State-Changed-From-To: open->closed > State-Changed-By: miwi > State-Changed-When: Fri Aug 21 16:24:54 UTC 2009 > State-Changed-Why: > Committed. Thanks! Please, reopen and fix your commit. %%% @@ -233,7 +234,8 @@ PLIST_SUB+= MODPLUG="@comment " .endif .if !defined(WITHOUT_MPG123) -LIB_DEPENDS+= mpg123.11:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= mpg123.20 +:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MPG123="" .else EXCLUDE+= --without-plugins="mpg123" %%% This is NOT what I have submitted. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138008 |