Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:24:22 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172021: graphics/pstoedit: Update to version 3.61
Message-ID:  <20120926022422.f9813ec1b8a315191167c2a7@yahoo.com>
Resent-Message-ID: <201209251810.q8PIAUoM021669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172021
>Category:       ports
>Synopsis:       graphics/pstoedit: Update to version 3.61
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:30 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 3.61

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile
--- /usr/ports/graphics/pstoedit/Makefile	2012-07-26 14:40:22.000000000 +0900
+++ graphics/pstoedit/Makefile	2012-09-25 03:35:10.000000000 +0900
@@ -1,22 +1,17 @@
-# New ports collection makefile for:	pstodit
-# Date created:		03 July 1998
-# Whom:			Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
 # $FreeBSD: ports/graphics/pstoedit/Makefile,v 1.73 2012/07/26 05:40:22 bapt Exp $
-#
 
 PORTNAME=	pstoedit
-PORTVERSION=	3.60
-PORTREVISION=	1
+PORTVERSION=	3.61
 CATEGORIES=	graphics print
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert PostScript to other vector graphic formats
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # (or later)
 
-LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
 
 OPTIONS_DEFINE=	MAGICK EMF MING PLOTUTILS DOCS EXAMPLES
 OPTIONS_DEFAULT=	MAGICK EMF PLOTUTILS
@@ -25,13 +20,12 @@
 PLOTUTILS_DESC=	Enable libplot interface
 
 USE_GNOME=	gnomehack
-USE_PKGCONFIG=	yes
 USE_GHOSTSCRIPT=	yes
+USE_PKGCONFIG=	build
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_SAFE=yes
 
-CFLAGS+=	-DHAVE_LIBGD
 CPPFLAGS+=	-I${LOCALBASE}/include/ming -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
@@ -40,7 +34,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+=	Magick++.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	Magick++:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	IMAGEMAGICK=""
 .else
 CONFIGURE_ARGS+=	--without-magick
@@ -48,7 +42,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MEMF}
-LIB_DEPENDS+=	EMF.1:${PORTSDIR}/graphics/libemf
+LIB_DEPENDS+=	EMF:${PORTSDIR}/graphics/libemf
 CONFIGURE_ARGS+=	--with-libemf-include=${LOCALBASE}/include/libEMF
 PLIST_SUB+=	EMF=""
 .else
@@ -57,7 +51,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MMING}
-LIB_DEPENDS+=	ming.5:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+=	ming:${PORTSDIR}/graphics/ming
 PLIST_SUB+=	MING=""
 .else
 CONFIGURE_ARGS+=	--without-swf
@@ -65,7 +59,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPLOTUTILS}
-LIB_DEPENDS+=	plotter.4:${PORTSDIR}/graphics/plotutils
+LIB_DEPENDS+=	plotter:${PORTSDIR}/graphics/plotutils
 PLIST_SUB+=	PLOTUTILS=""
 .else
 CONFIGURE_ARGS+=	--without-libplot
diff -urN /usr/ports/graphics/pstoedit/distinfo graphics/pstoedit/distinfo
--- /usr/ports/graphics/pstoedit/distinfo	2011-10-18 22:06:04.000000000 +0900
+++ graphics/pstoedit/distinfo	2012-08-30 01:30:25.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pstoedit-3.60.tar.gz) = 118e58aa2c65e4193f1cc5a56c569e160752f654bf35e39f790d27b223b62391
-SIZE (pstoedit-3.60.tar.gz) = 988351
+SHA256 (pstoedit-3.61.tar.gz) = e9935f5510fc5a3227bd31a74e88911f02a4c8516f3e0fe9fbc0dc780f2460db
+SIZE (pstoedit-3.61.tar.gz) = 989480
>Release-Note:
>Audit-Trail:
>Unformatted:



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