Index: head/databases/cego/Makefile =================================================================== --- head/databases/cego/Makefile (revision 435468) +++ head/databases/cego/Makefile (revision 435469) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.8 +PORTVERSION= 2.32.11 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Relational and transactional database system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ liblfcxml.so:devel/lfcxml RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo \ bash:shells/bash GNU_CONFIGURE= yes TEST_TARGET= check USE_LDCONFIG= yes USES= libtool localbase ncurses readline shebangfix SHEBANG_FILES= tools/cgbackup tools/cgrecover tools/cgsimload USERS= cego GROUPS= cego PLIST_SUB+= USER=${USERS} post-patch: ${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/samples/cgplustest/Makefile.in \ ${WRKSRC}/samples/cgwraptest/Makefile.in post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${PREFIX}/etc/rc.d ${REINPLACE_CMD} -e 's/%%USER%%/${USERS}/g' ${WRKSRC}/samples/rc/cego ${CP} ${WRKSRC}/samples/rc/cego ${STAGEDIR}${PREFIX}/etc/rc.d/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.2.0.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgwrap.so.2.0.0 .include Index: head/databases/cego/distinfo =================================================================== --- head/databases/cego/distinfo (revision 435468) +++ head/databases/cego/distinfo (revision 435469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485681108 -SHA256 (cego-2.32.8.tar.gz) = c59a6d4cbaa7a060ad85a83c71e2edb82146d0e8e73935ac550c9a123e0b03d1 -SIZE (cego-2.32.8.tar.gz) = 1396470 +TIMESTAMP = 1488708824 +SHA256 (cego-2.32.11.tar.gz) = 684fa8c239bc6fbe61b575c59aa4ea0f3a2a130c8fc0498b7d7238ffbc3e2e6c +SIZE (cego-2.32.11.tar.gz) = 1394544 Index: head/databases/cegobridge/Makefile =================================================================== --- head/databases/cegobridge/Makefile (revision 435468) +++ head/databases/cegobridge/Makefile (revision 435469) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Imports non-cego database dump files into cego LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ liblfcxml.so:devel/lfcxml \ libcego.so:databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes PLIST_FILES= bin/cegobridge .include Index: head/databases/cegobridge/distinfo =================================================================== --- head/databases/cegobridge/distinfo (revision 435468) +++ head/databases/cegobridge/distinfo (revision 435469) @@ -1,2 +1,3 @@ -SHA256 (cegobridge-1.1.2.tar.gz) = 117922e147fca49ee498e558c7f88182448a6dc7b5a2023c3c718bfb1be8ea8d -SIZE (cegobridge-1.1.2.tar.gz) = 962307 +TIMESTAMP = 1488709322 +SHA256 (cegobridge-1.1.3.tar.gz) = 53352ba3c8e2abc725612084eac628367ddec39747150bfe6bcad2c4a672ff4a +SIZE (cegobridge-1.1.3.tar.gz) = 551872 Index: head/devel/lfcbase/Makefile =================================================================== --- head/devel/lfcbase/Makefile (revision 435468) +++ head/devel/lfcbase/Makefile (revision 435469) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.12 +PORTVERSION= 1.9.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Collection of basic c++ classes, used for databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf libtool post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2 .include Index: head/devel/lfcbase/distinfo =================================================================== --- head/devel/lfcbase/distinfo (revision 435468) +++ head/devel/lfcbase/distinfo (revision 435469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485681093 -SHA256 (lfcbase-1.8.12.tar.gz) = ac87b4b52e864cf870cd28b44d7f7c6dfb1cec7a83970d273af219c9642a0660 -SIZE (lfcbase-1.8.12.tar.gz) = 602384 +TIMESTAMP = 1488708749 +SHA256 (lfcbase-1.9.0.tar.gz) = 6952bcfd6144b4a6be315729f9669f829fa5461a73e4f41db28695447e609f6f +SIZE (lfcbase-1.9.0.tar.gz) = 613129 Index: head/devel/lfcbase/pkg-plist =================================================================== --- head/devel/lfcbase/pkg-plist (revision 435468) +++ head/devel/lfcbase/pkg-plist (revision 435469) @@ -1,39 +1,41 @@ include/lfcbase/AESCrypt.h include/lfcbase/AVLTreeT.h include/lfcbase/Base64Coder.h include/lfcbase/BigDecimal.h include/lfcbase/BigInteger.h include/lfcbase/Bitmap.h include/lfcbase/Chain.h include/lfcbase/CommandExecuter.h include/lfcbase/Crypt.h include/lfcbase/Datetime.h include/lfcbase/Directory.h include/lfcbase/Exception.h include/lfcbase/File.h include/lfcbase/GetLongOpt.h include/lfcbase/GetOpt.h include/lfcbase/Host.h include/lfcbase/ListT.h include/lfcbase/Logger.h include/lfcbase/Matcher.h +include/lfcbase/Monitor.h include/lfcbase/NanoTimer.h include/lfcbase/Net.h include/lfcbase/NetHandler.h +include/lfcbase/Pager.h include/lfcbase/Process.h include/lfcbase/Semaphore.h include/lfcbase/SetT.h include/lfcbase/SharedMemory.h include/lfcbase/SigHandler.h include/lfcbase/Sleeper.h include/lfcbase/StackT.h include/lfcbase/TextIndex.h include/lfcbase/Thread.h include/lfcbase/ThreadLock.h include/lfcbase/Timer.h include/lfcbase/Tokenizer.h include/lfcbase/TreeT.h lib/liblfcbase.a lib/liblfcbase.so lib/liblfcbase.so.2 lib/liblfcbase.so.2.0.0