Opened 8 years ago
Closed 8 years ago
#51581 closed submission (fixed)
Portfile for prettyping
Reported by: | juergennagel | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | prettyping |
Description
New port for https://github.com/denilsonsa/prettyping
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by mf2k (Frank Schima)
comment:2 Changed 8 years ago by mf2k (Frank Schima)
This port does not fetch for me.
... ---> Attempting to fetch prettyping-1.0.0.tar.gz from http://svn.macports.org/repository/macports/distfiles/prettyping Error: Failed to fetch prettyping: The requested URL returned error: 404 Not Found
It should use the github portgroup since it is based there. That will likely fix the problem.
comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
It also should not have a dependency on port:bash
since the script's shebang line runs /bin/bash directly. Unless the version of Bash in OS X is too old to run prettyping, in which case keep the dependency and reinplace
the shebang line to reference MacPorts bash.
Changed 8 years ago by juergennagel
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r153172 with these changes:
- fixed whitespace (converted tabs to spaces)
- use github portgroup (you had included it, but not actually used it)
- fetch from tarball, not from git
- simplified description and long_description
Note: See
TracTickets for help on using
tickets.
Comments:
supported_archs noarch
.