| Summary: | New port: multimedia/p5-Audio-M4P | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Christopher Key <cjk32> | ||||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Christopher Key
2010-07-05 17:40:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->ashish I'll take it. Hi Christopher,
Could you please fix the following warnings reported by portlint ?
#v+
WARN: /usr/home/abbe/tinderbox/ports/multimedia/p5-Audio-M4P/pkg-descr: includes lines that exceed 80 characters.
WARN: Makefile: COMMENT exceeds 70 characters limit.
WARN: Makefile: "RUN_DEPENDS" has to appear earlier.
WARN: Makefile: do not set RUN_DEPENDS to ${BUILD_DEPENDS}. Instead, explicity list out required RUN_DEPENDS dependencies.
WARN: Makefile: wrong dependency value for RUN_DEPENDS. RUN_DEPENDS requires 2 or 3 colon-separated tuples.
0 fatal errors and 5 warnings found.
#v-
And please use command (shar `find p5-Audio-M4P`) to generate the shar file,
i.e. no need to include the 'multimedia' parent directory.
Thanks
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/
âBeware of altruism. It is based on self-deception, the root of all
evil.â (Robert A. Heinlein, 1973)
Updated patch, portlint clean. ashish 2010-07-07 14:43:26 UTC
FreeBSD ports repository
Modified files:
multimedia Makefile
Added files:
multimedia/p5-Audio-M4P Makefile distinfo pkg-descr pkg-plist
Log:
Slice, dice, deconstruct, markup, and decrypt
MP4 / M4P / M4V / M4A (Apple Quicktime) audio and video.
WWW: http://search.cpan.org/dist/Audio-M4P/
PR: ports/148382
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
Approved by: pgj (mentor)
Feature safe: yes
Revision Changes Path
1.378 +1 -0 ports/multimedia/Makefile
1.1 +33 -0 ports/multimedia/p5-Audio-M4P/Makefile (new)
1.1 +3 -0 ports/multimedia/p5-Audio-M4P/distinfo (new)
1.1 +4 -0 ports/multimedia/p5-Audio-M4P/pkg-descr (new)
1.1 +10 -0 ports/multimedia/p5-Audio-M4P/pkg-plist (new)
_______________________________________________
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"
State Changed From-To: open->closed New port added. Thanks! |