New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26625 (closed submission: fixed)

Opened 3 years ago

Last modified 3 years ago

batik 1.7

Reported by: radovan@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: batik

Description

batik svg toolkit

Attachments

Portfile (2.4 KB) - added by radovan@… 3 years ago.
Portfile.2 (2.5 KB) - added by radovan@… 3 years ago.

Change History

Changed 3 years ago by radovan@…

comment:1 Changed 3 years ago by radovan@…

missed one file in destroot stage, fixed in second attached portfile

Changed 3 years ago by radovan@…

comment:2 Changed 3 years ago by ryandesign@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Status changed from new to assigned
  • Port set to batik

comment:3 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks, added in r71875 with these changes:

  • added our standard modeline (see Guide)
  • changed whitespace to conform with modeline (tabs to spaces)
  • removed trailing whitespace (see "port lint --nitpick")
  • changed "${prefix}/share/doc/${name}-${version}" to "${prefix}/share/doc/${name}" (we don't want versioned doc directories; existing ports that still have them should be changed to use unversioned doc directories)
  • simplified destroot "xinstall -d"s: it creates intermediate directories for you so you don't have to
  • simplified destroot "xinstall"s using -W switch
  • added license keyword
  • added "supported_archs noarch" since this port doesn't install any architecture-specific files
  • removed "universal_variant no" since that's implied by "supported_archs noarch"
Note: See TracTickets for help on using tickets.