diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-02-01 02:43:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-02-01 02:43:09 +0000 |
commit | ea1bee96a616b1b4dc3e7925d94ddf4f2a65a3d3 (patch) | |
tree | 4e141b0fe50ebcbbfe34ce27da305696040d227f | |
parent | Update to 1.2.8. (diff) |
Update to 0.35
PR: 47719
Submitted by: Erwin Lansing <erwin@lansing.dk>, Udo Schweigert <udo.schweigert@siemens.com>
Notes
Notes:
svn path=/head/; revision=74401
-rw-r--r-- | textproc/pdftohtml/Makefile | 3 | ||||
-rw-r--r-- | textproc/pdftohtml/distinfo | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/files/patch-aconf.h | 11 |
3 files changed, 2 insertions, 14 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 30c31028f318..2bc2104dc0ec 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -7,8 +7,7 @@ # PORTNAME= pdftohtml -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo index 8f9b5bccd499..b7fc9b08091a 100644 --- a/textproc/pdftohtml/distinfo +++ b/textproc/pdftohtml/distinfo @@ -1 +1 @@ -MD5 (pdftohtml_0_34.tar.gz) = b380737f9197a77d59e044b783054ed6 +MD5 (pdftohtml_0_35.tar.gz) = be4f9ab4d62f16978fc60ca9a9203bb7 diff --git a/textproc/pdftohtml/files/patch-aconf.h b/textproc/pdftohtml/files/patch-aconf.h deleted file mode 100644 index dadd74ce0d87..000000000000 --- a/textproc/pdftohtml/files/patch-aconf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- aconf.h Thu Jun 20 03:44:31 2002 -+++ /home/meshko/xpdf/work/pdftohtml/aconf.h Tue Apr 16 18:02:02 2002 -@@ -51,7 +51,7 @@ - /* #undef HAVE_BSTRING_H */ - #define HAVE_POPEN 1 - #define HAVE_MKSTEMP 1 --/* #define HAVE_MKSTEMPS 1 */ -+#define HAVE_MKSTEMPS 1 - /* #undef SELECT_TAKES_INT */ - #define GHOSTSCRIPT "gs" - |