- Update to version 1.0a11
PR: ports/63874 Submitted by: Ports Fury
This commit is contained in:
parent
c64d835b37
commit
66b7802bfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103211
3 changed files with 12 additions and 7 deletions
|
@ -7,8 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= e4graph
|
||||
PORTVERSION= 1.0a9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0a11
|
||||
CATEGORIES= devel tcl84
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,10 +16,9 @@ EXTRACT_SUFX= .src.tar.gz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C++ library that persistently stores graph like data
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit
|
||||
LIB_DEPENDS= tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} \
|
||||
LIB_DEPENDS= mk4.0:${PORTSDIR}/databases/metakit \
|
||||
tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} \
|
||||
expat.4:${PORTSDIR}/textproc/expat2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/all
|
||||
|
||||
|
@ -50,4 +48,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \
|
||||
s|gcc -shared|$$(CC) -shared|g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.for file in testcore testcores
|
||||
@${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (e4graph-1.0a9.src.tar.gz) = dfcd9a5c02aa435dd47f3d9f14593064
|
||||
SIZE (e4graph-1.0a9.src.tar.gz) = 607455
|
||||
MD5 (e4graph-1.0a11.src.tar.gz) = f457f23d76b21a39c3f317d3ac6aada4
|
||||
SIZE (e4graph-1.0a11.src.tar.gz) = 633205
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/testcore
|
||||
bin/testcores
|
||||
include/e4graph.h
|
||||
%%PYTHON%%include/e4py.h
|
||||
include/e4xml.h
|
||||
|
@ -8,6 +9,7 @@ include/t4xml_c.h
|
|||
lib/libe4graph.so
|
||||
lib/libe4graph.so.0
|
||||
lib/libe4graph.so.0.0.0
|
||||
lib/libe4graphs.a
|
||||
%%PYTHON%%lib/libe4py.so
|
||||
%%PYTHON%%lib/libe4py.so.0
|
||||
%%PYTHON%%lib/libe4py.so.0.0.0
|
||||
|
|
Loading…
Reference in a new issue