Bug 141730

Summary: [patch] audio/akode-plugins-mpeg: Makefile fixes for portlint
Product: Ports & Packages Reporter: Glen Barber <glen.j.barber>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Glen Barber 2009-12-18 02:50:02 UTC
portlint finds FATAL errors in the Makefile for this port, such as:
 - use a tab (not space) after a variable name
 - extra item placed in the PORTNAME section
 - extra item placed in the MAINTAINER section

Additionally, portlint warns PLIST_FLAGS should be used when pkg-plist contains 6 or less entries.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-18 02:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-18 11:06:48 UTC
fluffy      2009-12-18 11:06:41 UTC

  FreeBSD ports repository

  Modified files:
    audio/akode-plugins-mpeg Makefile 
  Removed files:
    audio/akode-plugins-mpeg pkg-plist 
  Log:
  - Portlint, tweak plist
  
  PR:             141730
  Submitted by:   glen.j.barber AT gmail.com
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.23      +13 -10    ports/audio/akode-plugins-mpeg/Makefile
  1.4       +0 -3      ports/audio/akode-plugins-mpeg/pkg-plist (dead)
_______________________________________________
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 3 Dima Panov freebsd_committer freebsd_triage 2009-12-18 11:09:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!