svn commit: r312644 - head/cad/openvsp

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Feb 20 18:07:20 UTC 2013


Author: rm
Date: Wed Feb 20 18:07:19 2013
New Revision: 312644
URL: http://svnweb.freebsd.org/changeset/ports/312644

Log:
  - update to 2.2.2
  - convert to optionsng (EXAMPLES case), while here
  
  PR:		176274
  Submitted by:	Fernando <fernando.apesteguia at gmail.com> (maintainer)

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

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Wed Feb 20 18:06:58 2013	(r312643)
+++ head/cad/openvsp/Makefile	Wed Feb 20 18:07:19 2013	(r312644)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openvsp
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	cad
 MASTER_SITES=	https://github.com/OpenVSP/OpenVSP/archive/
 
@@ -37,6 +37,8 @@ PLIST_FILES=	bin/vsp
 
 CFLAGS+=	-I${LOCALBASE}/include/openNURBS
 
+.include <bsd.port.options.mk>
+
 do-fetch:
 	if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
 		${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
@@ -45,7 +47,7 @@ do-fetch:
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/vsp/vsp ${PREFIX}/bin
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
 	@${INSTALL_PORTEXAMPLES}
 .endif

Modified: head/cad/openvsp/distinfo
==============================================================================
--- head/cad/openvsp/distinfo	Wed Feb 20 18:06:58 2013	(r312643)
+++ head/cad/openvsp/distinfo	Wed Feb 20 18:07:19 2013	(r312644)
@@ -1,2 +1,2 @@
-SHA256 (openvsp-2.2.1.tar.gz) = 563626dc839052b8b4bfb75d1e10c4966a79d4e8bb7d1ca51a2302c2793623f4
-SIZE (openvsp-2.2.1.tar.gz) = 2916214
+SHA256 (openvsp-2.2.2.tar.gz) = 93dd8978b568eb5726a9392308029b7b9967ae1af8c4033e8e8cba05f5a46e9b
+SIZE (openvsp-2.2.2.tar.gz) = 2921036


More information about the svn-ports-head mailing list