svn commit: r380199 - head/devel/openzz
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Mar 1 15:06:04 UTC 2015
Author: amdmi3
Date: Sun Mar 1 15:06:03 2015
New Revision: 380199
URL: https://svnweb.freebsd.org/changeset/ports/380199
QAT: https://qat.redports.org/buildarchive/r380199/
Log:
- Add LICENSE
- Add missing library to plist
MFH: 2015Q1
Modified:
head/devel/openzz/Makefile
head/devel/openzz/pkg-plist
Modified: head/devel/openzz/Makefile
==============================================================================
--- head/devel/openzz/Makefile Sun Mar 1 15:05:16 2015 (r380198)
+++ head/devel/openzz/Makefile Sun Mar 1 15:06:03 2015 (r380199)
@@ -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: head/devel/openzz/pkg-plist
==============================================================================
--- head/devel/openzz/pkg-plist Sun Mar 1 15:05:16 2015 (r380198)
+++ head/devel/openzz/pkg-plist Sun Mar 1 15:06:03 2015 (r380199)
@@ -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-all
mailing list