notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: java/netty/Makefile
SVNWeb

Number of commits found: 37

Mon, 12 Jun 2023
[ 19:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:f2734cc7f4620c7cecd99159be63cd04188f46d1  commit hash:f2734cc7f4620c7cecd99159be63cd04188f46d1  commit hash:f2734cc7f4620c7cecd99159be63cd04188f46d1  f2734cc 
java/netty: Fix buils with llvm15

- OPTOINIZE DOCS install

Approved by:	portmgr (blanket)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  commit hash:526869d8dc02563825a24d394e1d087334d654cc  526869d  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 14 Sep 2021
[ 10:55 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:7e0297fac61e1096e1057417ecc8b4884a696077  commit hash:7e0297fac61e1096e1057417ecc8b4884a696077  commit hash:7e0297fac61e1096e1057417ecc8b4884a696077  7e0297f 
java/netty: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 2 Nov 2020
[ 00:48 glewis search for other commits by this committer ] Original commit   Revision:553881
Update to 4.1.53
Sun, 27 Sep 2020
[ 21:15 linimon search for other commits by this committer ] Original commit   Revision:550373
Attempt to fix build on powerpc64le.

Approved by:	portmgr (tier-2 blanket)
Sat, 11 Jul 2020
[ 16:03 glewis search for other commits by this committer ] Original commit   Revision:541988
Update to 4.1.51
Sat, 6 Jun 2020
[ 20:26 glewis search for other commits by this committer ] Original commit   Revision:538130
Update to 4.1.50
Wed, 11 Mar 2020
[ 01:07 glewis search for other commits by this committer ] Original commit   Revision:528203
Update to 4.1.47
Mon, 9 Mar 2020
[ 06:03 glewis search for other commits by this committer ] Original commit   Revision:528090
Update to 4.1.46
Thu, 19 Dec 2019
[ 22:26 glewis search for other commits by this committer ] Original commit   Revision:520451
Update to 4.1.44
Wed, 30 Oct 2019
[ 18:57 glewis search for other commits by this committer ] Original commit   Revision:516099
Update to 4.1.43
Fri, 27 Sep 2019
[ 21:22 glewis search for other commits by this committer ] Original commit   Revision:513057
Update to 4.1.42

* Update to 4.1.42
* Unbreak (hopefully) by setting JAVA_EXTRACT
* Make myself maintainer
Thu, 26 Sep 2019
[ 17:40 antoine search for other commits by this committer ] Original commit   Revision:512910
Mark BROKEN: fails to extract

(cd /wrkdirs/usr/ports/java/netty/work/netty-4.1.41.Final && 
/usr/local/openjdk8/bin/jar xf
jar/netty-transport-native-kqueue-4.1.41.Final-sources.jar)
/bin/sh: /usr/local/openjdk8/bin/jar: not found

Reported by:	pkg-fallout
Tue, 24 Sep 2019
[ 01:49 glewis search for other commits by this committer ] Original commit   Revision:512693
Build the native transport library

* Build the native KQueue transport library
* Add that library to the installed netty.jar
* Bump PORTREVISION

This was only tested on amd64, but should work on all architectures with
Java support
Mon, 23 Sep 2019
[ 20:59 glewis search for other commits by this committer ] Original commit   Revision:512677
Update to 4.1.41
Thu, 22 Aug 2019
[ 02:30 glewis search for other commits by this committer ] Original commit   Revision:509573
Pet portlint
[ 02:14 glewis search for other commits by this committer ] Original commit   Revision:509572
Update to netty 4.1.39

PR:		219218
Fri, 23 Nov 2018
[ 17:26 amdmi3 search for other commits by this committer ] Original commit   Revision:485693
- Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are
allowed in plist

Approved by:	portmgr blanket
Thu, 22 Nov 2018
[ 09:30 amdmi3 search for other commits by this committer ] Original commit   Revision:485586
- Add LICENSE_FILE
- Pet portlint
- Remove no-op DATADIR/DOCSDIR
- Silence COPYTREE macros
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
Fri, 22 Jun 2018
[ 08:04 yuri search for other commits by this committer ] Original commit   Revision:473019 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Wed, 10 May 2017
[ 07:06 sunpoet search for other commits by this committer ] Original commit   Revision:440542
Pass maintainership to submitter

PR:		219180
Submitted by:	Jov <amutu@amutu.com>
Sat, 12 Nov 2016
[ 08:30 pi search for other commits by this committer ] Original commit   Revision:425923
java/netty: update 3.9.2 -> 3.10.6

PR:		214427
Changes:	https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final		http://netty.io/news/2016/06/29/3-10-6-Final.html
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Thu, 17 Mar 2016
[ 19:36 cy search for other commits by this committer ] Original commit   Revision:411301
Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.

Requested by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Sat, 25 Apr 2015
[ 02:50 amdmi3 search for other commits by this committer ] Original commit   Revision:384701
- Add CPE info

Approved by:	portmgr blanket
Sun, 29 Jun 2014
[ 16:19 jhale search for other commits by this committer ] Original commit   Revision:359784
- Update to 3.9.2
- NOPORTDOCS -> DOCS option
- Silence MKDIR

PR:		191441 (based on)
Submitted by:	m.tsatsenko@gmail.com (maintainer)
Tue, 17 Jun 2014
[ 08:03 vanilla search for other commits by this committer ] Original commit   Revision:358074
Stagify.

Approved by:	portmgr@
Fri, 3 Jan 2014
[ 01:13 bapt search for other commits by this committer ] Original commit   Revision:338513 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Part 2 at removing now useless FETCH_ARGS redifition
Mon, 30 Dec 2013
[ 20:55 ohauer search for other commits by this committer ] Original commit   Revision:338168 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Fri, 20 Sep 2013
[ 19:48 bapt search for other commits by this committer ] Original commit   Revision:327738 (Only the first 10 of 143 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Mon, 10 Dec 2012
[ 13:18 bapt search for other commits by this committer ] Original commit   Revision:308604 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Thu, 30 Aug 2012
[ 19:14 skreuzer search for other commits by this committer ] Original commit   Revision:303388
Update port to 3.5.5
Create a link for a current version
Update WWW and master sites

PR:		ports/171011
Submitted by:	Mikhail Tsatsenko m.tsatsenko@gmail.com
Mon, 9 Jan 2012
[ 15:41 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
Mon, 17 Oct 2011
[ 02:51 swills search for other commits by this committer ] Original commit 
- Update maintainer email address

PR:             ports/161279
Submitted by:   "Mikhail T." <michael@fun-box.ru> (maintainer)
Sun, 2 Oct 2011
[ 14:54 pawel search for other commits by this committer ] Original commit 
The Netty is an effort to provide an asynchronous
event-driven network application framework and tools
for rapid development of maintainable high performance &
high scalability protocol servers & clients.

WWW: http://www.jboss.org/netty

PR:             ports/154285
Submitted by:   Mikhail T. <michael@fun-box.ru>
Approved by:    miwi, wen (mentors implicit)

Number of commits found: 37