diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-21 19:57:24 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-01-21 19:57:24 +0000 |
commit | 82c0824a4c96c4744372f9a34457919d7446d42c (patch) | |
tree | a116d7054bb33772f9c7258a72927ae355122b80 /java | |
parent | www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2]. (diff) |
java/apache-bcel: update description.
Make clear that it is now an Apache Commons project.
PT: 241122
Approved by: thierry (mentor), Maintainer timeout.
Notes
Notes:
svn path=/head/; revision=523737
Diffstat (limited to 'java')
-rw-r--r-- | java/apache-bcel/Makefile | 2 | ||||
-rw-r--r-- | java/apache-bcel/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/apache-bcel/Makefile b/java/apache-bcel/Makefile index d6e55627b8a2..4070233e12de 100644 --- a/java/apache-bcel/Makefile +++ b/java/apache-bcel/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= java@FreeBSD.org -COMMENT= Library for generating Java bytecode +COMMENT= Apache Commons Byte Code Engineering Library LICENSE= APACHE20 diff --git a/java/apache-bcel/pkg-descr b/java/apache-bcel/pkg-descr index 8f0aaa1bb500..ae5ce19236f3 100644 --- a/java/apache-bcel/pkg-descr +++ b/java/apache-bcel/pkg-descr @@ -1,4 +1,4 @@ -The Byte Code Engineering Library (formerly known as JavaClass) is +The Byte Code Engineering Library (Apache Commons BCEL) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the |