Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 16:18:07 GMT
From:      Fernando <fernando.apesteguia@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182974: [maintainer update] update cad/openvsp to 2.2.5
Message-ID:  <201310141618.r9EGI7qj059564@oldred.freebsd.org>
Resent-Message-ID: <201310141620.r9EGK3TI006967@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182974
>Category:       ports
>Synopsis:       [maintainer update] update cad/openvsp to 2.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 16:20:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fernando
>Release:        9.1-RELEASE
>Organization:
Open Sistemas
>Environment:
FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013     root@beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1  amd64

>Description:
Update cad/openvsp to 2.2.5
It also makes the project work with the new STAGEDIR feature.

>From the upstream project:

Fixes/features in this release:

    Save CFD export options.
    Automatically add *.vsp extension when saving.
    Add *.ram files to file-open dialog.
    Write propellers to XSec *.hrm files.
    Fixed PovRay *.inc file bug.
    Fix FEA elements not getting written.
    Fix 64-bit GLFont support and embed font in executable.
    Fix parameter linking and design files for propeller.

>How-To-Repeat:

>Fix:
Apply the attached patch.

Tested in redports:

https://redports.org/~fernape/20131012075401-20350-151568/openvsp-2.2.5.log
https://redports.org/~fernape/20131012075401-20350-151569/openvsp-2.2.5.log

Patch attached with submission follows:

diff -ruN /usr/ports/cad/openvsp/Makefile cad/openvsp/Makefile
--- /usr/ports/cad/openvsp/Makefile	2013-09-20 17:58:41.000000000 +0200
+++ cad/openvsp/Makefile	2013-10-12 09:44:02.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: cad/openvsp/Makefile 327711 2013-09-20 15:58:41Z bapt $
 
 PORTNAME=	openvsp
-PORTVERSION=	2.2.4
+PORTVERSION=	2.2.5
 CATEGORIES=	cad
 
 MAINTAINER=	fernando.apesteguia@gmail.com
@@ -22,7 +22,7 @@
 GH_PROJECT=	OpenVSP
 GH_ACCOUNT=	${GH_PROJECT}
 GH_TAGNAME=	${GH_PROJECT}_${PORTVERSION}
-GH_COMMIT=	5e7532c
+GH_COMMIT=	4c359c8
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 USES=		cmake:outsource iconv
@@ -32,20 +32,19 @@
 USE_GL=		glu
 USE_GNOME=	libxml2
 
-PORTEXAMPLES=	*
+PORTEXAMPLES=	${STAGEDIR}*
 
 PLIST_FILES=	bin/vsp
 
 CFLAGS+=	-I${LOCALBASE}/include/openNURBS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/cad/openvsp/distinfo cad/openvsp/distinfo
--- /usr/ports/cad/openvsp/distinfo	2013-06-18 16:27:24.000000000 +0200
+++ cad/openvsp/distinfo	2013-10-12 09:28:14.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (openvsp-2.2.4.tar.gz) = ea6e4f569e10675b8835562034db8539f99ded6e8c6131552c78ac61b3aab74f
-SIZE (openvsp-2.2.4.tar.gz) = 2924160
+SHA256 (openvsp-2.2.5.tar.gz) = 8bfa9cd89798315e7e4b314f5bdaa0fe7408ae594be2a19c5f01be0e73573736
+SIZE (openvsp-2.2.5.tar.gz) = 2934729


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141618.r9EGI7qj059564>