Created attachment 175428 [details] patch to the ports tree The attached patch updates devel/visualparadigm to 13.2 build 20161002. The upstream project doesn't provide information for minor updates. This PR supersedes this one: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212951 This patch adds all the improvements made and suggested by woodsb02@ - Q/A * portlint -AC OK * port test OK * poudriere builds for {9.3,10.1,10.2,10.3}{i386,amd64} OK (logs available on request)
Any news on this?
A commit references this bug: Author: woodsb02 Date: Sat Oct 15 08:08:04 UTC 2016 New revision: 424007 URL: https://svnweb.freebsd.org/changeset/ports/424007 Log: devel/visualparadigm: Update to 13.2.20161021 - Adds LICENSE details, which are quite restrictive with redistribution - Set the WRKSRC to the directory the distfile will be extracted into - Install into ${DATADIR} instead of LOCALBASE/visualparadigm - Use ${INSTALL_PROGRAM} for binaries, rather than pkg-plist @mode 0755 PR: 213211 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: adamw (mentor, implicit) Changes: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist
Committed. Nice work Fernando, thanks for implementing INSTALL_PROGRAM to replace @mode 0755. Apologies for the delay on getting this committed.
Oh yeah, for bonus points I bumped it to version 13.2.20161021 in the commit.
(In reply to Ben Woods from comment #3) I actually used INSTALL_SCRIPT to avoid stripping script files ;)
(In reply to Ben Woods from comment #4) Perfect! That's why I asked, to avoid deprecating this PR because of the new version. Thank you very much, Ben!