ports/161507: [MAINTAINER] textproc/libroxml: Update to 2.1.1

Hung-Yi Chen gaod at cse.tw
Tue Oct 11 23:20:07 UTC 2011


>Number:         161507
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/libroxml: Update to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 23:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cse.tw 8.2-STABLE FreeBSD 8.2-STABLE #6: Wed Oct 5 11:51:25 CST 2011 gaod at cse.tw:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update to 2.1.1.
	Fix roxml_commit_change() when trying to export a subtree
	Fix some doc and debianization errors
	Fix doxygen error in documentation
	Fix error in xpath request handling
	Update licence text: LGPL v2.1

>How-To-Repeat:
	
>Fix:

	

--- libroxml.diff begins here ---
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/textproc/libroxml.orig/Makefile /usr/ports/textproc/libroxml/Makefile
--- /usr/ports/textproc/libroxml.orig/Makefile	2011-10-12 06:42:10.000000000 +0800
+++ /usr/ports/textproc/libroxml/Makefile	2011-10-12 06:46:14.000000000 +0800
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	libroxml
-PORTVERSION=	2.0.3
+PORTVERSION=	2.1.1
 CATEGORIES=	textproc
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	gaod at hychen.org
 COMMENT=	A minimum, easy-to-use, C implementation for xml file parsing
 
+LICENSE=	LGPL21
+
 PROJECTHOST=	libroxml
 
 USE_GMAKE=	yes
diff -ruN --exclude=CVS /usr/ports/textproc/libroxml.orig/distinfo /usr/ports/textproc/libroxml/distinfo
--- /usr/ports/textproc/libroxml.orig/distinfo	2011-10-12 06:42:10.000000000 +0800
+++ /usr/ports/textproc/libroxml/distinfo	2011-10-12 06:46:41.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (libroxml-2.0.3.tar.gz) = 9963c2042367e73472682ec074eec831c4a0e0203558d152898c60a814dc3c7e
-SIZE (libroxml-2.0.3.tar.gz) = 89730
+SHA256 (libroxml-2.1.1.tar.gz) = e4e91b610614d6cb1204ac9abbb417368fe84654c7de58134b436cfd00f1a244
+SIZE (libroxml-2.1.1.tar.gz) = 154630
diff -ruN --exclude=CVS /usr/ports/textproc/libroxml.orig/files/patch-Makefile /usr/ports/textproc/libroxml/files/patch-Makefile
--- /usr/ports/textproc/libroxml.orig/files/patch-Makefile	2011-10-12 06:42:10.000000000 +0800
+++ /usr/ports/textproc/libroxml/files/patch-Makefile	2011-10-12 06:54:15.000000000 +0800
@@ -1,6 +1,6 @@
---- Makefile.orig	2010-03-20 07:47:37.000000000 +0800
-+++ Makefile	2010-04-16 18:56:26.000000000 +0800
-@@ -111,25 +111,13 @@
+--- Makefile.orig	2011-10-12 06:48:52.000000000 +0800
++++ Makefile	2011-10-12 06:54:09.000000000 +0800
+@@ -140,25 +140,14 @@
  	$E - $(MAKE) -C $(abspath fuse.xml)
  
  .PHONY: install
@@ -19,8 +19,8 @@
 -	$E install -D $(INC) $(DESTDIR)/usr/include
 -	$E install -D LGPL.txt $(DESTDIR)/usr/share/doc/libroxml/
 -	$E install -D docs/roxml.1 $(DESTDIR)/usr/share/man/man1/
--	$E install -D docs/man/man3/* $(DESTDIR)/usr/share/man/man3/
--	$E install -D docs/html/* $(DESTDIR)/usr/share/doc/libroxml/html/
+-	$E [ ! -d docs/man/man3 ] || install -D docs/man/man3/* $(DESTDIR)/usr/share/man/man3/
+-	$E [ ! -d docs/html ] || install -D docs/html/* $(DESTDIR)/usr/share/doc/libroxml/html/
 -	$E install -m644 libroxml.pc $(DESTDIR)/usr/lib/pkgconfig
 -	$E cp -d $(TARGET_LN) $(DESTDIR)/usr/lib
 +install:
@@ -30,6 +30,7 @@
 +	$E install $(INC) $(DESTDIR)/include
 +	$E install docs/roxml.1 $(DESTDIR)/man/man1/
 +	$E install $(TARGET_LN) $(DESTDIR)/lib
++	$E install -m644 libroxml.pc $(DESTDIR)/libdata/pkgconfig
  
  .PHONY: uninstall
  uninstall:
diff -ruN --exclude=CVS /usr/ports/textproc/libroxml.orig/files/patch-inc_roxml-types.h /usr/ports/textproc/libroxml/files/patch-inc_roxml-types.h
--- /usr/ports/textproc/libroxml.orig/files/patch-inc_roxml-types.h	2011-10-12 06:42:10.000000000 +0800
+++ /usr/ports/textproc/libroxml/files/patch-inc_roxml-types.h	1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- inc/roxml-types.h.orig	2011-07-11 10:28:59.000000000 +0800
-+++ inc/roxml-types.h	2011-07-11 10:29:10.000000000 +0800
-@@ -27,6 +27,8 @@
- #include "roxml_win32_native.h"
- #endif
- 
-+#include <pthread.h>
-+
- /** \typedef roxml_parse_func 
-  *
-  * \brief parser callback functions
===> Done
--- libroxml.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list