Date: Sat, 12 Apr 2014 15:39:37 GMT From: Olivier Duchateau <olivierd@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/188518: [UPDATE] print/libspectre to 0.2.7 Message-ID: <201404121539.s3CFdb1R088823@cgiserv.freebsd.org> Resent-Message-ID: <201404121540.s3CFe0H8002909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121539.s3CFdb1R088823>