Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 11:04:22 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39503: fix dependencies textproc/pdftohtml
Message-ID:  <200206190904.g5J94MOK098085@vale.pil.dk>

next in thread | raw e-mail | index | archive | help

>Number:         39503
>Category:       ports
>Synopsis:       fix dependencies textproc/pdftohtml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 02:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 09:35:15 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386


	
>Description:
- add dependency on GhostScript
- remove dependency on gmake
- fix typos in pkg-descr
- bump PORTREVISION

>How-To-Repeat:
	
>Fix:

	

--- pdftohtml.diff begins here ---
diff -ruN pdftohtml.orig/Makefile pdftohtml/Makefile
--- pdftohtml.orig/Makefile	Tue Jun 18 10:15:25 2002
+++ pdftohtml/Makefile	Wed Jun 19 10:58:23 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	pdftohtml
 PORTVERSION=	0.34
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,8 +16,9 @@
 
 MAINTAINER=	erwin@lansing.dk
 
+RUN_DEPENDS=	${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_GMAKE=	yes
 
 pre-patch:
 .for file in goo/Makefile xpdf/Makefile
diff -ruN pdftohtml.orig/pkg-descr pdftohtml/pkg-descr
--- pdftohtml.orig/pkg-descr	Mon Apr  1 04:25:00 2002
+++ pdftohtml/pkg-descr	Wed Jun 19 10:12:55 2002
@@ -1,6 +1,6 @@
-This is a port of pdftohtml, which converts pdf-files into nicely i
+This is a port of pdftohtml, which converts pdf-files into nicely
 formatted html, combined with png images.
-The HTML generated uses frames to emulate the contentlisting from 
+The HTML generated uses frames to emulate the content listing from 
 the pdf.
 
 WWW: http://sourceforge.net/projects/pdftohtml/
--- pdftohtml.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206190904.g5J94MOK098085>