Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 02:17: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: r389822 - head/databases/libdbi
Message-ID:  <201506160217.t5G2HLjo036229@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 02:17:20 2015
New Revision: 389822
URL: https://svnweb.freebsd.org/changeset/ports/389822

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/databases/libdbi/Makefile

Modified: head/databases/libdbi/Makefile
==============================================================================
--- head/databases/libdbi/Makefile	Tue Jun 16 02:17:19 2015	(r389821)
+++ head/databases/libdbi/Makefile	Tue Jun 16 02:17:20 2015	(r389822)
@@ -3,15 +3,19 @@
 
 PORTNAME=	libdbi
 PORTVERSION=	0.9.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Database Independent Abstraction Layer for C
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool pathfix
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS



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