Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2017 01:03:08 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r450086 - in branches/2017Q3/cad/stepcode: . files
Message-ID:  <201709190103.v8J138iQ051559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Sep 19 01:03:08 2017
New Revision: 450086
URL: https://svnweb.freebsd.org/changeset/ports/450086

Log:
  MFH: r448936
  
  cad/stepcode: Fix portlint issues
  
  PR:		221835
  Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
  
  Approved by:	ports-secteam (with hat)

Added:
  branches/2017Q3/cad/stepcode/files/
     - copied from r448936, head/cad/stepcode/files/
Modified:
  branches/2017Q3/cad/stepcode/Makefile
  branches/2017Q3/cad/stepcode/pkg-plist
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/cad/stepcode/Makefile
==============================================================================
--- branches/2017Q3/cad/stepcode/Makefile	Tue Sep 19 00:06:53 2017	(r450085)
+++ branches/2017Q3/cad/stepcode/Makefile	Tue Sep 19 01:03:08 2017	(r450086)
@@ -3,8 +3,8 @@
 
 PORTNAME=	stepcode
 PORTVERSION=	0.8
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	cad
 
 MAINTAINER=	fernando.apesteguia@gmail.com
@@ -15,13 +15,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
 
+USES=		cmake:outsource compiler:c++11-lang
 USE_GITHUB=	yes
-
 USE_LDCONFIG=	yes
-
-USES=		cmake:outsource compiler:c++11-lang
 CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
 		-DSC_BUILD_TYPE=Release
+
+MANDIRS=	${PREFIX}/man
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/schema_scanner

Modified: branches/2017Q3/cad/stepcode/pkg-plist
==============================================================================
--- branches/2017Q3/cad/stepcode/pkg-plist	Tue Sep 19 00:06:53 2017	(r450085)
+++ branches/2017Q3/cad/stepcode/pkg-plist	Tue Sep 19 01:03:08 2017	(r450086)
@@ -114,5 +114,5 @@ lib/libsteplazyfile.so.2.0.0
 lib/libsteputils.so
 lib/libsteputils.so.2
 lib/libsteputils.so.2.0.0
-share/man/man1/exp2cxx.1
-share/man/man1/fedex.1
+man/man1/exp2cxx.1.gz
+man/man1/fedex.1.gz



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