From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:10:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB52B106567A for ; Tue, 25 Sep 2012 18:10:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B6EB68FC29 for ; Tue, 25 Sep 2012 18:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIAUWF021677 for ; Tue, 25 Sep 2012 18:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAUoM021669; Tue, 25 Sep 2012 18:10:30 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:10:30 GMT Resent-Message-Id: <201209251810.q8PIAUoM021669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE1611065745 for ; Tue, 25 Sep 2012 18:07:43 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 244538FC18 for ; Tue, 25 Sep 2012 18:07:43 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3168A47C036 for ; Wed, 26 Sep 2012 03:07:41 +0900 (JST) Message-Id: <20120926022422.f9813ec1b8a315191167c2a7@yahoo.com> Date: Wed, 26 Sep 2012 02:24:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172021: graphics/pstoedit: Update to version 3.61 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:10:31 -0000 >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 -# +# Created by: Thomas Gellekum # $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 .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: