Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 20:28:30 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504362 - head/x11-fonts/libFS
Message-ID:  <201906162028.x5GKSUNP096380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Jun 16 20:28:30 2019
New Revision: 504362
URL: https://svnweb.freebsd.org/changeset/ports/504362

Log:
  x11-fonts/libFS: Update to 1.0.8
  
  Update x11-fonts/libFS to 1.0.8
  This release contains a fixes for a bunch of sign comparision warnings,
  and changes to the build system
  
  add LICENSE and LICENSE_FILE
  pet portlint a bit, move USES= earlier
  use INSTALL_TARGET=install-strip to strip binaries and files
  
  Changelog:
  https://lists.x.org/archives/xorg-announce/2019-March/002970.html
  
  Sponsored by:   B3 Init

Modified:
  head/x11-fonts/libFS/Makefile
  head/x11-fonts/libFS/distinfo

Modified: head/x11-fonts/libFS/Makefile
==============================================================================
--- head/x11-fonts/libFS/Makefile	Sun Jun 16 20:09:13 2019	(r504361)
+++ head/x11-fonts/libFS/Makefile	Sun Jun 16 20:28:30 2019	(r504362)
@@ -1,17 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	libFS
-PORTVERSION=	1.0.7
-PORTREVISION=	2
+PORTVERSION=	1.0.8
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	The FS library
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		cpe
+
 XORG_CAT=	lib
 USE_XORG=	xorgproto xtrans
-USES+=	cpe
-CPE_PRODUCT=	libfs
 CPE_VENDOR=	x
+CPE_PRODUCT=	libfs
+
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/libFS/distinfo
==============================================================================
--- head/x11-fonts/libFS/distinfo	Sun Jun 16 20:09:13 2019	(r504361)
+++ head/x11-fonts/libFS/distinfo	Sun Jun 16 20:28:30 2019	(r504362)
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/libFS-1.0.7.tar.bz2) = 2e9d4c07026a7401d4fa4ffae86e6ac7fec83f50f3268fa85f52718e479dc4f3
-SIZE (xorg/lib/libFS-1.0.7.tar.bz2) = 315569
+TIMESTAMP = 1560369708
+SHA256 (xorg/lib/libFS-1.0.8.tar.bz2) = c8e13727149b2ddfe40912027459b2522042e3844c5cd228c3300fe5eef6bd0f
+SIZE (xorg/lib/libFS-1.0.8.tar.bz2) = 347880



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906162028.x5GKSUNP096380>