diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-24 08:18:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-24 08:18:00 +0000 |
commit | e5d0674e81422c49c46e808526f38ddc4d14b41a (patch) | |
tree | 9fae51ed761caf5181f27fdab30cc411be81ab02 /textproc | |
parent | 1b426c1a3b940ab58842006f2d4534e898a807d4 (diff) | |
download | ports-e5d0674e81422c49c46e808526f38ddc4d14b41a.tar.gz ports-e5d0674e81422c49c46e808526f38ddc4d14b41a.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-doc::Makefile.in | 13 |
3 files changed, 8 insertions, 11 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index a0ebbd292808..dabf5f24f65f 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libxslt -PORTVERSION= 1.0.19 +PORTVERSION= 1.0.20 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/libxslt +MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 29f017a7615a..62b76bf7467c 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxslt-1.0.19.tar.bz2) = 29bb138de7cbb5f76dcf56b968a887ff +MD5 (gnome2/libxslt-1.0.20.tar.bz2) = 625fe50ff1c41f88f48b0f219f2022a1 diff --git a/textproc/libxslt/files/patch-doc::Makefile.in b/textproc/libxslt/files/patch-doc::Makefile.in index 7214a49948d4..f5776263cfa4 100644 --- a/textproc/libxslt/files/patch-doc::Makefile.in +++ b/textproc/libxslt/files/patch-doc::Makefile.in @@ -1,12 +1,9 @@ - -$FreeBSD$ - ---- doc/Makefile.in 2001/07/30 13:29:13 1.1 -+++ doc/Makefile.in 2001/07/30 13:29:34 -@@ -99,7 +99,7 @@ - XSLT_LIBDIR = @XSLT_LIBDIR@ - XSLT_LIBS = @XSLT_LIBS@ +--- doc/Makefile.in.orig Fri Aug 23 08:37:53 2002 ++++ doc/Makefile.in Sat Aug 24 02:44:18 2002 +@@ -123,7 +123,7 @@ + + # The name of the module. -DOC_MODULE = libxslt-$(VERSION) +DOC_MODULE = libxslt |