svn commit: r435208 - branches/2017Q1/graphics/potrace
Olivier Duchateau
olivierd at FreeBSD.org
Thu Mar 2 05:24:26 UTC 2017
Author: olivierd
Date: Thu Mar 2 05:24:24 2017
New Revision: 435208
URL: https://svnweb.freebsd.org/changeset/ports/435208
Log:
MFH: r435078
- Update to 1.14
- Add LICENSE and USES= cpe
- Switch to options helpers
PR: 217347
Submitted by: lightside
Approved by: Piotr Smyrak (maintainer)
Security: f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4
Approved by: ports-secteam (junovitch@)
Modified:
branches/2017Q1/graphics/potrace/Makefile
branches/2017Q1/graphics/potrace/distinfo
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/graphics/potrace/Makefile
==============================================================================
--- branches/2017Q1/graphics/potrace/Makefile Thu Mar 2 00:08:29 2017 (r435207)
+++ branches/2017Q1/graphics/potrace/Makefile Thu Mar 2 05:24:24 2017 (r435208)
@@ -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 at 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: branches/2017Q1/graphics/potrace/distinfo
==============================================================================
--- branches/2017Q1/graphics/potrace/distinfo Thu Mar 2 00:08:29 2017 (r435207)
+++ branches/2017Q1/graphics/potrace/distinfo Thu Mar 2 05:24:24 2017 (r435208)
@@ -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
More information about the svn-ports-all
mailing list