Page MenuHomeFreeBSD

deskutils/ganttproject: update to 2.8.8
ClosedPublic

Authored by fernape on Aug 20 2018, 8:42 PM.
Tags
None
Referenced Files
F82986412: D16818.diff
Sat, May 4, 8:16 PM
Unknown Object (File)
Thu, May 2, 1:11 AM
Unknown Object (File)
Thu, May 2, 1:09 AM
Unknown Object (File)
Thu, May 2, 12:59 AM
Unknown Object (File)
Thu, May 2, 12:59 AM
Unknown Object (File)
Wed, May 1, 11:05 PM
Unknown Object (File)
Sat, Apr 20, 1:04 PM
Unknown Object (File)
Mar 25 2024, 10:28 PM
Subscribers

Details

Summary

Via PR 230768

While here:

  • Removing INSTALLS_ICONS since this port does not USES=gnome
  • Change PORTVERSION for DISTVERSION
Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 11.2amd64, 12i386 OK
  • run test in 11.2amd64 OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18986
Build 18624: arc lint + arc unit

Event Timeline

Does this one look reasonable?

You could look at that symlink creation a bit if you have time :) -- otherwise it looks fine.

deskutils/ganttproject/Makefile
34

^ that looks like it could be simplified using ${RLN}

This revision is now accepted and ready to land.Sep 3 2018, 6:36 PM

Fix icons installation.

There is only on 64x64 icon now.

This revision now requires review to proceed.Sep 4 2018, 6:34 PM
fernape added inline comments.
deskutils/ganttproject/Makefile
34

Thanks for pointing this out. It happens that the port was creating broken links for the icons since they pointed to an invalid path:

root@10_4amd64-default:/usr/local/share/icons/hicolor/16x16/apps # file ganttproject.png
ganttproject.png: broken symbolic link to ../../../../../share/ganttproject/plugins/net.sourceforge.ganttproject/data/resources/logos/icon16.png
root@10_4amd64-default:/usr/local/share/icons/hicolor/16x16/apps #

This case is not detected by the QA scripts.

Thanks for fixing that :)

This revision is now accepted and ready to land.Sep 4 2018, 8:02 PM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.