Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2003 11:28:14 +0100
From:      Piotr Smyrak <smyru@smyrak.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60587: [patch] update graphics/potrace to 1.2
Message-ID:  <E1AZpCY-0000BE-OJ@beth.poprostu.pl>
Resent-Message-ID: <200312261030.hBQAUDi9078631@freefall.freebsd.org>

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

>Number:         60587
>Category:       ports
>Synopsis:       [patch] update graphics/potrace to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 02:30:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Smyrak
>Release:        FreeBSD 5.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD ntbk 5.1-RELEASE-p9 FreeBSD 5.1-RELEASE-p9 #0: Fri Nov 14 15:54:01 CET 2003 root@ntbk:/usr/obj/usr/src/sys/SMYRU i386


>Description:
	The attached patch updates graphics/potrace to the
recently released version 1.2, that brings 2 new backends
plus more improvents, and some fixes.

>How-To-Repeat:
	N/A
>Fix:

--- potrace.patch begins here ---
diff -ru potrace.orig/Makefile potrace/Makefile
--- potrace.orig/Makefile	Thu Dec 25 00:51:00 2003
+++ potrace/Makefile	Wed Dec 24 18:47:14 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	potrace
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://potrace.sourceforge.net/download/
 
@@ -15,7 +15,7 @@
 
 GNU_CONFIGURE=	yes
 
-MAN1=		potrace.1
+MAN1=		potrace.1 mkbitmap.1
 
 .if defined(A4)
 CONFIGURE_ARGS+=	--enable-a4
diff -ru potrace.orig/distinfo potrace/distinfo
--- potrace.orig/distinfo	Thu Dec 25 00:51:00 2003
+++ potrace/distinfo	Wed Dec 24 18:45:44 2003
@@ -1 +1 @@
-MD5 (potrace-1.1.tar.gz) = 50d72e4c5a76ffd7da092995594e4187
+MD5 (potrace-1.2.tar.gz) = 8da9dc246770bae832610699beb27ec0
diff -ru potrace.orig/pkg-plist potrace/pkg-plist
--- potrace.orig/pkg-plist	Thu Dec 25 00:51:37 2003
+++ potrace/pkg-plist	Wed Dec 24 18:47:37 2003
@@ -1 +1,2 @@
+bin/mkbitmap
 bin/potrace
--- potrace.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AZpCY-0000BE-OJ>