svn commit: r312061 - head/devel/ucommon
Pietro Cerutti
gahr at FreeBSD.org
Mon Feb 11 14:20:04 UTC 2013
Author: gahr
Date: Mon Feb 11 14:20:03 2013
New Revision: 312061
URL: http://svnweb.freebsd.org/changeset/ports/312061
Log:
- Update to 6.0.3
Changes:
from ucommon 6.0.2 to 6.0.3
- fixes for older gnutls releases
from ucommon 6.0.1 to 6.0.2
- digest stream operators
- auto memory erasing keystring and keyrandom template
- common code shared for secure library
- some fixes for gnutls support
from ucommon 6.0.0 to 6.0.1
- fixes for gnutls support
- elimination of gcrypt in gnutls
from ucommon 5.5.1 to 6.0.0
- new version 6 api
- fixed string + concat operation
- made StringPager proper base class by naming conventions
- new device access mode and name checking for fsys
- fbuf refocused on process pipe and device access
- more consistent abi naming conventions
- depreciated methods removed
- access base classes now consistent with protocols
- reorg of datetime classes
- allocation and access fault handling
from ucommon 5.5.0 to 5.5.1
- regex checks also for lib, mingw support
- pedantic cleanup of mingw
- anaselli fix for applog and pipes
Modified:
head/devel/ucommon/Makefile
head/devel/ucommon/distinfo (contents, props changed)
head/devel/ucommon/pkg-plist (contents, props changed)
Modified: head/devel/ucommon/Makefile
==============================================================================
--- head/devel/ucommon/Makefile Mon Feb 11 13:23:48 2013 (r312060)
+++ head/devel/ucommon/Makefile Mon Feb 11 14:20:03 2013 (r312061)
@@ -1,36 +1,26 @@
-# New ports collection Makefile for: ucommon
-# Date created: 21 February 2011
-# Whom: gahr
-#
+# Created by: gahr
# $FreeBSD$
-#
PORTNAME= ucommon
-PORTVERSION= 5.5.0
+PORTVERSION= 6.0.3
CATEGORIES= devel
MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ \
http://www.da3m0n8t3r.com/gnutelephony/www.gnutelephony.org/dist/tarballs/
MAINTAINER= gahr at FreeBSD.org
-COMMENT= A very lightweight C++ design patternlibrary
+COMMENT= Very lightweight C++ design pattern library
LICENSE= LGPL3
USE_GNOME= pkgconfig gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CFLAGS+= -D__BSD_VISIBLE
-LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ARGS+=--bindir=${PREFIX}/bin/${PORTNAME}
MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 pdetach.1 \
scrub-files.1 sockaddr.1 ucommon-config.1 zerofill.1
-post-patch:
- ${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-test: build
+regression-test: build
cd ${WRKSRC}/test && ${MAKE} check
Modified: head/devel/ucommon/distinfo
==============================================================================
--- head/devel/ucommon/distinfo Mon Feb 11 13:23:48 2013 (r312060)
+++ head/devel/ucommon/distinfo Mon Feb 11 14:20:03 2013 (r312061)
@@ -1,2 +1,2 @@
-SHA256 (ucommon-5.5.0.tar.gz) = d2d2ced679ca22d1a1f3d8ef40412860be750f675572aaa0335439d1aa697e50
-SIZE (ucommon-5.5.0.tar.gz) = 800739
+SHA256 (ucommon-6.0.3.tar.gz) = 228f3a0fa78173e9fa43e154250a7ed4f1e5be720a81fd2768506c088190c432
+SIZE (ucommon-6.0.3.tar.gz) = 806841
Modified: head/devel/ucommon/pkg-plist
==============================================================================
--- head/devel/ucommon/pkg-plist Mon Feb 11 13:23:48 2013 (r312060)
+++ head/devel/ucommon/pkg-plist Mon Feb 11 14:20:03 2013 (r312061)
@@ -37,6 +37,7 @@ include/ucommon/counter.h
include/ucommon/cpr.h
include/ucommon/datetime.h
include/ucommon/export.h
+include/ucommon/file.h
include/ucommon/fsys.h
include/ucommon/generics.h
include/ucommon/keydata.h
@@ -63,15 +64,15 @@ include/ucommon/xml.h
lib/libcommoncpp.a
lib/libcommoncpp.la
lib/libcommoncpp.so
-lib/libcommoncpp.so.5
+lib/libcommoncpp.so.6
lib/libucommon.a
lib/libucommon.la
lib/libucommon.so
-lib/libucommon.so.5
+lib/libucommon.so.6
lib/libusecure.a
lib/libusecure.la
lib/libusecure.so
-lib/libusecure.so.5
+lib/libusecure.so.6
libdata/pkgconfig/commoncpp.pc
libdata/pkgconfig/ucommon.pc
@dirrm include/ucommon
More information about the svn-ports-head
mailing list