From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 15:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 B5B7BB93 for ; Sat, 12 Apr 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9254C12F4 for ; Sat, 12 Apr 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CFe0XJ002910 for ; Sat, 12 Apr 2014 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CFe0H8002909; Sat, 12 Apr 2014 15:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Apr 2014 15:40:00 GMT Resent-Message-Id: <201404121540.s3CFe0H8002909@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, Olivier Duchateau 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 1B9BAB90 for ; Sat, 12 Apr 2014 15:39:38 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E378E12F0 for ; Sat, 12 Apr 2014 15:39:37 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CFdbEV088836 for ; Sat, 12 Apr 2014 15:39:37 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3CFdb1R088823; Sat, 12 Apr 2014 15:39:37 GMT (envelope-from nobody) Message-Id: <201404121539.s3CFdb1R088823@cgiserv.freebsd.org> Date: Sat, 12 Apr 2014 15:39:37 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188518: [UPDATE] print/libspectre to 0.2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 15:40:00 -0000 >Number: 188518 >Category: ports >Synopsis: [UPDATE] print/libspectre to 0.2.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 15:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 0.2.7 - Support STAGEDIR - Adjust dependencies syntax - Add LICENSE >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 351105) +++ Makefile (copie de travail) @@ -3,22 +3,22 @@ # $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $ PORTNAME= libspectre -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.2.7 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 +LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= pkgconfig gmake pathfix libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack gnomeprefix ltverhack +USE_GNOME= cairo USE_GHOSTSCRIPT=yes -CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (révision 351105) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (libspectre-0.2.6.tar.gz) = 2f637c62322c8040514284c00f63a5c310a28801e7dcfbe2ba2791be4fac0dd3 -SIZE (libspectre-0.2.6.tar.gz) = 358088 +SHA256 (libspectre-0.2.7.tar.gz) = e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec +SIZE (libspectre-0.2.7.tar.gz) = 387947 Index: pkg-plist =================================================================== --- pkg-plist (révision 351105) +++ pkg-plist (copie de travail) @@ -10,5 +10,6 @@ lib/libspectre.la lib/libspectre.so lib/libspectre.so.1 +lib/libspectre.so.1.1.7 libdata/pkgconfig/libspectre.pc @dirrm include/libspectre >Release-Note: >Audit-Trail: >Unformatted: