svn commit: r357803 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Jun 14 20:14:26 UTC 2014


Author: pi
Date: Sat Jun 14 20:14:25 2014
New Revision: 357803
URL: http://svnweb.freebsd.org/changeset/ports/357803
QAT: https://qat.redports.org/buildarchive/r357803/

Log:
  databases/cego: 2.20.9 -> 2.20.10, USES libtool, strip libs
  
  Submitted by:	lemke at lemke-it.com

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/databases/cego/pkg-plist

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Jun 14 20:13:18 2014	(r357802)
+++ head/databases/cego/Makefile	Sat Jun 14 20:14:25 2014	(r357803)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.9
+PORTVERSION=	2.20.10
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -20,7 +20,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	cego
 
-USES=		ncurses readline
+USES=		ncurses readline libtool
 
 USERS=	cego
 GROUPS=	cego
@@ -28,13 +28,17 @@ GROUPS=	cego
 PLIST_SUB+=	USER=${USERS}
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,-O3,,g' \
+	${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}${DATADIR}
+	${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}
+
+post-stage:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.1.0.0
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgwrap.so.1.0.0
 
 .include <bsd.port.mk>

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jun 14 20:13:18 2014	(r357802)
+++ head/databases/cego/distinfo	Sat Jun 14 20:14:25 2014	(r357803)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.9.tar.gz) = cad3622f2e2cdec732179316186f31ec97c148d87a7b7fdeb78e5890ffea436e
-SIZE (cego-2.20.9.tar.gz) = 921512
+SHA256 (cego-2.20.10.tar.gz) = c8dddbeb10042692439768e4d2d4dfba1bf72edabe5b1e38c52ace76c7557d58
+SIZE (cego-2.20.10.tar.gz) = 922019

Modified: head/databases/cego/pkg-plist
==============================================================================
--- head/databases/cego/pkg-plist	Sat Jun 14 20:13:18 2014	(r357802)
+++ head/databases/cego/pkg-plist	Sat Jun 14 20:14:25 2014	(r357803)
@@ -27,13 +27,13 @@ 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/libcego.so.1.0.0
 lib/libcgwrap.a
-lib/libcgwrap.la
 lib/libcgwrap.so
 lib/libcgwrap.so.1
+lib/libcgwrap.so.1.0.0
 %%DATADIR%%/cgbackup
 %%DATADIR%%/cgmkdb
 %%DATADIR%%/cgrecover


More information about the svn-ports-head mailing list