Skip to content

Commit

Permalink
plantuml: Update to 1.2021.6
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew authored and reneeotten committed May 14, 2021
1 parent 480f14a commit d6c2173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 144 deletions.
12 changes: 4 additions & 8 deletions java/plantuml/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup java 1.0

github.setup plantuml plantuml 1.2021.5 v
github.setup plantuml plantuml 1.2021.6 v
revision 0
categories java editors
platforms darwin
Expand All @@ -16,9 +16,9 @@ description PlantUML is a tool for generating UML diagrams from text
long_description ${description}
homepage http://plantuml.com/

checksums rmd160 37c4b094dd2c4add672e683a3773c6d109081489 \
sha256 95348ce62e32d50539f81603b9424ee7f82ddfd93c8ec8607150774a01f26c1f \
size 4704854
checksums rmd160 459d88a129f4ca576c787102901e39f9b69a723a \
sha256 93e39a538928bbd26753e39de16a017d43bccf7ccc3cdd90b6c96079eff1c921 \
size 4665903

depends_build bin:ant:apache-ant

Expand All @@ -37,10 +37,6 @@ post-extract {
copy ${filespath}/${name}.in ${worksrcpath}/${name}
}

# Change is already in master, remove the patch in next version
# See https://github.com/plantuml/plantuml/issues/545
patchfiles patch-add-missing-svg-folder.diff

post-patch {
reinplace "s|__PLANTUML_LAUNCHER_PATH__|${prefix}/share/java/${jarname}|g" \
${worksrcpath}/${name}
Expand Down
136 changes: 0 additions & 136 deletions java/plantuml/files/patch-add-missing-svg-folder.diff

This file was deleted.

0 comments on commit d6c2173

Please sign in to comment.