svn commit: r339254 - head/devel/ucommon

Pietro Cerutti gahr at FreeBSD.org
Thu Jan 9 15:20:11 UTC 2014


Author: gahr
Date: Thu Jan  9 15:20:10 2014
New Revision: 339254
URL: http://svnweb.freebsd.org/changeset/ports/339254

Log:
  - Update to 6.1.0
  
    Changes:
  
    * small fixes based on notes from Tristan
    * exception behavior is changed (fixed) for commoncpp
    * keywait utility added

Modified:
  head/devel/ucommon/Makefile
  head/devel/ucommon/distinfo
  head/devel/ucommon/pkg-plist

Modified: head/devel/ucommon/Makefile
==============================================================================
--- head/devel/ucommon/Makefile	Thu Jan  9 15:18:54 2014	(r339253)
+++ head/devel/ucommon/Makefile	Thu Jan  9 15:20:10 2014	(r339254)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ucommon
-PORTVERSION=	6.0.7
-PORTREVISION=	1
+PORTVERSION=	6.1.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	commoncpp
@@ -18,6 +17,9 @@ CMAKE_ARGS+=	-DBUILD_TESTING:BOOL=ON \
     		-DINSTALL_BINDIR:STRING=bin/${PORTNAME}
 USE_LDCONFIG=	yes
 
+post-install:
+	${INSTALL_DATA} ${BUILD_WRKSRC}/ucommon-config.h ${STAGEDIR}${PREFIX}/include/ucommon
+
 regression-test: build
 	cd ${BUILD_WRKSRC}/test && ${MAKE} test
 

Modified: head/devel/ucommon/distinfo
==============================================================================
--- head/devel/ucommon/distinfo	Thu Jan  9 15:18:54 2014	(r339253)
+++ head/devel/ucommon/distinfo	Thu Jan  9 15:20:10 2014	(r339254)
@@ -1,2 +1,2 @@
-SHA256 (ucommon-6.0.7.tar.gz) = 7d5cc5385c4d04e092c4e159522bc42d44cc0105fb499c0e960863f32a649be6
-SIZE (ucommon-6.0.7.tar.gz) = 826102
+SHA256 (ucommon-6.1.0.tar.gz) = 0b1695898d7bf5bfcc0fbffdba9cdc39d2a085359b08312756ce06fec4bdb0dd
+SIZE (ucommon-6.1.0.tar.gz) = 826742

Modified: head/devel/ucommon/pkg-plist
==============================================================================
--- head/devel/ucommon/pkg-plist	Thu Jan  9 15:18:54 2014	(r339253)
+++ head/devel/ucommon/pkg-plist	Thu Jan  9 15:20:10 2014	(r339254)
@@ -1,6 +1,7 @@
 bin/ucommon/args
 bin/ucommon/car
 bin/ucommon/commoncpp-config
+bin/ucommon/keywait
 bin/ucommon/mdsum
 bin/ucommon/pdetach
 bin/ucommon/scrub-files
@@ -58,18 +59,19 @@ include/ucommon/string.h
 include/ucommon/thread.h
 include/ucommon/timers.h
 include/ucommon/ucommon.h
+include/ucommon/ucommon-config.h
 include/ucommon/unicode.h
 include/ucommon/vector.h
 include/ucommon/xml.h
 lib/libcommoncpp.so
 lib/libcommoncpp.so.6
-lib/libcommoncpp.so.6.0.7
+lib/libcommoncpp.so.6.1.0
 lib/libucommon.so
 lib/libucommon.so.6
-lib/libucommon.so.6.0.7
+lib/libucommon.so.6.1.0
 lib/libusecure.so
 lib/libusecure.so.6
-lib/libusecure.so.6.0.7
+lib/libusecure.so.6.1.0
 libdata/pkgconfig/commoncpp.pc
 libdata/pkgconfig/ucommon.pc
 man/man1/args.1.gz


More information about the svn-ports-all mailing list