Bug 170426 - [MAINTAINER] textproc/libroxml: update to 2.2.0
Summary: [MAINTAINER] textproc/libroxml: update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-06 22:20 UTC by Hung-Yi Chen
Modified: 2012-08-08 15:20 UTC (History)
0 users

See Also:


Attachments
libroxml.diff (2.49 KB, patch)
2012-08-06 22:20 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2012-08-06 22:20:01 UTC
	Update to 2.2.0.
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-08-08 08:05:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-08 15:15:38 UTC
Author: scheidell
Date: Wed Aug  8 14:15:24 2012
New Revision: 302290
URL: http://svn.freebsd.org/changeset/ports/302290

Log:
  - Update to 2.2.0
  
  PR:		ports/170426
  Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)

Modified:
  head/textproc/libroxml/Makefile
  head/textproc/libroxml/distinfo
  head/textproc/libroxml/files/patch-Makefile

Modified: head/textproc/libroxml/Makefile
==============================================================================
--- head/textproc/libroxml/Makefile	Wed Aug  8 14:13:17 2012	(r302289)
+++ head/textproc/libroxml/Makefile	Wed Aug  8 14:15:24 2012	(r302290)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libroxml
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/textproc/libroxml/distinfo
==============================================================================
--- head/textproc/libroxml/distinfo	Wed Aug  8 14:13:17 2012	(r302289)
+++ head/textproc/libroxml/distinfo	Wed Aug  8 14:15:24 2012	(r302290)
@@ -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

Modified: head/textproc/libroxml/files/patch-Makefile
==============================================================================
--- head/textproc/libroxml/files/patch-Makefile	Wed Aug  8 14:13:17 2012	(r302289)
+++ head/textproc/libroxml/files/patch-Makefile	Wed Aug  8 14:15:24 2012	(r302290)
@@ -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:
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-08-08 15:17:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!. (ps, look into using anon subversion, makes your 
life easier) <http://wiki.freebsd.org/PortsSubversionPrimer>  then you 
just do a svn diff, and don't need a second directory.