svn commit: r523737 - head/java/apache-bcel

Pedro F. Giffuni pfg at FreeBSD.org
Tue Jan 21 19:57:25 UTC 2020


Author: pfg
Date: Tue Jan 21 19:57:24 2020
New Revision: 523737
URL: https://svnweb.freebsd.org/changeset/ports/523737

Log:
  java/apache-bcel: update description.
  
  Make clear that it is now an Apache Commons project.
  
  PT:		241122
  Approved by:	thierry (mentor), Maintainer timeout.

Modified:
  head/java/apache-bcel/Makefile
  head/java/apache-bcel/pkg-descr

Modified: head/java/apache-bcel/Makefile
==============================================================================
--- head/java/apache-bcel/Makefile	Tue Jan 21 19:38:23 2020	(r523736)
+++ head/java/apache-bcel/Makefile	Tue Jan 21 19:57:24 2020	(r523737)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	apache-
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
 
 MAINTAINER=	java at FreeBSD.org
-COMMENT=	Library for generating Java bytecode
+COMMENT=	Apache Commons Byte Code Engineering Library
 
 LICENSE=	APACHE20
 

Modified: head/java/apache-bcel/pkg-descr
==============================================================================
--- head/java/apache-bcel/pkg-descr	Tue Jan 21 19:38:23 2020	(r523736)
+++ head/java/apache-bcel/pkg-descr	Tue Jan 21 19:57:24 2020	(r523737)
@@ -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


More information about the svn-ports-all mailing list