Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 09:20:24 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549909 - head/graphics/epstool
Message-ID:  <202009240920.08O9KOYJ066332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Sep 24 09:20:24 2020
New Revision: 549909
URL: https://svnweb.freebsd.org/changeset/ports/549909

Log:
  graphics/epstool: Update to 3.09
  
  Reported by:	Repology

Modified:
  head/graphics/epstool/Makefile
  head/graphics/epstool/distinfo
  head/graphics/epstool/pkg-descr

Modified: head/graphics/epstool/Makefile
==============================================================================
--- head/graphics/epstool/Makefile	Thu Sep 24 09:02:52 2020	(r549908)
+++ head/graphics/epstool/Makefile	Thu Sep 24 09:20:24 2020	(r549909)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	epstool
-PORTVERSION=	3.08
-PORTREVISION=	6
+PORTVERSION=	3.09
 CATEGORIES=	graphics
-MASTER_SITES=	LOCAL/bf
+MASTER_SITES=	http://www.ghostgum.com.au/download/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create or extract preview bitmaps in EPS files
@@ -15,13 +14,21 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		ghostscript:run gmake
 MAKEFILE=	makefile
-MAKE_ARGS=	MAKE="${MAKE_CMD}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \
-		CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
-		GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
+MAKE_ARGS=	CC="${CC}" \
+		CCAUX="${CC}" \
+		CLINK="${CC} ${LDFLAGS}" \
+		EPSLIB="" \
+		GSCDEBUG="" \
+		GTKCFLAGS="" \
+		GTKLIBS="" \
+		LIBPNGCFLAGS="" \
+		LIBPNGLIBS="" \
+		LINK="${CC} ${LDFLAGS}" \
+		MAKE="${MAKE_CMD}"
 ALL_TARGET=	${PORTNAME}
-MAKE_JOBS_UNSAFE=	yes
 
-PLIST_FILES=	bin/epstool man/man1/epstool.1.gz
+PLIST_FILES=	bin/epstool \
+		share/man/man1/epstool.1.gz
 
 PORTDOCS=	epstool.htm gsview.css
 
@@ -29,7 +36,7 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/epstool/distinfo
==============================================================================
--- head/graphics/epstool/distinfo	Thu Sep 24 09:02:52 2020	(r549908)
+++ head/graphics/epstool/distinfo	Thu Sep 24 09:20:24 2020	(r549909)
@@ -1,2 +1,3 @@
-SHA256 (epstool-3.08.tar.gz) = f3f14b95146868ff3f93c8720d5539deef3b6531630a552165664c7ee3c2cfdd
-SIZE (epstool-3.08.tar.gz) = 191567
+TIMESTAMP = 1600938921
+SHA256 (epstool-3.09.tar.gz) = e3538857e0c8c21a5a6cbd28fba75d71825318daea6525a4d20e385d758ca847
+SIZE (epstool-3.09.tar.gz) = 191023

Modified: head/graphics/epstool/pkg-descr
==============================================================================
--- head/graphics/epstool/pkg-descr	Thu Sep 24 09:02:52 2020	(r549908)
+++ head/graphics/epstool/pkg-descr	Thu Sep 24 09:20:24 2020	(r549909)
@@ -1,4 +1,5 @@
-epstool - Create or extract preview bitmaps in EPS files.
+Epstool is a utility to create or extract preview images in EPS files,
+fix bounding boxes and convert to bitmaps.
 
 Features:
 - Add EPSI or DOS EPS previews.
@@ -8,4 +9,4 @@ Features:
 - Create TIFF or Interchange from part of a bitmap created
   by Ghostscript.
 
-WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
+WWW: http://www.ghostgum.com.au/software/epstool.htm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009240920.08O9KOYJ066332>