Bug 184752 - [maintainer update] update cad/openvsp to 2.3.0
Summary: [maintainer update] update cad/openvsp to 2.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 16:50 UTC by Fernando Apesteguía
Modified: 2013-12-14 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.06 KB, patch)
2013-12-13 16:50 UTC, Fernando Apesteguía
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Apesteguía freebsd_committer freebsd_triage 2013-12-13 16:50:00 UTC
Update cad/openvsp to 2.3.0

Fix: Apply the attached patch.

Port tested in redports for i386[1] and amd64[2] using 9.2

[1]https://redports.org/~fernape/20131213163100-5621-163828/openvsp-2.3.0.log
[2]https://redports.org/~fernape/20131213163100-5621-163827/openvsp-2.3.0.log

Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-12-14 11:15:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-14 11:46:11 UTC
Author: pawel
Date: Sat Dec 14 11:46:04 2013
New Revision: 336437
URL: http://svnweb.freebsd.org/changeset/ports/336437

Log:
  Update to version 2.3.0
  
  PR:		ports/184752
  Submitted by:	maintainer

Modified:
  head/cad/openvsp/Makefile
  head/cad/openvsp/distinfo

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Sat Dec 14 10:52:42 2013	(r336436)
+++ head/cad/openvsp/Makefile	Sat Dec 14 11:46:04 2013	(r336437)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openvsp
-PORTVERSION=	2.2.5
+PORTVERSION=	2.3.0
 CATEGORIES=	cad
 MASTER_SITES=	GH
 
@@ -28,7 +28,7 @@ USE_GITHUB=	yes
 GH_PROJECT=	OpenVSP
 GH_ACCOUNT=	${GH_PROJECT}
 GH_TAGNAME=	${GH_PROJECT}_${PORTVERSION}
-GH_COMMIT=	4c359c8
+GH_COMMIT=	568c424
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 USES=		cmake:outsource iconv
@@ -44,13 +44,9 @@ PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	EXAMPLES
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-.endif
 
 .include <bsd.port.mk>

Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo	Sat Dec 14 10:52:42 2013	(r336436)
+++ head/cad/openvsp/distinfo	Sat Dec 14 11:46:04 2013	(r336437)
@@ -1,2 +1,2 @@
-SHA256 (openvsp-2.2.5.tar.gz) = 8bfa9cd89798315e7e4b314f5bdaa0fe7408ae594be2a19c5f01be0e73573736
-SIZE (openvsp-2.2.5.tar.gz) = 2934729
+SHA256 (openvsp-2.3.0.tar.gz) = 32f7e5d562e07bec6ece279e42244963fbc1c2a61e8d0fc1c10fe8b6ab8587d6
+SIZE (openvsp-2.3.0.tar.gz) = 2940850
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-12-14 11:46:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!