From owner-svn-ports-head@FreeBSD.ORG Tue Dec 30 08:03:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19374D02; Tue, 30 Dec 2014 08:03:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDD5C64F23; Tue, 30 Dec 2014 08:03:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBU836fx063516; Tue, 30 Dec 2014 08:03:06 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBU836Ma063512; Tue, 30 Dec 2014 08:03:06 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412300803.sBU836Ma063512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 30 Dec 2014 08:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375816 - head/devel/rudiments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 08:03:07 -0000 Author: bofh Date: Tue Dec 30 08:03:05 2014 New Revision: 375816 URL: https://svnweb.freebsd.org/changeset/ports/375816 QAT: https://qat.redports.org/buildarchive/r375816/ Log: devel/rudiments: Update version 0.47=>0.49 - Pass maintainership to pi to allow to sync updates with sqlrelay - Change compiler type to gcc-c++11-lib PR: 196363 Differential Revision: https://reviews.freebsd.org/D1396 Submitted by: pi Approved by: bapt(mentor) Modified: head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/pkg-plist Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Tue Dec 30 07:44:41 2014 (r375815) +++ head/devel/rudiments/Makefile Tue Dec 30 08:03:05 2014 (r375816) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.47 -PORTREVISION= 1 +PORTVERSION= 0.49 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= C++ class library for daemons, clients, servers, and more LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= libtool pkgconfig shebangfix +USES= libtool pkgconfig shebangfix compiler:gcc-c++11-lib SHEBANG_FILES= doc/programming/insert.pl USE_LDCONFIG= yes @@ -41,6 +40,6 @@ post-patch: /finish/s| $$(libdir)| $${DESTDIR}$$(libdir)|' post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments-0.47.so.1 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments-${PORTVERSION}.so.1 .include Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Tue Dec 30 07:44:41 2014 (r375815) +++ head/devel/rudiments/distinfo Tue Dec 30 08:03:05 2014 (r375816) @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.47.tar.gz) = efca29327fe0a96afd06d49cdffce2bac4eaa57ffa5ad7f0972d30bcfc5da217 -SIZE (rudiments-0.47.tar.gz) = 1765665 +SHA256 (rudiments-0.49.tar.gz) = 4e9391f48d611b437f229845120669ca0def44502af0a284782a390d896ee00d +SIZE (rudiments-0.49.tar.gz) = 1773815 Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Tue Dec 30 07:44:41 2014 (r375815) +++ head/devel/rudiments/pkg-plist Tue Dec 30 08:03:05 2014 (r375816) @@ -33,7 +33,6 @@ include/rudiments/memorypool.h include/rudiments/modemclient.h include/rudiments/modemserver.h include/rudiments/parameterstring.h -include/rudiments/passwdentry.h include/rudiments/permissions.h include/rudiments/private/bytebuffer.h include/rudiments/private/bytebufferincludes.h @@ -110,14 +109,13 @@ include/rudiments/private/modemserverinc include/rudiments/private/modemutil.h include/rudiments/private/parameterstring.h include/rudiments/private/parameterstringincludes.h -include/rudiments/private/passwdentry.h -include/rudiments/private/passwdentryincludes.h include/rudiments/private/permissions.h include/rudiments/private/permissionsincludes.h include/rudiments/private/process.h include/rudiments/private/processincludes.h include/rudiments/private/protocolentry.h include/rudiments/private/protocolentryincludes.h +include/rudiments/private/randomnumber.h include/rudiments/private/randomnumberincludes.h include/rudiments/private/regularexpression.h include/rudiments/private/regularexpressionincludes.h @@ -134,8 +132,6 @@ include/rudiments/private/server.h include/rudiments/private/serverincludes.h include/rudiments/private/serviceentry.h include/rudiments/private/serviceentryincludes.h -include/rudiments/private/shadowentry.h -include/rudiments/private/shadowentryincludes.h include/rudiments/private/sharedmemory.h include/rudiments/private/sharedmemoryincludes.h include/rudiments/private/shmfile.h @@ -156,7 +152,6 @@ include/rudiments/private/stderrdestinat include/rudiments/private/stdoutdestination.h include/rudiments/private/stringbuffer.h include/rudiments/private/stringbufferincludes.h -include/rudiments/private/sys.h include/rudiments/private/sysincludes.h include/rudiments/private/syslogdestination.h include/rudiments/private/thread.h @@ -169,6 +164,8 @@ include/rudiments/private/unixsocketserv include/rudiments/private/unixsocketserverincludes.h include/rudiments/private/unixsocketutil.h include/rudiments/private/unixsocketutilincludes.h +include/rudiments/private/userentry.h +include/rudiments/private/userentryincludes.h include/rudiments/private/winsock.h include/rudiments/private/xmldom.h include/rudiments/private/xmldomincludes.h @@ -187,7 +184,6 @@ include/rudiments/serialport.h include/rudiments/serialportprofile.h include/rudiments/server.h include/rudiments/serviceentry.h -include/rudiments/shadowentry.h include/rudiments/sharedmemory.h include/rudiments/shmfile.h include/rudiments/signalclasses.h @@ -203,6 +199,7 @@ include/rudiments/threadmutex.h include/rudiments/unixsocketclient.h include/rudiments/unixsocketserver.h include/rudiments/unixsocketutil.h +include/rudiments/userentry.h include/rudiments/xmldom.h include/rudiments/xmldomnode.h include/rudiments/xmlsax.h