Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2015 10:48:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393722 - in head/devel/rudiments: . files
Message-ID:  <201508081048.t78AmpHU087346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508081048.t78AmpHU087346>