Ticket #34150 (closed submission: fixed)
New port: jsmin
| Reported by: | dev@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | ||
| Port: | jsmin |
Description
Attached the Portfile for jsmin, original Douglas Crockford's javascript minifier.
Attachments
Change History
comment:1 Changed 14 months ago by ryandesign@…
- Owner changed from macports-tickets@… to ryandesign@…
- Status changed from new to assigned
Thanks.
comment:2 Changed 14 months ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Added in r92288 with these changes:
- the port does install architecture-specific (compiled) files, so the line "supported_archs noarch" should not be there
- ensure the port is UsingTheRightCompiler
- use the right -arch flags and add universal variant
- indicate MIT license
- since this is fetching from github, use github portgroup
- use full git revision hash
Inadvertently left some commented-out debugging code; removed that in r92289.
Note: See
TracTickets for help on using
tickets.

