svn commit: r380461 - branches/2015Q1/devel/openzz

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 4 23:42:30 UTC 2015


Author: amdmi3
Date: Wed Mar  4 23:42:29 2015
New Revision: 380461
URL: https://svnweb.freebsd.org/changeset/ports/380461
QAT: https://qat.redports.org/buildarchive/r380461/

Log:
  MFH: r380199
  
  - Add LICENSE
  - Add missing library to plist
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q1/devel/openzz/Makefile
  branches/2015Q1/devel/openzz/pkg-plist
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/devel/openzz/Makefile
==============================================================================
--- branches/2015Q1/devel/openzz/Makefile	Wed Mar  4 23:41:12 2015	(r380460)
+++ branches/2015Q1/devel/openzz/Makefile	Wed Mar  4 23:42:29 2015	(r380461)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openzz
 PORTVERSION=	1.0.4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}-$
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Interpreted dynamic parser
 
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 GNU_CONFIGURE=	yes

Modified: branches/2015Q1/devel/openzz/pkg-plist
==============================================================================
--- branches/2015Q1/devel/openzz/pkg-plist	Wed Mar  4 23:41:12 2015	(r380460)
+++ branches/2015Q1/devel/openzz/pkg-plist	Wed Mar  4 23:42:29 2015	(r380461)
@@ -9,3 +9,7 @@ lib/libozzi.a
 lib/libozzi.so
 lib/libozzi.so.0
 lib/libozzi.so.0.1.4
+lib/libtagdtor.a
+lib/libtagdtor.so
+lib/libtagdtor.so.0
+lib/libtagdtor.so.0.0.0


More information about the svn-ports-branches mailing list