svn commit: r380810 - head/textproc/xqilla

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:57:45 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:57:44 2015
New Revision: 380810
URL: https://svnweb.freebsd.org/changeset/ports/380810
QAT: https://qat.redports.org/buildarchive/r380810/

Log:
  - Add LICENSE_FILE
  - Pet portlint
  - Strip library

Modified:
  head/textproc/xqilla/Makefile

Modified: head/textproc/xqilla/Makefile
==============================================================================
--- head/textproc/xqilla/Makefile	Mon Mar  9 00:57:44 2015	(r380809)
+++ head/textproc/xqilla/Makefile	Mon Mar  9 00:57:44 2015	(r380810)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xqilla
 PORTVERSION=	2.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
@@ -12,9 +12,8 @@ DISTNAME=	XQilla-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XQuery and XPath2 library
 
-OPTIONS_DEFINE=	DOCS
-
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
 
@@ -23,6 +22,9 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 PORTDOCS=	*
+INSTALL_TARGET=	install-strip
+
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list