Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 19:26:34 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307755 - head/databases/cego
Message-ID:  <201211251926.qAPJQYcn014862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Nov 25 19:26:34 2012
New Revision: 307755
URL: http://svnweb.freebsd.org/changeset/ports/307755

Log:
  - 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

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Nov 25 19:25:37 2012	(r307754)
+++ head/databases/cego/Makefile	Sun Nov 25 19:26:34 2012	(r307755)
@@ -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

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Nov 25 19:25:37 2012	(r307754)
+++ head/databases/cego/distinfo	Sun Nov 25 19:26:34 2012	(r307755)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211251926.qAPJQYcn014862>