From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 23:42:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D676CC26; Mon, 9 Jun 2014 23:42:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C44282F51; Mon, 9 Jun 2014 23:42:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59Ng5Xn007895; Mon, 9 Jun 2014 23:42:05 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59Ng57H007894; Mon, 9 Jun 2014 23:42:05 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406092342.s59Ng57H007894@svn.freebsd.org> From: John Marino Date: Mon, 9 Jun 2014 23:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357227 - head/graphics/pdf2svg 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.18 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, 09 Jun 2014 23:42:05 -0000 Author: marino Date: Mon Jun 9 23:42:05 2014 New Revision: 357227 URL: http://svnweb.freebsd.org/changeset/ports/357227 QAT: https://qat.redports.org/buildarchive/r357227/ Log: graphics/pdf2svg: Add stage support PR: ports/190831 Submitted by: maintainer (Martin Dieringer) Modified: head/graphics/pdf2svg/Makefile Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Mon Jun 9 23:38:57 2014 (r357226) +++ head/graphics/pdf2svg/Makefile Mon Jun 9 23:42:05 2014 (r357227) @@ -19,5 +19,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/pdf2svg -NO_STAGE= yes .include