Bug 250284 - net-im/openfire: Update to 4.5.4
Summary: net-im/openfire: Update to 4.5.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL: http://download.igniterealtime.org/op...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-12 06:57 UTC by Nikita Druba
Modified: 2020-10-16 11:00 UTC (History)
2 users (show)

See Also:


Attachments
svn diff for net-im/openfire (2.54 KB, patch)
2020-10-12 06:57 UTC, Nikita Druba
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Druba 2020-10-12 06:57:02 UTC
Created attachment 218679 [details]
svn diff for net-im/openfire

net-im/openfire: update to 4.5.4

Changelog:
http://download.igniterealtime.org/openfire/docs/4.5.4/changelog.html


P.S. For this port needed to upload to some server archive with local maven repository:
https://yadi.sk/d/wyE3lEn8VZ0iLA
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2020-10-16 10:59:14 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-16 10:59:20 UTC
A commit references this bug:

Author: pi
Date: Fri Oct 16 10:59:10 UTC 2020
New revision: 552499
URL: https://svnweb.freebsd.org/changeset/ports/552499

Log:
  net-im/openfire: update 4.5.3 -> 4.5.4

  PR:		250284
  Submitted by:	Nikita Druba <nikita@druba.su> (maintainer)
  Relnotes:	http://download.igniterealtime.org/openfire/docs/4.5.4/changelog.html

Changes:
  head/net-im/openfire/Makefile
  head/net-im/openfire/distinfo
  head/net-im/openfire/pkg-plist
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2020-10-16 11:00:48 UTC
Please note: The distinfo file had a trailing ' ' character in the
TIMESTAMP line, which causes this error during commit:

svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
Do not commit ports without TIMESTAMP in their distinfo files.
Rerun make makesum to add it.

TIMESTAMP was in the file, but the commit-hook does not like the trailing ' ' 8-}