Bug 196196

Summary: www/rt42: missing '/' in Makefile.cpan line 209
Product: Ports & Packages Reporter: freebsdpr-20121114
Component: Individual Port(s)Assignee: Matthew Seaman <matthew>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (matthew)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description freebsdpr-20121114 2014-12-22 16:30:38 UTC
This typo results in errors like this:

[root@rt4prod /usr/ports/www/rt42]# make missing
rt42-4.2.9_3: "/usr/portsdevel/p5-Test-Warn" non-existent -- dependency list incomplete


The fix is obvious.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-22 16:30:38 UTC
Auto-assigned to maintainer matthew@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-12-22 17:13:07 UTC
A commit references this bug:

Author: matthew
Date: Mon Dec 22 17:12:19 UTC 2014
New revision: 375248
URL: https://svnweb.freebsd.org/changeset/ports/375248

Log:
  Fix typo in Makefile.cpan

  PR:		196196
  Submitted by:	freebsdpr-20121114@billmail.scconsult.com

Changes:
  head/www/rt42/Makefile.cpan
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2014-12-22 17:17:02 UTC
Fixed, thanks!