svn commit: r388721 - head/graphics/gexiv2

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 15:23:22 UTC 2015


Author: amdmi3
Date: Sun Jun  7 15:23:21 2015
New Revision: 388721
URL: https://svnweb.freebsd.org/changeset/ports/388721

Log:
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/graphics/gexiv2/Makefile

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Sun Jun  7 15:23:19 2015	(r388720)
+++ head/graphics/gexiv2/Makefile	Sun Jun  7 15:23:21 2015	(r388721)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gexiv2
 PORTVERSION=	0.6.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/
 DISTNAME=	lib${PORTNAME}_${PORTVERSION}
@@ -12,6 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GObject-based wrapper around Exiv2 library
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	libexiv2.so:${PORTSDIR}/graphics/exiv2
@@ -33,4 +34,7 @@ post-patch:
 pre-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list