svn commit: r420369 - head/print/libspectre

Olivier Duchateau olivierd at FreeBSD.org
Wed Aug 17 19:27:00 UTC 2016


Author: olivierd
Date: Wed Aug 17 19:26:59 2016
New Revision: 420369
URL: https://svnweb.freebsd.org/changeset/ports/420369

Log:
  - Update to 0.2.8
  - Replace CPPFLAGS and LDFLAGS by USES= localbase
  - Remove 'keepla' argument in USES=libtool
  
  PR:		210761
  Submitted by:	myself
  Approved by:	the GNOME team (maintainer, timeout > 1 month)

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

Modified: head/print/libspectre/Makefile
==============================================================================
--- head/print/libspectre/Makefile	Wed Aug 17 19:15:21 2016	(r420368)
+++ head/print/libspectre/Makefile	Wed Aug 17 19:26:59 2016	(r420369)
@@ -3,8 +3,7 @@
 #    $MCom: ports/print/libspectre/Makefile,v 1.7 2010/04/19 15:38:43 kwm Exp $
 
 PORTNAME=	libspectre
-PORTVERSION=	0.2.7
-PORTREVISION=	2
+PORTVERSION=	0.2.8
 CATEGORIES=	print
 MASTER_SITES=	http://libspectre.freedesktop.org/releases/
 
@@ -13,11 +12,9 @@ COMMENT=	Small library for rendering Pos
 
 LICENSE=	GPLv2
 
-USES=		gmake libtool:keepla pathfix pkgconfig ghostscript
+USES=		gmake libtool localbase pathfix pkgconfig ghostscript
 USE_LDCONFIG=	yes
 USE_GNOME=	cairo
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/print/libspectre/distinfo
==============================================================================
--- head/print/libspectre/distinfo	Wed Aug 17 19:15:21 2016	(r420368)
+++ head/print/libspectre/distinfo	Wed Aug 17 19:26:59 2016	(r420369)
@@ -1,2 +1,3 @@
-SHA256 (libspectre-0.2.7.tar.gz) = e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec
-SIZE (libspectre-0.2.7.tar.gz) = 387947
+TIMESTAMP = 1467474429
+SHA256 (libspectre-0.2.8.tar.gz) = 65256af389823bbc4ee4d25bfd1cc19023ffc29ae9f9677f2d200fa6e98bc7a8
+SIZE (libspectre-0.2.8.tar.gz) = 421791

Modified: head/print/libspectre/pkg-plist
==============================================================================
--- head/print/libspectre/pkg-plist	Wed Aug 17 19:15:21 2016	(r420368)
+++ head/print/libspectre/pkg-plist	Wed Aug 17 19:26:59 2016	(r420369)
@@ -7,8 +7,7 @@ include/libspectre/spectre-status.h
 include/libspectre/spectre-version.h
 include/libspectre/spectre.h
 lib/libspectre.a
-lib/libspectre.la
 lib/libspectre.so
 lib/libspectre.so.1
-lib/libspectre.so.1.1.7
+lib/libspectre.so.1.1.8
 libdata/pkgconfig/libspectre.pc


More information about the svn-ports-all mailing list