Bug 147630

Summary: DISTNAME=${PORTNAME}-${PORTVERSION} is the default
Product: Ports & Packages Reporter: Philip M. Gollucci <pgollucci>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
d none

Description Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-07 04:00:18 UTC

    
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-07 04:05:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

portmgr territory. 

FWIW:

$ ip dir . M | \
	xargs grep ^DISTNAME= | \
	grep -w "\${PORTNAME}-\${PORTVERSION}" | \
	perl -F'=' -lane '$F[1] =~ s/^\s+//g; $F[1] =~ s/\s+$//g; print "$F[0]" if $F[1] =~ /^\$\{PORTNAME\}-\$\{PORTVERSION\}$/' | \
	sed -e 's,:.*,,' | \
	xargs sed -i'' -e '/^DISTNAME=/d'
http://www.freebsd.org/cgi/query-pr.cgi?pr=147630 
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-08 23:30:00 UTC
State Changed
From-To: open->closed

at submitter request, patch no longer applies