From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 24 19:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EA453EB for ; Wed, 24 Jul 2013 19:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5C7A2835 for ; Wed, 24 Jul 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6OJe1oX096330 for ; Wed, 24 Jul 2013 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6OJe1LT096329; Wed, 24 Jul 2013 19:40:01 GMT (envelope-from gnats) Date: Wed, 24 Jul 2013 19:40:01 GMT Message-Id: <201307241940.r6OJe1LT096329@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Anton Shterenlikht Subject: ports/180611: [patch] update cad/feappv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 19:40:02 -0000 The following reply was made to PR ports/180611; it has been noted by GNATS. From: Anton Shterenlikht To: bug-followup@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@FreeBSD.org +MAINTAINER= mexas@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 @@ -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 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--