Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 05:15:15 +0800 (CST)
From:      Hung-Yi Chen <gaod@hychen.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170426: [MAINTAINER] textproc/libroxml: update to 2.2.0
Message-ID:  <201208062115.q76LFFPx032685@cse.tw>
Resent-Message-ID: <201208062120.q76LK1Xj009777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170426
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/libroxml: update to 2.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 21:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.0-RELEASE-p2 FreeBSD 9.0-RELEASE-p2 #1: Tue Jun 12 04:13:46 CST 2012 gaod@cse.tw:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Update to 2.2.0.
>How-To-Repeat:
>Fix:

--- libroxml.diff begins here ---
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS ../libroxml.orig/Makefile ./Makefile
--- ../libroxml.orig/Makefile	2012-08-07 05:04:18.000000000 +0800
+++ ./Makefile	2012-08-07 05:04:26.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libroxml
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	GOOGLE_CODE
 
diff -ruN --exclude=CVS ../libroxml.orig/distinfo ./distinfo
--- ../libroxml.orig/distinfo	2012-08-07 05:04:18.000000000 +0800
+++ ./distinfo	2012-08-07 05:04:33.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (libroxml-2.1.1.tar.gz) = e4e91b610614d6cb1204ac9abbb417368fe84654c7de58134b436cfd00f1a244
-SIZE (libroxml-2.1.1.tar.gz) = 154630
+SHA256 (libroxml-2.2.0.tar.gz) = 0866a90116829c3fdd6b7315191aee8af8470c61f16725c5b2166a873e345d6d
+SIZE (libroxml-2.2.0.tar.gz) = 159188
diff -ruN --exclude=CVS ../libroxml.orig/files/patch-Makefile ./files/patch-Makefile
--- ../libroxml.orig/files/patch-Makefile	2012-08-07 05:04:18.000000000 +0800
+++ ./files/patch-Makefile	2012-08-07 05:13:09.000000000 +0800
@@ -1,6 +1,6 @@
---- Makefile.orig	2011-10-12 06:48:52.000000000 +0800
-+++ Makefile	2011-10-12 06:54:09.000000000 +0800
-@@ -140,25 +140,14 @@
+--- Makefile.orig	2012-08-07 05:07:01.000000000 +0800
++++ Makefile	2012-08-07 05:12:48.000000000 +0800
+@@ -149,24 +149,16 @@
  	$E - $(MAKE) -C $(abspath fuse.xml)
  
  .PHONY: install
@@ -17,20 +17,21 @@
 -	$E install -D $(TARGET_LIB) $(DESTDIR)/usr/lib
 -	$E install -D $(TARGET_BIN) $(DESTDIR)/usr/bin
 -	$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 [ ! -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:
++install: 
 +	$E install $(TARGET_SLIB) $(DESTDIR)/lib
 +	$E install $(TARGET_LIB) $(DESTDIR)/lib
 +	$E install $(TARGET_BIN) $(DESTDIR)/bin
 +	$E install $(INC) $(DESTDIR)/include
 +	$E install docs/roxml.1 $(DESTDIR)/man/man1/
-+	$E install $(TARGET_LN) $(DESTDIR)/lib
++	$E [ ! -d docs/man/man3 ] || install docs/man/man3/* $(DESTDIR)/man/man3/
++	$E [ ! -d docs/html ] || install ocs/html/* $(DESTDIR)/share/doc/libroxml/html/
 +	$E install -m644 libroxml.pc $(DESTDIR)/libdata/pkgconfig
++	$E install $(TARGET_LN) $(DESTDIR)/lib
  
  .PHONY: uninstall
  uninstall:
===> Done
--- libroxml.diff ends here ---


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



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