diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-28 13:47:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-06-28 13:47:26 +0000 |
commit | b0be299baba1c66e2da583bc423e77483491cf21 (patch) | |
tree | b8dade070c7dc396cd073a5abb8fcd43ba64346c /java/apache-commons-collections/files | |
parent | Robustness fix and license updates (diff) |
java/apache-commons-collections:
- Update to 3.2.2 - the latest release in 3.x series
- Add LICENSE_FILE
- Drop now needless dos2unix conversion
- Rework port description
Notes
Notes:
svn path=/head/; revision=540711
Diffstat (limited to 'java/apache-commons-collections/files')
-rw-r--r-- | java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF b/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF new file mode 100644 index 000000000000..7822e2da9848 --- /dev/null +++ b/java/apache-commons-collections/files/patch-src_conf_MANIFEST.MF @@ -0,0 +1,15 @@ +--- src/conf/MANIFEST.MF.orig 2020-06-28 13:06:28 UTC ++++ src/conf/MANIFEST.MF +@@ -0,0 +1,12 @@ ++Manifest-Version: 1.0 ++Package: org.apache.commons.collections ++Extension-Name: commons-collections ++Specification-Version: @version@ ++Specification-Vendor: Apache Software Foundation ++Specification-Title: Commons Collections ++Implementation-Version: @version@ ++Implementation-Vendor: Apache Software Foundation ++Implementation-Title: Commons Collections ++Implementation-Vendor-Id: org.apache ++X-Compile-Source-JDK: 1.3 ++X-Compile-Target-JDK: 1.3 |