Bug 179636 - [maintainer update] update cad/openvsp to 2.2.4
Summary: [maintainer update] update cad/openvsp to 2.2.4
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 17:20 UTC by Fernando Apesteguía
Modified: 2013-06-18 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.08 KB, patch)
2013-06-17 17:20 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-06-17 17:20:00 UTC
Update cad/openvsp to 2.2.4

Fix: Apply the attached patch.

Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-17 22:59:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-18 15:27:30 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-18 15:27:31 UTC
Author: wg
Date: Tue Jun 18 14:27:24 2013
New Revision: 321191
URL: http://svnweb.freebsd.org/changeset/ports/321191

Log:
  cad/openvsp: update to 2.2.4
  
  - Update to 2.2.4 [1]
  - Unmute install command
  
  PR:		ports/179636 [1]
  Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
  Approved by:	culot / jpaetzel (mentors, implicit)

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

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Tue Jun 18 14:18:35 2013	(r321190)
+++ head/cad/openvsp/Makefile	Tue Jun 18 14:27:24 2013	(r321191)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openvsp
-PORTVERSION=	2.2.3
+PORTVERSION=	2.2.4
 CATEGORIES=	cad
 
 MAINTAINER=	fernando.apesteguia@gmail.com
@@ -22,7 +22,7 @@ USE_GITHUB=	yes
 GH_PROJECT=	OpenVSP
 GH_ACCOUNT=	${GH_PROJECT}
 GH_TAGNAME=	${GH_PROJECT}_${PORTVERSION}
-GH_COMMIT=	fb52aa2
+GH_COMMIT=	5e7532c
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 USES=		cmake:outsource iconv
@@ -33,7 +33,6 @@ USE_GL=		glu
 USE_GNOME=	libxml2
 
 PORTEXAMPLES=	*
-INSTALL_PORTEXAMPLES=	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 
 PLIST_FILES=	bin/vsp
 
@@ -42,10 +41,10 @@ CFLAGS+=	-I${LOCALBASE}/include/openNURB
 .include <bsd.port.options.mk>
 
 do-install:
-	@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/vsp/vsp ${PREFIX}/bin
 .if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_PORTEXAMPLES}
+	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>

Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo	Tue Jun 18 14:18:35 2013	(r321190)
+++ head/cad/openvsp/distinfo	Tue Jun 18 14:27:24 2013	(r321191)
@@ -1,2 +1,2 @@
-SHA256 (openvsp-2.2.3.tar.gz) = 0ae143c31c09cd8bd93ead480c32343d0b360ef132e1ce5d3d2beec3457c7a63
-SIZE (openvsp-2.2.3.tar.gz) = 2921344
+SHA256 (openvsp-2.2.4.tar.gz) = ea6e4f569e10675b8835562034db8539f99ded6e8c6131552c78ac61b3aab74f
+SIZE (openvsp-2.2.4.tar.gz) = 2924160
_______________________________________________
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"