| 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
Philip M. Gollucci
2010-06-07 04:00:18 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
State Changed From-To: open->closed at submitter request, patch no longer applies |