ports/61430: [patch] update graphics/potrace to 1.3

Piotr Smyrak smyru at smyrak.com
Fri Jan 16 16:50:26 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list