Opened 11 years ago

Closed 7 years ago

#38982 closed submission (fixed)

New port: gptfdisk

Reported by: jds6p6h02@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: cooljeanius (Eric Gallager), nano103, rockettj@…, neverpanic (Clemens Lang)
Port: gptfdisk

Description

Hi all, i have create a new port for gptfdisk.

Regards,
JrCs

Attachments (1)

Portfile (1.2 KB) - added by jds6p6h02@… 11 years ago.

Download all attachments as: .zip

Change History (8)

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

Thanks. Some observations:

  • The first revision of any given version of a port should be 0, not 1. You can just remove the revision 1 line to accomplish this.
  • There should be at least two checksum types for each distfile. We prefer rmd160 and sha256 checksum types.
  • Since you are using use_configure no, you must manually take care of UsingTheRightCompiler and -arch flags and if possible adding a universal variant.
  • You can simplify the destroot by xinstalling all the binaries to ${destroot}${prefix}/sbin in a single invocation, using the -W flag, just like you're already doing to install the documentation and manpages. You don't need to specify mode 755; that's the default.

comment:2 in reply to:  1 Changed 11 years ago by jds6p6h02@…

Replying to ryandesign@…:

Thanks. Some observations:

  • The first revision of any given version of a port should be 0, not 1. You can just remove the revision 1 line to accomplish this.
  • There should be at least two checksum types for each distfile. We prefer rmd160 and sha256 checksum types.
  • Since you are using use_configure no, you must manually take care of UsingTheRightCompiler and -arch flags and if possible adding a universal variant.
  • You can simplify the destroot by xinstalling all the binaries to ${destroot}${prefix}/sbin in a single invocation, using the -W flag, just like you're already doing to install the documentation and manpages. You don't need to specify mode 755; that's the default.

Here you find the new Portfile. No need to take care of UsingTheRightCompiler and -arch flags currently (i have look of other ports that have use_configure no). Regards, JrCs

Changed 11 years ago by jds6p6h02@…

Attachment: Portfile added

comment:3 Changed 10 years ago by cooljeanius (Eric Gallager)

Has duplicate #42210

comment:4 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:5 Changed 10 years ago by larryv (Lawrence Velázquez)

Cc: nano103@… added

comment:6 Changed 10 years ago by rockettj@…

Cc: rockettj@… added

Cc Me!

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

Cc: neverpanic added
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.