Date: Tue, 28 Feb 2017 18:39:52 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435078 - head/graphics/potrace Message-ID: <201702281839.v1SIdqd0080247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Tue Feb 28 18:39:52 2017 New Revision: 435078 URL: https://svnweb.freebsd.org/changeset/ports/435078 Log: - Update to 1.14 - Add LICENSE and USES= cpe - Switch to options helpers PR: 217347 Submitted by: lightside Approved by: Piotr Smyrak (maintainer) MFH: 2017Q1 Security: f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4 Modified: head/graphics/potrace/Makefile head/graphics/potrace/distinfo Modified: head/graphics/potrace/Makefile ============================================================================== --- head/graphics/potrace/Makefile Tue Feb 28 18:37:06 2017 (r435077) +++ head/graphics/potrace/Makefile Tue Feb 28 18:39:52 2017 (r435078) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= potrace -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.14 CATEGORIES= graphics MASTER_SITES= http://sourceforge.net/projects/potrace/files/${PORTVERSION}/ MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe GNU_CONFIGURE= yes PLIST_FILES= bin/potrace bin/mkbitmap \ @@ -20,17 +23,9 @@ OPTIONS_DEFINE= METRIC A4 OPTIONS_DEFAULT=METRIC A4 METRIC_DESC= Use metric units (cm) as default +METRIC_CONFIGURE_ENABLE= metric A4_DESC= Use A4 as the default papersize - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MA4} -CONFIGURE_ARGS+= --enable-a4 -.endif - -.if ${PORT_OPTIONS:MMETRIC} -CONFIGURE_ARGS+= --enable-metric -.endif +A4_CONFIGURE_ENABLE= a4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/potrace ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/potrace/distinfo ============================================================================== --- head/graphics/potrace/distinfo Tue Feb 28 18:37:06 2017 (r435077) +++ head/graphics/potrace/distinfo Tue Feb 28 18:39:52 2017 (r435078) @@ -1,2 +1,3 @@ -SHA256 (potrace-1.11.tar.gz) = 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead -SIZE (potrace-1.11.tar.gz) = 662085 +TIMESTAMP = 1487558979 +SHA256 (potrace-1.14.tar.gz) = db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e +SIZE (potrace-1.14.tar.gz) = 649685
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702281839.v1SIdqd0080247>