aboutsummaryrefslogtreecommitdiff
path: root/textproc/libroxml
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-08-08 14:15:24 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-08-08 14:15:24 +0000
commit47b4182ebf705c20703346c63e8b70f391c18791 (patch)
tree7cc32d2af98c7d29a60315d0f39e8797d1b95df1 /textproc/libroxml
parent3ece43c426498c173966cef44d8b3de337726a63 (diff)
downloadports-47b4182ebf705c20703346c63e8b70f391c18791.tar.gz
ports-47b4182ebf705c20703346c63e8b70f391c18791.zip
Notes
Diffstat (limited to 'textproc/libroxml')
-rw-r--r--textproc/libroxml/Makefile2
-rw-r--r--textproc/libroxml/distinfo4
-rw-r--r--textproc/libroxml/files/patch-Makefile13
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile
index 3f6acd3929db..dcd59d45f2cb 100644
--- a/textproc/libroxml/Makefile
+++ b/textproc/libroxml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libroxml
-PORTVERSION= 2.1.1
+PORTVERSION= 2.2.0
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
diff --git a/textproc/libroxml/distinfo b/textproc/libroxml/distinfo
index 44e0617daf78..42dcaa5853af 100644
--- a/textproc/libroxml/distinfo
+++ b/textproc/libroxml/distinfo
@@ -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 --git a/textproc/libroxml/files/patch-Makefile b/textproc/libroxml/files/patch-Makefile
index 160eb6f450ec..6a8589b7753f 100644
--- a/textproc/libroxml/files/patch-Makefile
+++ b/textproc/libroxml/files/patch-Makefile
@@ -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: