diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-23 09:31:55 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-23 09:31:55 +0000 |
commit | 9be81b3474f4963affc447322ae3be249df96925 (patch) | |
tree | 18b162550858d7438e01a83a0abc2dabbf0164fb /databases/cego | |
parent | f0dd452c7dba5863f4a4fb0401bc7b7ae742b9f2 (diff) |
Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1]
Update devel/lfcbase to 1.5.4: [1]
Several shared lib issues were addressed
The license was changed from GPLv2 to GPLv3.
Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2]
Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3]
Update databases/cego to 2.18.6 and chase the move of devel/lfc [4]
Several shared lib issues were addressed.
The license was changed from GPLv2 to GPLv3.
Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5]
Updated the autoconf setup
Changed License from GPLv2 to GPLv3
PR: ports/178745 [1]
ports/178746 [2]
ports/178747 [3]
ports/178752 [4]
ports/178754 [5]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
Notes
Notes:
svn path=/head/; revision=318857
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 12 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | databases/cego/pkg-plist | 13 |
3 files changed, 20 insertions, 9 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 2405590cb8d7..dcf4da19d50d 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.17.12 +PORTVERSION= 2.18.6 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -10,9 +10,9 @@ MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= Relational and transactional database system -LICENSE= GPLv2 +LICENSE= GPLv3 -LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \ +LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \ lfcxml:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes @@ -33,6 +33,10 @@ post-patch: @${REINPLACE_CMD} -e 's,-O3,,g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/samples/cgplustest/Makefile.in \ - ${WRKSRC}/samples/cgwtest/Makefile.in + ${WRKSRC}/samples/cgwraptest/Makefile.in + +post-install: + @${MKDIR} ${PREFIX}/share/cego + @${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ .include <bsd.port.mk> diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e666cc98a631..ae5dc81ddc00 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.17.12.tar.gz) = a900cb61ed440476797dded050b1cb3c3ac0785017bad40516ff52db0f0f83ab -SIZE (cego-2.17.12.tar.gz) = 634109 +SHA256 (cego-2.18.6.tar.gz) = a8c0e5fe83e29f1b85bb75cce7d66d03399721e4dfe49e136bbcc5164819e0b0 +SIZE (cego-2.18.6.tar.gz) = 1462977 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index 8ba4561e5323..6c71af1b8424 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -1,11 +1,8 @@ bin/cego bin/cgadm -bin/cgbackup bin/cgblow bin/cgclt bin/cglog -bin/cgmkdb -bin/cgrecover include/cego/CegoAdmNet.h include/cego/CegoAdminHandler.h include/cego/CegoBlob.h @@ -30,8 +27,18 @@ include/cego/CegoTableObject.h include/cego/CegoViewObject.h include/cego/cgwrap.h lib/libcego.a +lib/libcego.la +lib/libcego.so lib/libcego.so.1 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%% |