- 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:
Danilo Egea Gondolfo 2013-10-22 04:55:32 +00:00
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

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= cego PORTNAME= cego
PORTVERSION= 2.19.6 PORTVERSION= 2.19.7
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/ MASTER_SITES= http://www.lemke-it.com/
@ -11,8 +11,8 @@ COMMENT= Relational and transactional database system
LICENSE= GPLv3 LICENSE= GPLv3
LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \ LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
lfcxml:${PORTSDIR}/devel/lfcxml liblfcxml.so:${PORTSDIR}/devel/lfcxml
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
@ -28,7 +28,6 @@ GROUPS= cego
PLIST_SUB+= USER=${USERS} PLIST_SUB+= USER=${USERS}
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's,-O3,,g' \ @${REINPLACE_CMD} -e 's,-O3,,g' \
${WRKSRC}/src/Makefile.in \ ${WRKSRC}/src/Makefile.in \
@ -36,7 +35,7 @@ post-patch:
${WRKSRC}/samples/cgwraptest/Makefile.in ${WRKSRC}/samples/cgwraptest/Makefile.in
post-install: post-install:
@${MKDIR} ${PREFIX}/share/cego @${MKDIR} ${STAGEDIR}${DATADIR}
@${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ @${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (cego-2.19.6.tar.gz) = 6e56ab0a84069e71c6f8552eb6412d0bc50e8289d8a9614a69f134c86cd8f223 SHA256 (cego-2.19.7.tar.gz) = aff0552007c9ca7392021ba0d361e70f2a2683a1827f89794a6e45dd6f510410
SIZE (cego-2.19.6.tar.gz) = 901957 SIZE (cego-2.19.7.tar.gz) = 902649

View file

@ -34,11 +34,10 @@ lib/libcgwrap.a
lib/libcgwrap.la lib/libcgwrap.la
lib/libcgwrap.so lib/libcgwrap.so
lib/libcgwrap.so.1 lib/libcgwrap.so.1
share/cego/cgbackup %%DATADIR%%/cgbackup
share/cego/cgrecover %%DATADIR%%/cgmkdb
share/cego/cgmkdb %%DATADIR%%/cgrecover
share/cego/startdb %%DATADIR%%/startdb
share/cego/stopdb %%DATADIR%%/stopdb
@dirrm include/cego @dirrmtry %%DATADIR%%
@dirrm share/cego @dirrmtry include/cego
@dirrmtry %%USER%%