diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-24 18:16:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-24 18:16:02 +0000 |
commit | b0aab18792fd2ebaac40f2eef6de7f21a5ec989e (patch) | |
tree | 2de39e71ff188fcb306539d66910516461274623 /textproc/libxslt | |
parent | 803b84c2889a767f6c8754049cd7718cfa641a03 (diff) | |
download | ports-b0aab18792fd2ebaac40f2eef6de7f21a5ec989e.tar.gz ports-b0aab18792fd2ebaac40f2eef6de7f21a5ec989e.zip |
Notes
Diffstat (limited to 'textproc/libxslt')
-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 |