mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update from 2.19.6 to 2.19.7 [1]
- Add stage support [1] - Convert LIB_DEPENDS to new syntax PR: ports/183128 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1]
This commit is contained in:
parent
04dbde1a67
commit
0d63491ed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331221
3 changed files with 14 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.19.6
|
||||
PORTVERSION= 2.19.7
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
@ -11,8 +11,8 @@ COMMENT= Relational and transactional database system
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \
|
||||
lfcxml:${PORTSDIR}/devel/lfcxml
|
||||
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
|
||||
liblfcxml.so:${PORTSDIR}/devel/lfcxml
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -28,7 +28,6 @@ GROUPS= cego
|
|||
|
||||
PLIST_SUB+= USER=${USERS}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,-O3,,g' \
|
||||
${WRKSRC}/src/Makefile.in \
|
||||
|
@ -36,7 +35,7 @@ post-patch:
|
|||
${WRKSRC}/samples/cgwraptest/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/cego
|
||||
@${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223
|
||||
SIZE (cego-2.19.6.tar.gz) = 901957
|
||||
SHA256 (cego-2.19.7.tar.gz) = aff0552007c9ca7392021ba0d361e70f2a2683a1827f89794a6e45dd6f510410
|
||||
SIZE (cego-2.19.7.tar.gz) = 902649
|
||||
|
|
|
@ -34,11 +34,10 @@ lib/libcgwrap.a
|
|||
lib/libcgwrap.la
|
||||
lib/libcgwrap.so
|
||||
lib/libcgwrap.so.1
|
||||
share/cego/cgbackup
|
||||
share/cego/cgrecover
|
||||
share/cego/cgmkdb
|
||||
share/cego/startdb
|
||||
share/cego/stopdb
|
||||
@dirrm include/cego
|
||||
@dirrm share/cego
|
||||
@dirrmtry %%USER%%
|
||||
%%DATADIR%%/cgbackup
|
||||
%%DATADIR%%/cgmkdb
|
||||
%%DATADIR%%/cgrecover
|
||||
%%DATADIR%%/startdb
|
||||
%%DATADIR%%/stopdb
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry include/cego
|
||||
|
|
Loading…
Add table
Reference in a new issue