Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2013 12:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/180611: commit references a PR
Message-ID:  <201308251250.r7PCo1sL082876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180611; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180611: commit references a PR
Date: Sun, 25 Aug 2013 12:42:03 +0000 (UTC)

 Author: danfe
 Date: Sun Aug 25 12:41:50 2013
 New Revision: 325342
 URL: http://svnweb.freebsd.org/changeset/ports/325342
 
 Log:
   - Update to version from 12 August 2013
   - Give maintainership to submitter
   - Cleanup the port a bit while I'm at it
   
   PR:	ports/180611
 
 Modified:
   head/cad/feappv/Makefile
   head/cad/feappv/distinfo
   head/cad/feappv/pkg-descr
 
 Modified: head/cad/feappv/Makefile
 ==============================================================================
 --- head/cad/feappv/Makefile	Sun Aug 25 12:30:09 2013	(r325341)
 +++ head/cad/feappv/Makefile	Sun Aug 25 12:41:50 2013	(r325342)
 @@ -1,45 +1,37 @@
 -# New ports collection makefile for:	FEAPpv
 -# Date created:		29 Feb 2006
 -# Whom:			Pedro F. Giffuni
 -#
 +# Created by: Pedro F. Giffuni <giffunip@asme.org>
  # $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}
 +DISTFILES=	${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PORTDOCS}
  DIST_SUBDIR=	${PORTNAME}${PORTVERSION:S/.//}
  EXTRACT_ONLY=	${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX}
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	Finite Element Analysis Program "personal version"
 -
 -OPTIONS_DEFINE=	DOCS
 -
 -WRKSRC=		${WRKDIR}/ver${PORTVERSION:S/.//}
 +MAINTAINER=	mexas@bris.ac.uk
 +COMMENT=	Finite element analysis program (personal version)
  
 +USES=		gmake
  USE_ZIP=	yes
  USE_XORG=	x11
  USE_FORTRAN=	yes
 -USE_GMAKE=	yes
  MAKEFILE=	makefile
  MAKE_ENV=	FEAPPVHOME3_1="${WRKSRC}"
  ALL_TARGET=	install
  
 +WRKSRC=		${WRKDIR}/ver${PORTVERSION:S/.//}
 +
  CFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm
  
 -PORTDOCS=	*
 -PLIST_FILES=	bin/feappv lib/Feappv_gnu.a
 +PLIST_FILES=	bin/feappv lib/libfeappv.a
 +PORTDOCS=	manual.pdf
  
 -.include <bsd.port.options.mk>
 +OPTIONS_DEFINE=	DOCS
  
 -.if ${PORT_OPTIONS:MDOCS}
 -PDF_MANUAL=	manual.pdf
 -.endif
 +.include <bsd.port.options.mk>
  
  post-patch:
  	@${REINPLACE_CMD} -e \
 @@ -54,10 +46,10 @@ post-patch:
  
  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}/${PORTDOCS} ${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
 
 Modified: head/cad/feappv/distinfo
 ==============================================================================
 --- head/cad/feappv/distinfo	Sun Aug 25 12:30:09 2013	(r325341)
 +++ head/cad/feappv/distinfo	Sun Aug 25 12:41:50 2013	(r325342)
 @@ -1,4 +1,4 @@
 -SHA256 (feappv31/feappv31.zip) = cfd38f80c27d8010db1d270e13846e9b68d84bf77ee71659278b2b207b4b71e5
 -SIZE (feappv31/feappv31.zip) = 613363
 +SHA256 (feappv31/feappv31.zip) = e1edbced934474b0839857ce799a6cc6b31961b7c0acae8ee70ce2f1efa26791
 +SIZE (feappv31/feappv31.zip) = 615732
  SHA256 (feappv31/manual.pdf) = f3c6d5ac9c310852dfcde0c74c22df7388fcc6230e30630f70d591c50fd93832
  SIZE (feappv31/manual.pdf) = 649124
 
 Modified: head/cad/feappv/pkg-descr
 ==============================================================================
 --- head/cad/feappv/pkg-descr	Sun Aug 25 12:30:09 2013	(r325341)
 +++ head/cad/feappv/pkg-descr	Sun Aug 25 12:41:50 2013	(r325342)
 @@ -5,9 +5,9 @@ references:
  The Finite Element Method, 6th ed., Vols. 1 and 2, by O.C. Zienkiewicz and
  R.L. Taylor, Elsevier, Oxford, 2005.
  
 -FEAPpv is designed to be compatible for compilation in UNIX/LINUX and 
 +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.
 +
 +WWW: http://www.ce.berkeley.edu/projects/feap/feappv/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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