diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-25 02:16:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-25 02:16:02 +0800 |
commit | 908a82bc11a740e4d1363807ad9f3fce0ea3c42c (patch) | |
tree | e37a3b6e945e1971c223006160ecd6ace18b2c79 /textproc | |
parent | cc641dd56059e9a219571dc3462e896d93c644ff (diff) | |
download | freebsd-ports-gnome-908a82bc11a740e4d1363807ad9f3fce0ea3c42c.tar.gz freebsd-ports-gnome-908a82bc11a740e4d1363807ad9f3fce0ea3c42c.tar.zst freebsd-ports-gnome-908a82bc11a740e4d1363807ad9f3fce0ea3c42c.zip |
Update to 1.1.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-doc::Makefile.in | 14 | ||||
-rw-r--r-- | textproc/libxslt/pkg-plist | 3 |
4 files changed, 12 insertions, 9 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index fb87f089e377..228b8569a5b3 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 67d21a615cc7..b325f1493d8a 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxslt-1.1.1.tar.bz2) = 1481b9a2e50d87cd0d738224c6f3f883 +MD5 (gnome2/libxslt-1.1.2.tar.bz2) = 485a2ea1fda06e0dc3b036375673f6e2 diff --git a/textproc/libxslt/files/patch-doc::Makefile.in b/textproc/libxslt/files/patch-doc::Makefile.in index a385d3dc149e..ba2fd08b96cb 100644 --- a/textproc/libxslt/files/patch-doc::Makefile.in +++ b/textproc/libxslt/files/patch-doc::Makefile.in @@ -1,7 +1,7 @@ ---- doc/Makefile.in.orig Tue Nov 4 13:00:21 2003 -+++ doc/Makefile.in Tue Nov 4 13:04:43 2003 -@@ -139,7 +139,7 @@ - +--- doc/Makefile.in.orig Wed Dec 24 12:41:48 2003 ++++ doc/Makefile.in Wed Dec 24 12:43:38 2003 +@@ -141,7 +141,7 @@ + pythondir = @pythondir@ # The name of the module. -DOC_MODULE = libxslt-$(VERSION) @@ -9,7 +9,7 @@ # The top-level SGML file. DOC_MAIN_XML_FILE = libxslt.xml -@@ -418,10 +418,9 @@ +@@ -486,10 +486,9 @@ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR) @@ -20,6 +20,6 @@ + -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) + -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR) + -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/EXSLT + -@INSTALL@ -m 0644 $(srcdir)/EXSLT/*.html $(DESTDIR)$(TARGET_DIR)/EXSLT $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial - -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial - -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR)) diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist index 3560efb2eb05..029e6f368dc2 100644 --- a/textproc/libxslt/pkg-plist +++ b/textproc/libxslt/pkg-plist @@ -55,10 +55,12 @@ share/aclocal/libxslt.m4 %%DOCSDIR%%/html/APIchunk6.html %%DOCSDIR%%/html/APIchunk7.html %%DOCSDIR%%/html/APIchunk8.html +%%DOCSDIR%%/html/APIchunk9.html %%DOCSDIR%%/html/APIconstructors.html %%DOCSDIR%%/html/APIfiles.html %%DOCSDIR%%/html/APIfunctions.html %%DOCSDIR%%/html/APIsymbols.html +%%DOCSDIR%%/html/EXSLT/exslt.html %%DOCSDIR%%/html/FAQ.html %%DOCSDIR%%/html/Libxslt-Logo-180x168.gif %%DOCSDIR%%/html/Libxslt-Logo-90x34.gif @@ -114,6 +116,7 @@ share/aclocal/libxslt.m4 %%DOCSDIR%%/html/xsltproc.html %%DOCSDIR%%/html/xsltproc2.html @dirrm %%DOCSDIR%%/html/tutorial +@dirrm %%DOCSDIR%%/html/EXSLT @dirrm %%DOCSDIR%%/html %%PYTHON:%%@dirrm %%DOCSDIR%%-python/examples %%PYTHON:%%@dirrm %%DOCSDIR%%-python |