Ticket #31413 (closed submission: fixed)
restund v0.3.0
| Reported by: | aeh@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | ||
| Port: | restund |
Description
New package for restund, a modular STUN/TURN server
depends on libre v0.3.0
Attachments
Change History
comment:1 Changed 20 months ago by ryandesign@…
- Owner changed from macports-tickets@… to ryandesign@…
- Status changed from new to assigned
comment:2 Changed 20 months ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
Thanks, committed in r84541 with these changes:
- removed revision line; first revision of any given version of a port should be 0 not 1
- removed sha1 checksum; added sha256 checksum
- removed "universal_variant no"; that's the default when using "use_configure no"
- changed "port:mysql5" to "path:bin/mysql_config5:mysql5" so that mysql5-devel can satisfy it
- fixed patch which contained a hardcoded reference to /opt/local
- removed "xinstall -m 755 -d ${destroot}${prefix}/etc/" because MacPorts already creates this and other standard directories for you
- changed to install restund.conf.sample instead of restund.conf so that users' changes are not clobbered on upgrades
- installed conf file with 644 permissions instead of default 755 (config files shouldn't be marked as executable because they aren't)
Note: See
TracTickets for help on using
tickets.

