svn commit: r463749 - head/graphics/graphite2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 6 20:31:38 UTC 2018


Author: sunpoet
Date: Tue Mar  6 20:31:35 2018
New Revision: 463749
URL: https://svnweb.freebsd.org/changeset/ports/463749

Log:
  Update to 1.3.11
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/silnrsi/graphite/releases

Modified:
  head/graphics/graphite2/Makefile
  head/graphics/graphite2/distinfo

Modified: head/graphics/graphite2/Makefile
==============================================================================
--- head/graphics/graphite2/Makefile	Tue Mar  6 20:31:30 2018	(r463748)
+++ head/graphics/graphite2/Makefile	Tue Mar  6 20:31:35 2018	(r463749)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphite2
-PORTVERSION=	1.3.10
+PORTVERSION=	1.3.11
 CATEGORIES=	graphics print
 
 MAINTAINER=	office at FreeBSD.org
@@ -9,15 +9,16 @@ COMMENT=	Rendering capabilities for complex non-Roman 
 
 LICENSE=	GPLv2 LGPL21 MPL20
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE
 
+USES=		cmake
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	silnrsi
 GH_PROJECT=	graphite
 
-USES=		cmake
-USE_LDCONFIG=	yes
-
 post-patch:
-	@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's|/pkgconfig|data&|' ${WRKSRC}/CMakeLists.txt
 
 .include <bsd.port.mk>

Modified: head/graphics/graphite2/distinfo
==============================================================================
--- head/graphics/graphite2/distinfo	Tue Mar  6 20:31:30 2018	(r463748)
+++ head/graphics/graphite2/distinfo	Tue Mar  6 20:31:35 2018	(r463749)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494060879
-SHA256 (silnrsi-graphite-1.3.10_GH0.tar.gz) = 68908cf38cfe09d8aadbbb2c5197f1784e3c1df4be315a462f59e2a1f85cbbc2
-SIZE (silnrsi-graphite-1.3.10_GH0.tar.gz) = 3889555
+TIMESTAMP = 1520348789
+SHA256 (silnrsi-graphite-1.3.11_GH0.tar.gz) = 945c01d3647b355d68e5541773fc99a7f29ede6a264bcbd735156a7c493459ff
+SIZE (silnrsi-graphite-1.3.11_GH0.tar.gz) = 4236768


More information about the svn-ports-all mailing list