Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 07:31:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364082 - head/science/lamprop
Message-ID:  <53e08856.5917.5fed793d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug  5 07:31:33 2014
New Revision: 364082
URL: http://svnweb.freebsd.org/changeset/ports/364082
QAT: https://qat.redports.org/buildarchive/r364082/

Log:
  science/lamprop: Upgrade version 1.3.3 => 1.5.0 and stage
  
  For some reason PLIST_FILES doesn't work, necessitating a separate
  pkg-plist file for only 3 entries.
  
  PR:		190674
  Submitted by:	maintainer (rsmith)

Added:
  head/science/lamprop/pkg-plist   (contents, props changed)
Modified:
  head/science/lamprop/Makefile
  head/science/lamprop/distinfo
  head/science/lamprop/pkg-descr

Modified: head/science/lamprop/Makefile
==============================================================================
--- head/science/lamprop/Makefile	Tue Aug  5 07:13:44 2014	(r364081)
+++ head/science/lamprop/Makefile	Tue Aug  5 07:31:33 2014	(r364082)
@@ -2,32 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	lamprop
-PORTVERSION=	1.3.3
+PORTVERSION=	1.5.0
 CATEGORIES=	science
-MASTER_SITES=	http://rsmith.home.xs4all.nl/software/
+MASTER_SITES=	http://rsmith.home.xs4all.nl/files/
 
 MAINTAINER=	rsmith@xs4all.nl
 COMMENT=	Calculates properties of fiber reinforced composites
 
-PLIST_FILES=	bin/lamprop
+LICENSE=	BSD2CLAUSE
 
-MAN1=		lamprop.1
-MAN5=		lamprop.5
-MANCOMPRESSED=	yes
-
-LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-.if defined(NOPORTDOCS)
-MAKE_ENV=	NOPORTDOCS=yes
-.else
-PORTDOCS=	LICENSE README NEWS
-.endif
-
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|-pipe||; s|-fmerge-constants||; s|-fno-unit-at-a-time||; s|--fast-math||' \
-		 ${WRKSRC}/Makefile
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		zip
+USE_PYTHON=	yes
+PYTHON_VERSION=	python2.7
+
+do-install:
+	cd ${WRKSRC} && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install
 
 .include <bsd.port.mk>

Modified: head/science/lamprop/distinfo
==============================================================================
--- head/science/lamprop/distinfo	Tue Aug  5 07:13:44 2014	(r364081)
+++ head/science/lamprop/distinfo	Tue Aug  5 07:31:33 2014	(r364082)
@@ -1,2 +1,2 @@
-SHA256 (lamprop-1.3.3.tar.gz) = 1b9362e629686773a09a27caa5fb608ca39f4b91da53e59e97cad0826ba1d35f
-SIZE (lamprop-1.3.3.tar.gz) = 27270
+SHA256 (lamprop-1.5.0.zip) = 8b5463b7f453e4b80609cb3a4e44a421a50da620357ec2973606cdda592a3e99
+SIZE (lamprop-1.5.0.zip) = 91939

Modified: head/science/lamprop/pkg-descr
==============================================================================
--- head/science/lamprop/pkg-descr	Tue Aug  5 07:13:44 2014	(r364081)
+++ head/science/lamprop/pkg-descr	Tue Aug  5 07:31:33 2014	(r364082)
@@ -5,4 +5,4 @@ fiber-reinforced composite laminates. It
 - physical properties like density and laminate thickness
 - stiffness and compliance matrices (ABD and abd)
 
-WWW: http://www.xs4all.nl/~rsmith/software/
+WWW: http://rsmith.home.xs4all.nl/software/lamprop.html

Added: head/science/lamprop/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/lamprop/pkg-plist	Tue Aug  5 07:31:33 2014	(r364082)
@@ -0,0 +1,3 @@
+bin/lamprop
+man/man1/lamprop.1.gz
+man/man5/lamprop.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e08856.5917.5fed793d>