From owner-svn-ports-head@freebsd.org Sat Aug 8 10:48:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB8C89B529B; Sat, 8 Aug 2015 10:48:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.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 BF84A19DB; Sat, 8 Aug 2015 10:48:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t78AmqkY087350; Sat, 8 Aug 2015 10:48:52 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t78AmpHU087346; Sat, 8 Aug 2015 10:48:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508081048.t78AmpHU087346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Aug 2015 10:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393722 - in head/devel/rudiments: . files 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.20 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: Sat, 08 Aug 2015 10:48:53 -0000 Author: pi Date: Sat Aug 8 10:48:50 2015 New Revision: 393722 URL: https://svnweb.freebsd.org/changeset/ports/393722 Log: devel/rudiments: 0.51 -> 0.52 - tweaked codetree's recursive break logic a bit - added compiler class - added case-insensitive methods to xmldomnode - added methods to xmldomnode that operate on descendents (as opposed to just operating on direct children) - added methods to xmldomnode for deleting, wrapping, unwrapping - fixed dynamiclib::getError() bug on windows - tweaked -Werror detection in configure script - removed rpcentry class - added file::setPermissions() methods Modified: head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/files/patch-Makefile head/devel/rudiments/pkg-plist Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Sat Aug 8 10:24:48 2015 (r393721) +++ head/devel/rudiments/Makefile Sat Aug 8 10:48:50 2015 (r393722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Sat Aug 8 10:24:48 2015 (r393721) +++ head/devel/rudiments/distinfo Sat Aug 8 10:48:50 2015 (r393722) @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.51.tar.gz) = 635b984d0d2d83c4c598f004cb5ec729796af6c9444f28e49b02e4539e5e7aaa -SIZE (rudiments-0.51.tar.gz) = 1923612 +SHA256 (rudiments-0.52.tar.gz) = da0c54553ebd02f0987a23e6f570201e306143dc51222d7f1fb71d029b463190 +SIZE (rudiments-0.52.tar.gz) = 2039906 Modified: head/devel/rudiments/files/patch-Makefile ============================================================================== --- head/devel/rudiments/files/patch-Makefile Sat Aug 8 10:24:48 2015 (r393721) +++ head/devel/rudiments/files/patch-Makefile Sat Aug 8 10:48:50 2015 (r393722) @@ -1,24 +1,28 @@ ---- Makefile.orig 2015-02-04 18:02:12 UTC -+++ Makefile -@@ -16,9 +16,9 @@ install: +--- Makefile.orig 2015-08-05 23:06:25.000000000 +0200 ++++ Makefile 2015-08-08 12:40:43.305908000 +0200 +@@ -16,12 +16,9 @@ cd bin $(AND) $(MAKE) install cd doc $(AND) $(MAKE) install cd man $(AND) $(MAKE) install +- $(MKINSTALLDIRS) $(licensedir) +- $(CP) COPYING $(licensedir) +- $(CHMOD) 0644 $(licensedir)/COPYING - $(MKINSTALLDIRS) $(libdir)/pkgconfig -- $(CP) rudiments.pc $(libdir)/pkgconfig/rudiments.pc +- $(CP) rudiments.pc $(libdir)/pkgconfig - $(CHMOD) 644 $(libdir)/pkgconfig/rudiments.pc + $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/libdata/pkgconfig -+ $(CP) rudiments.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/rudiments.pc ++ $(CP) rudiments.pc $(DESTDIR)$(prefix)/libdata/pkgconfig + $(CHMOD) 644 $(DESTDIR)$(prefix)/libdata/pkgconfig/rudiments.pc uninstall: cd src $(AND) $(MAKE) uninstall -@@ -26,7 +26,7 @@ uninstall: +@@ -29,8 +26,7 @@ cd bin $(AND) $(MAKE) uninstall cd doc $(AND) $(MAKE) uninstall cd man $(AND) $(MAKE) uninstall +- $(RMTREE) $(licensedir) - $(RM) $(libdir)/pkgconfig/rudiments.pc -+ $(RM) $(DESTDIR)$(libdir)/pkgconfig/rudiments.pc ++ $(RM) $(DESTDIR)$(prefix)/libdata/pkgconfig/rudiments.pc distclean: clean $(RM) config.mk config.cache config.h config.log config.status features.mk libtool rudiments.pc include/Makefile include/rudiments/private/config.h include/rudiments/private/config.h.in~ bin/rudiments-config src/Makefile msvc/rudiments.opensdf msvc/rudiments.sdf msvc/rudiments.suo Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Sat Aug 8 10:24:48 2015 (r393721) +++ head/devel/rudiments/pkg-plist Sat Aug 8 10:48:50 2015 (r393722) @@ -7,6 +7,7 @@ include/rudiments/chat.h include/rudiments/client.h include/rudiments/codetree.h include/rudiments/commandline.h +include/rudiments/compiler.h include/rudiments/crypt.h include/rudiments/datetime.h include/rudiments/device.h @@ -48,6 +49,8 @@ include/rudiments/private/codetree.h include/rudiments/private/codetreeincludes.h include/rudiments/private/commandline.h include/rudiments/private/commandlineincludes.h +include/rudiments/private/compiler.h +include/rudiments/private/compilerincludes.h include/rudiments/private/config.h include/rudiments/private/cryptincludes.h include/rudiments/private/datetime.h @@ -121,8 +124,6 @@ include/rudiments/private/randomnumber.h include/rudiments/private/randomnumberincludes.h include/rudiments/private/regularexpression.h include/rudiments/private/regularexpressionincludes.h -include/rudiments/private/rpcentry.h -include/rudiments/private/rpcentryincludes.h include/rudiments/private/rudimentsinlines.h include/rudiments/private/semaphoreset.h include/rudiments/private/semaphoresetincludes.h @@ -182,7 +183,6 @@ include/rudiments/protocolentry.h include/rudiments/randomnumber.h include/rudiments/regularexpression.h include/rudiments/resultcodes.h -include/rudiments/rpcentry.h include/rudiments/semaphoreset.h include/rudiments/serialport.h include/rudiments/serialportprofile.h