Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 16:00:06 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379099 - head/graphics/pstoedit
Message-ID:  <201502161600.t1GG06DN098470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Feb 16 16:00:05 2015
New Revision: 379099
URL: https://svnweb.freebsd.org/changeset/ports/379099
QAT: https://qat.redports.org/buildarchive/r379099/

Log:
  Upgrade to 3.70.
  
  PR:		197439
  Submitted by:	Ports Fury.

Modified:
  head/graphics/pstoedit/Makefile
  head/graphics/pstoedit/distinfo

Modified: head/graphics/pstoedit/Makefile
==============================================================================
--- head/graphics/pstoedit/Makefile	Mon Feb 16 15:49:41 2015	(r379098)
+++ head/graphics/pstoedit/Makefile	Mon Feb 16 16:00:05 2015	(r379099)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pstoedit
-PORTVERSION=	3.62
-PORTREVISION=	6
+PORTVERSION=	3.70
 CATEGORIES=	graphics print
 MASTER_SITES=	SF
 
@@ -14,20 +13,11 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
-OPTIONS_DEFINE=	DOCS EMF EXAMPLES MAGICK MING PLOTUTILS
-OPTIONS_DEFAULT=	EMF MAGICK MING PLOTUTILS
-
-OPTIONS_SUB=	yes
-
-EMF_DESC=	Enable emf interface
-MING_DESC=	Enable swf interface
-PLOTUTILS_DESC=	Enable libplot interface
-
 USES=		pathfix pkgconfig libtool
 USE_GHOSTSCRIPT=	yes
 GNU_CONFIGURE=	yes
+MAKE_ENV=	INSTALL_STRIP_FLAG="${STRIP}"
 USE_LDCONFIG=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 
 CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -35,18 +25,22 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
+OPTIONS_DEFINE=		DOCS EMF EXAMPLES MAGICK MING PLOTUTILS
+OPTIONS_DEFAULT=	EMF MAGICK MING PLOTUTILS
+OPTIONS_SUB=		yes
+
+EMF_DESC=		WMF/EMF support via libEMF
 EMF_LIB_DEPENDS=	libEMF.so:${PORTSDIR}/graphics/libemf
 EMF_CONFIGURE_ON=	--with-libemf-include=${LOCALBASE}/include/libEMF
-EMF__CONFIGURE_OFF=	--without-emf
-
+EMF_CONFIGURE_OFF=	--without-emf
 MAGICK_LIB_DEPENDS=	libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick
 MAGICK_CONFIGURE_ON=	--with-magick
 MAGICK_CONFIGURE_OFF=	--without-magick
-
+MING_DESC=		Flash support via Ming
 MING_LIB_DEPENDS=	libming.so:${PORTSDIR}/graphics/ming
 MING_CONFIGURE_ON=	--with-swf
 MING_CONFIGURE_OFF=	--without-swf
-
+PLOTUTILS_DESC=		Plotting support via Plotutils
 PLOTUTILS_LIB_DEPENDS=	libplotter.so:${PORTSDIR}/graphics/plotutils
 PLOTUTILS_CONFIGURE_ON=	--with-libplot
 PLOTUTILS_CONFIGURE_OFF=	--without-libplot

Modified: head/graphics/pstoedit/distinfo
==============================================================================
--- head/graphics/pstoedit/distinfo	Mon Feb 16 15:49:41 2015	(r379098)
+++ head/graphics/pstoedit/distinfo	Mon Feb 16 16:00:05 2015	(r379099)
@@ -1,2 +1,2 @@
-SHA256 (pstoedit-3.62.tar.gz) = 8074c44637d48fa1a9253b263b18a61258bab904df473f803d8a639b6a038148
-SIZE (pstoedit-3.62.tar.gz) = 1013477
+SHA256 (pstoedit-3.70.tar.gz) = 06b86113f7847cbcfd4e0623921a8763143bbcaef9f9098e6def650d1ff8138c
+SIZE (pstoedit-3.70.tar.gz) = 1013949



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