Opened 6 years ago

Closed 6 years ago

#55862 closed submission (fixed)

Portfile for smtpping

Reported by: juergennagel Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: smtpping

Description

Attachments (2)

Portfile (979 bytes) - added by juergennagel 6 years ago.
Portfile.2 (825 bytes) - added by ryandesign (Ryan Carsten Schmidt) 6 years ago.

Download all attachments as: .zip

Change History (6)

Changed 6 years ago by juergennagel

Attachment: Portfile added

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

Thanks. I made the following changes:

  • Added standard modeline
  • Adjusted indentation of PortSystem and PortGroup lines to match rest of portfile
  • Used cmake 1.1 portgroup instead of cmake 1.0 portgroup
  • Used github 1.0 portgroup correctly:
    • The github.setup line replaces the name and version lines
    • Specify the tag prefix (v in this case)
    • Remove github.tarball_from tags because that is the default
    • Remove the overrides for homepage, master_sites, distname, worksrcdir; the defaults of the github portgroup are meant to be sufficient
    • Changed checksums because using the default master_sites downloads a tarball URL, not an archive URL, and though the contents are the same, the checksums differ because of the name of the enclosing directory
    • Added size to checksums
  • Removed revision 1 line; the first revision of any version should be 0 and that is the default.
  • Removed supported_archs noarch line because the port does install architecture-specific files (specifically, the smtpping program)

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

And changed license from GPL-2 to GPL-2+ because the source code files say:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: Portfile.2 added

comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

For some reason, I'm not able to commit it. Could someone else give it a try?

comment:4 Changed 6 years ago by kencu (Ken)

Resolution: fixed
Status: acceptedclosed

In 161056be690eb874c1a9e7d28c7044b9c5163e7d/macports-ports:

smtpping: new port

measures SMTP server response
closes: #55862

Note: See TracTickets for help on using tickets.