Bug 147630 - DISTNAME=${PORTNAME}-${PORTVERSION} is the default
Summary: DISTNAME=${PORTNAME}-${PORTVERSION} is the default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 04:00 UTC by Philip M. Gollucci
Modified: 2010-08-08 23:30 UTC (History)
0 users

See Also:


Attachments
d (106.06 KB, text/plain)
2010-06-07 04:00 UTC, Philip M. Gollucci
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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