ports/61386: [maintainer] print/mftrace update to 1.0.26, old one is not fetchable

Patrick Atamaniuk atamaniuk-ports at frobs.net
Thu Jan 15 16:30:29 UTC 2004


>Number:         61386
>Category:       ports
>Synopsis:       [maintainer] print/mftrace update to 1.0.26, old one is not fetchable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 15 08:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Atamaniuk
>Release:        FreeBSD 5.2-RCP i386
>Organization:
wibas GmbH
>Environment:
System: FreeBSD argl.gr.atabersk.de 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Jan 14 09:53:56 CET 2004 patrick at argl.gr.atabersk.de:/usr/obj/usr/src/sys/ARGL i386

>Description:
	UNBREAK unfetchable old distfile by
        update port to current stable version
	Add WITH_POTRACE to select between autotrace and potrace options

>How-To-Repeat:
        try to fetch print/mftrace 1.0.24

>Fix:

--- mftrace.diff begins here ---
diff -ruN --exclude=CVS /usr/ports/print/mftrace/Makefile ./Makefile
--- /usr/ports/print/mftrace/Makefile	Thu Jan  1 12:06:51 2004
+++ ./Makefile	Thu Jan 15 17:18:00 2004
@@ -3,11 +3,11 @@
 # Date created:			Jun w, 2002
 # Whom:				ijliao
 #
-# $FreeBSD: ports/print/mftrace/Makefile,v 1.9 2004/01/01 11:06:51 pav Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	mftrace
-PORTVERSION=	1.0.24
+PORTVERSION=	1.0.26
 CATEGORIES=	print
 MASTER_SITES=	http://www.xs4all.nl/~hanwen/mftrace/
 
@@ -15,9 +15,14 @@
 COMMENT=	Scalable PostScript (Type1) Fonts for MetaFont
 
 RUN_DEPENDS=	mktextfm:${PORTSDIR}/print/teTeX \
-		autotrace:${PORTSDIR}/graphics/autotrace \
 		t1asm:${PORTSDIR}/print/t1utils \
 		pfaedit:${PORTSDIR}/print/pfaedit
+
+.if defined(WITH_POTRACE)
+RUN_DEPENDS+=	potrace:${PORTSDIR}/graphics/potrace
+.else
+RUN_DEPENDS+=	autotrace:${PORTSDIR}/graphics/autotrace
+.endif
 
 USE_GETOPT_LONG=yes
 USE_PYTHON=	yes
diff -ruN --exclude=CVS /usr/ports/print/mftrace/distinfo ./distinfo
--- /usr/ports/print/mftrace/distinfo	Thu Jan  1 12:06:51 2004
+++ ./distinfo	Thu Jan 15 17:18:34 2004
@@ -1 +1 @@
-MD5 (mftrace-1.0.24.tar.gz) = d6070391699a2e8446015af53dfa02f5
+MD5 (mftrace-1.0.26.tar.gz) = 15e384bba8d321628db2eab563904dda
--- mftrace.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list