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/bouncycastle/Makefile
SVNWeb

Number of commits found: 46

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, 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.
Tue, 26 Nov 2019
[ 21:46 jkim search for other commits by this committer ] Original commit   Revision:518482 (Only the first 10 of 443 ports in this commit are shown above. View all ports for this commit)
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
Mon, 16 Jul 2018
[ 16:59 ale search for other commits by this committer ] Original commit   Revision:474750
Remove java/jaf port, since the Java Activation Framework is included by
default in the JRE since Java 6 and we don't support Java 5 anymore.

Reviewed by:	eugen
Tue, 11 Apr 2017
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:438272 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 6 Jan 2016
[ 23:10 rakuco search for other commits by this committer ] Original commit   Revision:405395
Set CPE information.

Approved by:	portmgr blanket approval
Mon, 10 Feb 2014
[ 16:35 ale search for other commits by this committer ] Original commit   Revision:343651
Fix build with java7 and stagify.
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)
Tue, 23 Aug 2011
[ 08:40 ale search for other commits by this committer ] Original commit 
Fix portscout check.
Tue, 28 Jun 2011
[ 15:56 ale search for other commits by this committer ] Original commit 
Ignore 1.46 (not backward compatible) version.
Fri, 18 Feb 2011
[ 10:12 ale search for other commits by this committer ] Original commit 
Raise java version to 1.5+, since compiling requires 1.5 libraries.

Feature safe:   yes
Thu, 25 Mar 2010
[ 16:21 ale search for other commits by this committer ] Original commit 
Don't use a BERConstructedOctetString where a DEROctetString is much better.
Mon, 25 Jan 2010
[ 09:06 ale search for other commits by this committer ] Original commit 
Update to 1.45 release.
Mon, 12 Oct 2009
[ 10:10 ale search for other commits by this committer ] Original commit 
Distfile re-rolled to implement a constant-time Arrays.equals().
Wed, 7 Oct 2009
[ 06:33 ale search for other commits by this committer ] Original commit 
Update to 1.44 release.
Thu, 23 Apr 2009
[ 06:26 ale search for other commits by this committer ] Original commit 
Update to 1.43 release.
Mon, 16 Mar 2009
[ 07:20 ale search for other commits by this committer ] Original commit 
Update to 1.42 release.
Fri, 3 Oct 2008
[ 06:29 ale search for other commits by this committer ] Original commit 
Update to 1.41 release.
Mon, 14 Jul 2008
[ 06:09 ale search for other commits by this committer ] Original commit 
Update to 1.40 release.
Fri, 6 Jun 2008
[ 13:38 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Fri, 4 Apr 2008
[ 19:15 pav search for other commits by this committer ] Original commit 
- Cleanup directories

Reported by:    pointyhat
Mon, 31 Mar 2008
[ 07:45 ale search for other commits by this committer ] Original commit 
Update to 1.39 release:
- build from sources
- add documentation
- add dependencies
Tue, 11 Dec 2007
[ 20:15 ale search for other commits by this committer ] Original commit 
Update to 1.38 release.
Sun, 17 Jun 2007
[ 12:43 ale search for other commits by this committer ] Original commit 
Update to 1.37 release.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 20 Mar 2007
[ 21:20 ale search for other commits by this committer ] Original commit 
Update to 1.36 release.
Sun, 31 Dec 2006
[ 10:25 ale search for other commits by this committer ] Original commit 
Update to 1.35 release.
Wed, 4 Oct 2006
[ 21:23 ale search for other commits by this committer ] Original commit 
Update to 1.34 release.
Wed, 19 Jul 2006
[ 06:45 ale search for other commits by this committer ] Original commit 
Update to 1.33 release:
- install only jars for the selected jdk to avoid class conflicts
- drop support for obsolate jdks
- take maintainership [1]

Approved by:    glewis [1]
Thu, 20 Oct 2005
[ 07:12 glewis search for other commits by this committer ] Original commit 
. Update the required Java version.
. File off the version from the installed jars to make it possible to keep
  the same CLASSPATH between releases.
Tue, 18 Oct 2005
[ 22:37 glewis search for other commits by this committer ] Original commit 
. Update to 1.30.
. Add another MASTER_SITE.
. Packing list is a little better, but it still needs some work.
Tue, 11 Oct 2005
[ 15:06 glewis search for other commits by this committer ] Original commit 
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
  by mtree for more than 3 years now.

Pointed out by: hq
Thu, 15 Sep 2005
[ 15:54 glewis search for other commits by this committer ] Original commit 
. Update to 1.29.
. Unbreak and undeprecate.
. Temporarily take maintainership.
[ 06:55 linimon search for other commits by this committer ] Original commit 
Mark for deprecation.  The distfile that is currently in the port is over
a year old and no longer archived.  This port is up for adoption.
Wed, 31 Aug 2005
[ 03:19 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Fri, 26 Aug 2005
[ 05:56 krion search for other commits by this committer ] Original commit 
Reset bouncing maintainer.

Approved by:    portmgr (self)
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sun, 2 Nov 2003
[ 03:43 edwin search for other commits by this committer ] Original commit 
undo previous commit.
[ 02:48 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:             ports/58694
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Thu, 30 Oct 2003
[ 13:19 sergei search for other commits by this committer ] Original commit 
- Chase MAINTAINER e-mail changes

PR:             58694
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
Mon, 7 Apr 2003
[ 08:50 edwin search for other commits by this committer ] Original commit 
[PATCH] Update java/bouncycastle to version 1.16

        java/bouncycastle port is currently at version 1.11.  However the
        jce-jdk13-111.tar.gz tarball downloaded from
        http://www.bouncycastle.org/download/ suddenly seems to contain
        jce-jdk13-116, which naturally fails the checksum test:

PR:             ports/46184
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Fri, 21 Feb 2003
[ 12:30 knu search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 27 Dec 2001
[ 17:47 ijliao search for other commits by this committer ] Original commit 
add bouncycastle 1.11   Cleanroom build of Java Cryptography Extensions    

Number of commits found: 46