Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2013 11:02:37 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327803 - head/science/simlib
Message-ID:  <201309211102.r8LB2bqb044331@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Sep 21 11:02:36 2013
New Revision: 327803
URL: http://svnweb.freebsd.org/changeset/ports/327803

Log:
  - Update to 3.02
  - Fix build on Head
  - Reset maintainer to ports@

Modified:
  head/science/simlib/Makefile
  head/science/simlib/distinfo

Modified: head/science/simlib/Makefile
==============================================================================
--- head/science/simlib/Makefile	Sat Sep 21 10:17:54 2013	(r327802)
+++ head/science/simlib/Makefile	Sat Sep 21 11:02:36 2013	(r327803)
@@ -2,21 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	simlib
-PORTVERSION=	3.0.20081216
+PORTVERSION=	3.02
 CATEGORIES=	science
 MASTER_SITES=	http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
-DISTNAME=	${PORTNAME}-3-${PORTVERSION:E}
+DISTNAME=	${PORTNAME}-${PORTVERSION}-20111030
 
-MAINTAINER=	wenheping@gmail.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SIMulation LIBrary for C++ programming language
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-3
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 CXXFLAGS+=	-fPIC
 
-NOT_FOR_ARCHS=	ia64 powerpc sparc64
+NOT_FOR_ARCHS=		ia64 powerpc sparc64
 NOT_FOR_ARCHS_REASON=	contains not working ${ARCH}-dependent assembly code
 
 NO_STAGE=	yes
@@ -24,6 +24,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
 		${WRKSRC}/src/Makefile.generic
+	@${REINPLACE_CMD} -e 's#g++#${CXX}#g' \
+		${WRKSRC}/src/Makefile.FreeBSD-i386 \
+		${WRKSRC}/examples/Makefile.FreeBSD-i386 \
+		${WRKSRC}/tests/Makefile.FreeBSD-i386
 	@${MV} ${WRKSRC}/src/Makefile.FreeBSD-i386 ${WRKSRC}/src/Makefile
 	@${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile
 	@${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile

Modified: head/science/simlib/distinfo
==============================================================================
--- head/science/simlib/distinfo	Sat Sep 21 10:17:54 2013	(r327802)
+++ head/science/simlib/distinfo	Sat Sep 21 11:02:36 2013	(r327803)
@@ -1,2 +1,2 @@
-SHA256 (simlib-3-20081216.tar.gz) = 2dd5ac1e193f20cb7e5d09012fb87ee5ee7289d1c079394c13dea0c11886f770
-SIZE (simlib-3-20081216.tar.gz) = 1225010
+SHA256 (simlib-3.02-20111030.tar.gz) = b5d544f0736fdf4c9a419b527d607549e0b1d2c04a77d5fc48dcf34cd14e1ae6
+SIZE (simlib-3.02-20111030.tar.gz) = 1129986



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