From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 23:14:30 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 0DD56DEE; Fri, 25 Apr 2014 23:14:30 +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 EDCAE153C; Fri, 25 Apr 2014 23:14:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PNET0N096188; Fri, 25 Apr 2014 23:14:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PNETNl096186; Fri, 25 Apr 2014 23:14:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404252314.s3PNETNl096186@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 25 Apr 2014 23:14:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352168 - head/print/libspectre 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.17 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: Fri, 25 Apr 2014 23:14:30 -0000 Author: bapt Date: Fri Apr 25 23:14:29 2014 New Revision: 352168 URL: http://svnweb.freebsd.org/changeset/ports/352168 QAT: https://qat.redports.org/buildarchive/r352168/ Log: Support stage Modified: head/print/libspectre/Makefile head/print/libspectre/pkg-plist Modified: head/print/libspectre/Makefile ============================================================================== --- head/print/libspectre/Makefile Fri Apr 25 23:11:19 2014 (r352167) +++ head/print/libspectre/Makefile Fri Apr 25 23:14:29 2014 (r352168) @@ -4,21 +4,22 @@ PORTNAME= libspectre PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A small library for rendering Postscript documents +COMMENT= Small library for rendering Postscript documents -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -USE_AUTOTOOLS= libtool +USES= libtool:keepla pathfix USE_LDCONFIG= yes -USE_GNOME= gnomehack gnomeprefix ltverhack +USE_GNOME= gnomeprefix USE_GHOSTSCRIPT=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -NO_STAGE= yes .include Modified: head/print/libspectre/pkg-plist ============================================================================== --- head/print/libspectre/pkg-plist Fri Apr 25 23:11:19 2014 (r352167) +++ head/print/libspectre/pkg-plist Fri Apr 25 23:14:29 2014 (r352168) @@ -10,5 +10,6 @@ lib/libspectre.a lib/libspectre.la lib/libspectre.so lib/libspectre.so.1 +lib/libspectre.so.1.1.6 libdata/pkgconfig/libspectre.pc @dirrm include/libspectre