svn commit: r354827 - head/print/libspectre

Koop Mast kwm at FreeBSD.org
Thu May 22 11:41:14 UTC 2014


Author: kwm
Date: Thu May 22 11:41:12 2014
New Revision: 354827
URL: http://svnweb.freebsd.org/changeset/ports/354827
QAT: https://qat.redports.org/buildarchive/r354827/

Log:
  Update to 1.2.7.
  
  Add LICENSE and update WWW.
  
  PR:		port/189007
  Submitted by:	olivierd@

Modified:
  head/print/libspectre/Makefile
  head/print/libspectre/distinfo
  head/print/libspectre/pkg-descr
  head/print/libspectre/pkg-plist

Modified: head/print/libspectre/Makefile
==============================================================================
--- head/print/libspectre/Makefile	Thu May 22 11:32:15 2014	(r354826)
+++ head/print/libspectre/Makefile	Thu May 22 11:41:12 2014	(r354827)
@@ -3,19 +3,18 @@
 #    $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
 
 PORTNAME=	libspectre
-PORTVERSION=	0.2.6
-PORTREVISION=	2
+PORTVERSION=	0.2.7
 CATEGORIES=	print
 MASTER_SITES=	http://libspectre.freedesktop.org/releases/
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Small library for rendering Postscript documents
 
-LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo
+LICENSE=	GPLv2
 
-USES=		libtool:keepla pathfix
+USES=		gmake libtool:keepla pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix
+USE_GNOME=	cairo
 USE_GHOSTSCRIPT=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/print/libspectre/distinfo
==============================================================================
--- head/print/libspectre/distinfo	Thu May 22 11:32:15 2014	(r354826)
+++ head/print/libspectre/distinfo	Thu May 22 11:41:12 2014	(r354827)
@@ -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

Modified: head/print/libspectre/pkg-descr
==============================================================================
--- head/print/libspectre/pkg-descr	Thu May 22 11:32:15 2014	(r354826)
+++ head/print/libspectre/pkg-descr	Thu May 22 11:41:12 2014	(r354827)
@@ -1,3 +1,3 @@
 A small library for rendering Postscript documents
 
-WWW: http://libspectre.freedesktop.org/wiki/
+WWW: http://www.freedesktop.org/wiki/Software/libspectre/

Modified: head/print/libspectre/pkg-plist
==============================================================================
--- head/print/libspectre/pkg-plist	Thu May 22 11:32:15 2014	(r354826)
+++ head/print/libspectre/pkg-plist	Thu May 22 11:41:12 2014	(r354827)
@@ -10,6 +10,6 @@ lib/libspectre.a
 lib/libspectre.la
 lib/libspectre.so
 lib/libspectre.so.1
-lib/libspectre.so.1.1.6
+lib/libspectre.so.1.1.7
 libdata/pkgconfig/libspectre.pc
 @dirrm include/libspectre


More information about the svn-ports-all mailing list