Date: Fri, 16 Jan 2004 17:50:55 +0100 From: Piotr Smyrak <smyru@smyrak.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61430: [patch] update graphics/potrace to 1.3 Message-ID: <E1AhXBP-0000Az-P4@beth.poprostu.pl> Resent-Message-ID: <200401161650.i0GGoBe3060921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61430 >Category: ports >Synopsis: [patch] update graphics/potrace to 1.3 >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 Jan 16 08:50:10 PST 2004 >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 following patch updates graphics/potrace to recently released version 1.3. >How-To-Repeat: N/A >Fix: --- potrace.patch begins here --- diff -ru potrace.orig/Makefile potrace/Makefile --- potrace.orig/Makefile Thu Jan 15 10:10:22 2004 +++ potrace/Makefile Thu Jan 15 10:47:22 2004 @@ -6,7 +6,7 @@ # PORTNAME= potrace -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= graphics MASTER_SITES= http://potrace.sourceforge.net/download/ @@ -39,5 +39,14 @@ @${ECHO} " WITH_METRIC Enable use of metric units (centimeters) as default" @${ECHO} " A4 Enable use of A4 as the default papersize" @${ECHO} "" + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + +.for doc in pdf ps + ${INSTALL_DATA} ${WRKSRC}/doc/potrace.${doc} ${DOCSDIR}/potrace.${doc} +.endfor +.endif .include <bsd.port.mk> diff -ru potrace.orig/distinfo potrace/distinfo --- potrace.orig/distinfo Thu Jan 15 10:10:22 2004 +++ potrace/distinfo Thu Jan 15 10:15:39 2004 @@ -1 +1 @@ -MD5 (potrace-1.2.tar.gz) = 8da9dc246770bae832610699beb27ec0 +MD5 (potrace-1.3.tar.gz) = 726f1e063d3a131504aaf80e653ee053 diff -ru potrace.orig/pkg-plist potrace/pkg-plist --- potrace.orig/pkg-plist Thu Jan 15 10:10:22 2004 +++ potrace/pkg-plist Thu Jan 15 10:31:04 2004 @@ -1,2 +1,5 @@ bin/mkbitmap bin/potrace +%%PORTDOCS%%%%DOCSDIR%%/potrace.pdf +%%PORTDOCS%%%%DOCSDIR%%/potrace.ps +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- 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?E1AhXBP-0000Az-P4>