Bug 211783

Summary: devel/visualparadigm: Update to 13.2.20160813
Product: Ports & Packages Reporter: Fernando Apesteguía <fernape>
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Some People CC: cpm, junovitch
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to the ports tree
fernape: maintainer-approval+
patch to the ports tree fernape: maintainer-approval+

Description Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-12 15:32:28 UTC
Created attachment 173597 [details]
patch to the ports tree

The attached patch updates devel/visualparadigm to version 13.1 build 20160801.

The upstream project doesn't provide details for minor updates

portlint -AC: OK
poudriere builds for {9.3,10.1,10.2,10.3}{i386,amd64}: OK
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-08-12 15:39:37 UTC
Thank you Fernando, very nice issue report
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-13 12:35:01 UTC
(In reply to Kubilay Kocak from comment #1)
You're welcome!
Comment 3 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-08-17 10:19:43 UTC
,
Comment 4 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-08-17 10:22:18 UTC
Waiting for mentor approval.
Comment 5 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-08-19 00:05:54 UTC
visualparadigm 13.2.20160813 has been released.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-19 05:56:24 UTC
(In reply to Carlos J. Puga Medina from comment #5)

I'll have a look at the new release today.
Comment 7 Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-19 15:40:19 UTC
Created attachment 173864 [details]
patch to the ports tree

New patch for the newest release (build 20160813)
Comment 8 Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-19 15:42:27 UTC
New patch attached to update devel/visualparadigm to 13.2 build 20160813.

port test: OK
portlint -AC: OK
poudriere builds {9.3,10.1,10.2,10.3}{i386,amd64}: OK

Surprisingly, the upstream project sent an email today. This is an excerpt:

Released this week, Visual Paradigm 13.2 has significant improvement and provision of new features specifically tailor-made for agile project teams. One of the eye-catching new features is the support of Kanban Board.

By combining the best of both worlds with our existing Sprint & the new Kanban into a powerful unified approach, developers can simply plan, organize, optimize by drag & drop user stories around the sprint and kanban. Scrum Masters can visualize work progress, eliminate flow bottlenecks and maximize your team efforts with configurable and unified Agile Scrumban Development Platform.

To know more about (unified Kanban Board and Sprint) Scrumban and how it can help your team perform better, please read our Agile Handbook article - Kanban Board.

If you have any questions about the new Kanban Board feature or about version 13.2, please feel free to let us know. Enjoy!
Comment 9 Dmitry Marakasov freebsd_committer freebsd_triage 2016-08-23 13:38:33 UTC
You could change

EXTRACT_NAME=	Visual_Paradigm_CE_13.2/

to

EXTRACT_NAME=	Visual_Paradigm_CE_${PORTVERSION:R}/

to reduce future diffs. Otherwise looks good.
Comment 10 commit-hook freebsd_committer freebsd_triage 2016-08-23 15:16:29 UTC
A commit references this bug:

Author: cpm
Date: Tue Aug 23 15:15:49 UTC 2016
New revision: 420696
URL: https://svnweb.freebsd.org/changeset/ports/420696

Log:
  - Update to 13.2.20160813

  PR:		211783
  Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
  Reviewed by:	amdmi3 (mentor)
  Approved by:	amdmi3 (mentor)

Changes:
  head/devel/visualparadigm/Makefile
  head/devel/visualparadigm/distinfo
  head/devel/visualparadigm/pkg-plist
Comment 11 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-08-23 15:17:17 UTC
Committed!

Thanks
Comment 12 Fernando Apesteguía freebsd_committer freebsd_triage 2016-08-23 20:54:58 UTC
(In reply to Dmitry Marakasov from comment #9)

I will. Thanks for the pointer!