From owner-svn-ports-all@FreeBSD.ORG Mon Nov 5 09:10:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33937653; Mon, 5 Nov 2012 09:10:02 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1977C8FC0C; Mon, 5 Nov 2012 09:10:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA59A1Rm066708; Mon, 5 Nov 2012 09:10:01 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA59A1Wh066706; Mon, 5 Nov 2012 09:10:01 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201211050910.qA59A1Wh066706@svn.freebsd.org> From: Boris Samorodov Date: Mon, 5 Nov 2012 09:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306997 - head/graphics/pstoedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 09:10:02 -0000 Author: bsam Date: Mon Nov 5 09:10:01 2012 New Revision: 306997 URL: http://svnweb.freebsd.org/changeset/ports/306997 Log: - update to version 3.6.1. New or changed in 3.61: . fixed a bug in handling of -page option; . improved support for 64-bit systems related to different version of ghostscript; . added some features for supporting the LaOS project (http://www.laoslaser.org/). - use two line style headers; - remove ABI version from LIB_DEPENDS. Feature safe: yes Modified: head/graphics/pstoedit/Makefile Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Mon Nov 5 08:36:59 2012 (r306996) +++ head/graphics/pstoedit/Makefile Mon Nov 5 09:10:01 2012 (r306997) @@ -1,13 +1,8 @@ -# New ports collection makefile for: pstodit -# Date created: 03 July 1998 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= pstoedit -PORTVERSION= 3.60 -PORTREVISION= 1 +PORTVERSION= 3.61 CATEGORIES= graphics print MASTER_SITES= SF @@ -16,7 +11,7 @@ COMMENT= Convert PostScript to other vec LICENSE= GPLv2 -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