diff options
author | rm <rm@FreeBSD.org> | 2012-11-26 03:26:34 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-11-26 03:26:34 +0800 |
commit | e830f8f5f40f4993680a7f870f85a3ef33521a46 (patch) | |
tree | e9a34e27d31be7e0b073755c7470b8f35c123b37 /databases/cego | |
parent | ee5b525cd8bce560df026bd1f54b7ee2b6a436e3 (diff) | |
download | freebsd-ports-gnome-e830f8f5f40f4993680a7f870f85a3ef33521a46.tar.gz freebsd-ports-gnome-e830f8f5f40f4993680a7f870f85a3ef33521a46.tar.zst freebsd-ports-gnome-e830f8f5f40f4993680a7f870f85a3ef33521a46.zip |
- update to 2.14.1
while here:
- remove indefinite article from COMMENT
- remove shlib versions (portlint warning)
PR: 173890
Submitted by: Kurt Jaeger <fbsd-ports at opsec dot eu> (maintainer)
Feature safe: yes
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 8 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 5895ab1beccd..7a1dbe142711 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu -COMMENT= A relational and transactional database system +COMMENT= Relational and transactional database system LICENSE= GPLv2 -LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \ - lfcxml.1:${PORTSDIR}/devel/lfcxml +LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \ + lfcxml:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/databases/cego/distinfo b/databases/cego/distinfo index bc31a6fec1fb..e9956db4524d 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.14.0.tar.gz) = 55bbb2d4ebb6ce3c2173442f3fbc6b654d50411caf37855deaf102c31da68ac4 -SIZE (cego-2.14.0.tar.gz) = 654185 +SHA256 (cego-2.14.1.tar.gz) = 81b355b7dfd6854569a3473345adbbcecde06926b69a3e0df430e67236707cb4 +SIZE (cego-2.14.1.tar.gz) = 654738 |