Bug 165813

Summary: [patch] fix print/foo2zjs installing empty ppd files
Product: Ports & Packages Reporter: 4721 <4721>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description 4721@hushmail.com 2012-03-07 11:20:10 UTC
print/foo2zjs installs empty ppd files due to a forgotten "; \" in the upstream Makefile.

modify-ppd: not found

Fix: attached new file should be placed in ports/print/foo2zjs/files/

patch should solve ports/160465 and ports/165465

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-07 11:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-03-21 20:01:31 UTC
Responsible Changed
From-To: acm->crees

Timeout
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-21 20:39:52 UTC
crees       2012-03-21 20:39:39 UTC

  FreeBSD ports repository

  Modified files:
    print/foo2zjs        Makefile 
    print/foo2zjs/files  patch-Makefile 
  Log:
  Stop installing empty ppd files due to a forgotten " ; \" in the upstream
  Makefile
  
  PR:             ports/165813
  Submitted by:   4721
  
  (Fixes also:)
  PR:             ports/160465
  PR:             ports/165465
  Approved by:    maintainer timeout (acm, 14 days since PR with fix)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.28      +1 -0      ports/print/foo2zjs/Makefile
  1.5       +14 -14    ports/print/foo2zjs/files/patch-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"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-03-21 20:39:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!