Bug 59039 - Update port: java/trove4j
Summary: Update port: java/trove4j
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 5.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-07 14:40 UTC by Hervé Quiroz
Modified: 2003-12-08 23:17 UTC (History)
0 users

See Also:


Attachments
file.diff (47.43 KB, patch)
2003-11-07 14:40 UTC, Hervé Quiroz
no flags Details | Diff
port-trove4j-PORTDOCS.diff (24.51 KB, patch)
2003-11-27 10:41 UTC, Hervé Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé Quiroz 2003-11-07 14:40:03 UTC
- The port now uses %%PORTDOCS%% in pkg-plist to get rid of warning messages
  while deinstalling.
- Added some PLIST_SUB stuff to reduce the size of the pkg-plist
- Added support for %%JAVAJARDIR%% in pkg-plist (so user may override the
  default location of installed JAR files ${JAVAJARDIR} during install)
- Removed the useless ${INSTALL_JAR} statement (now using ${INSTALL_DATA} until
  some support for JAR file installation is added to bsd.java.mk)

No bump to PORTREVISION...
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-11-18 20:46:39 UTC
Responsible Changed
From-To: freebsd-java->glewis

I'll take this.
Comment 2 Hervé Quiroz 2003-11-27 10:41:20 UTC
Improvement:
  - use the new PORTDOCS macro in Makefile to reduce pkg-plist size

Herve
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2003-12-08 23:17:23 UTC
State Changed
From-To: open->closed

Committed, thanks!