Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 12:25:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426900 - in head/x11-toolkits/sdl_pango: . files
Message-ID:  <201611231225.uANCPLh2018839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 23 12:25:21 2016
New Revision: 426900
URL: https://svnweb.freebsd.org/changeset/ports/426900

Log:
  - Trim comment
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=pathfix
  - Strip library

Deleted:
  head/x11-toolkits/sdl_pango/files/patch-Makefile.in
Modified:
  head/x11-toolkits/sdl_pango/Makefile

Modified: head/x11-toolkits/sdl_pango/Makefile
==============================================================================
--- head/x11-toolkits/sdl_pango/Makefile	Wed Nov 23 12:22:26 2016	(r426899)
+++ head/x11-toolkits/sdl_pango/Makefile	Wed Nov 23 12:25:21 2016	(r426900)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_pango
 PORTVERSION=	0.1.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/sdlpango/SDL_Pango/${PORTVERSION}
 DISTNAME=	SDL_Pango-${PORTVERSION}
@@ -12,14 +12,16 @@ PATCH_SITES=	http://zarb.org/~gc/t/
 PATCHFILES=	SDL_Pango-0.1.2-API-adds.patch
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x
+COMMENT=	SDL API to the Pango text rendering engine of GNOME 2.x
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig libtool
+USES=		libtool pathfix pkgconfig
+GNU_CONFIGURE=	yes
 USE_SDL=	sdl
 USE_GNOME=	pango
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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