ports/180611: [patch] update cad/feappv

Anton Shterenlikht mexas at bristol.ac.uk
Wed Jul 24 19:40:02 UTC 2013


The following reply was made to PR ports/180611; it has been noted by GNATS.

From: Anton Shterenlikht <mexas at bristol.ac.uk>
To: bug-followup at freebsd.org
Cc:  
Subject: ports/180611: [patch] update cad/feappv
Date: Wed, 24 Jul 2013 20:31:12 +0100

 --7AUc2qLy4jB3hD7Z
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Please ignore the previous patch and use this instead.
 
 - added myself as a maintainer
 
 The two issues mentioned above still need to be
 looked into. This is beyond my knowledge.
 
 --7AUc2qLy4jB3hD7Z
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="feappv.diff2"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 323612)
 +++ Makefile	(working copy)
 @@ -1,13 +1,9 @@
 -# New ports collection makefile for:	FEAPpv
 -# Date created:		29 Feb 2006
 -# Whom:			Pedro F. Giffuni
 -#
 +# Created by: Pedro F. Giffuni
  # $FreeBSD$
 -#
  
  PORTNAME=	feappv
  PORTVERSION=	3.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	cad science
  MASTER_SITES=	http://www.ce.berkeley.edu/projects/feap/feappv/
  DISTFILES=	${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PDF_MANUAL}
 @@ -14,7 +10,7 @@
  DIST_SUBDIR=	${PORTNAME}${PORTVERSION:S/.//}
  EXTRACT_ONLY=	${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}
  
 -MAINTAINER=	ports at FreeBSD.org
 +MAINTAINER=	mexas at bris.ac.uk
  COMMENT=	Finite Element Analysis Program "personal version"
  
  OPTIONS_DEFINE=	DOCS
 @@ -34,7 +30,7 @@
  LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm
  
  PORTDOCS=	*
 -PLIST_FILES=	bin/feappv lib/Feappv_gnu.a
 +PLIST_FILES=	bin/feappv lib/libfeappv.a
  
  .include <bsd.port.options.mk>
  
 @@ -44,7 +40,7 @@
  
  post-patch:
  	@${REINPLACE_CMD} -e \
 -		's| make | $$(MAKE) |' ${WRKSRC}/makefile
 +		's| make | $${MAKE} |' ${WRKSRC}/makefile
  	@${REINPLACE_CMD} -e \
  		'/^FF /s|=.*|= ${FC}| ; \
  		 /^CC /s|=.*|= ${CC}| ; \
 @@ -55,10 +51,10 @@
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/main/feappv ${PREFIX}/bin
 -	${INSTALL_DATA} ${WRKSRC}/Feappv_gnu.a ${PREFIX}/lib
 +	${INSTALL_DATA} ${WRKSRC}/libfeappv.a ${PREFIX}/lib
  .if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/manual.pdf ${DOCSDIR}
 +	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PDF_MANUAL} ${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 323612)
 +++ distinfo	(working copy)
 @@ -1,4 +1,4 @@
 -SHA256 (feappv31/feappv31.zip) = cfd38f80c27d8010db1d270e13846e9b68d84bf77ee71659278b2b207b4b71e5
 -SIZE (feappv31/feappv31.zip) = 613363
 +SHA256 (feappv31/feappv31.zip) = 79d07c3ad81a22401a5ba78a518cb3553e335ef7fdf717f908d18b991e5e91f0
 +SIZE (feappv31/feappv31.zip) = 614372
  SHA256 (feappv31/manual.pdf) = f3c6d5ac9c310852dfcde0c74c22df7388fcc6230e30630f70d591c50fd93832
  SIZE (feappv31/manual.pdf) = 649124
 Index: pkg-descr
 ===================================================================
 --- pkg-descr	(revision 323612)
 +++ pkg-descr	(working copy)
 @@ -8,6 +8,6 @@
  FEAPpv is designed to be compatible for compilation in UNIX/LINUX and 
  Windows PC environments.
  
 -WWW:  http://www.ce.berkeley.edu/projects/feap/feappv/
 +No support on use of the program will be provided.
  
 -No support on use of the program will be provided.
 +WWW: http://www.ce.berkeley.edu/projects/feap/feappv/
 
 --7AUc2qLy4jB3hD7Z--


More information about the freebsd-ports-bugs mailing list