Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5_3 17 Sep 2023 05:30:09 |
Koichiro Iwao (meta) Author: Michael Osipov |
*/*: Use only HTTPS to fetch ports from Maven Central
Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.
Source: https://blog.sonatype.com/central-repository-moving-to-https
PR: 272867 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.5_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.5_3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.5_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5_3 26 Nov 2019 21:46:13 |
jkim |
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 |
2.5_3 30 May 2018 21:43:49 |
antoine |
Revert r471145, it's broken
===> License not correctly defined: either LICENSE_FILE_GPLv2wCE or
LICENSE_TEXT_GPLv2wCE must be defined
With hat: portmgr |
2.5_4 30 May 2018 18:13:25 |
swills |
www/servlet-api: Add LICENSE & pet portlint
PR: 228530
Submitted by: 0mp |
2.5_3 02 Apr 2018 18:42:34 |
gerald |
Adjust ibiblio.org MASTER_SITE, taking into accounts redirects and
shorter URLs. |
2.5_3 20 Mar 2014 15:04:11 |
ehaupt |
Support staging |
2.5_3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.5_3 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
2.5_3 05 Aug 2011 11:45:09 |
ehaupt |
Update broken/outdated WWW entries. Remove those where no alternate source was
found. |
2.5_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.5_3 08 Dec 2008 06:43:50 |
linimon |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.5_3 06 Jun 2008 14:07:24 |
edwin |
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) |
2.5_2 25 May 2007 03:44:27 |
nemoliu |
- Fix size mismatch
- Add new mastersite
Approved by: delphij (mentor) |
2.5_1 25 May 2007 01:05:10 |
kris |
BROKEN: Size mismatch |
2.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.5 29 Apr 2007 07:22:27 |
nemoliu |
- Fix MASTERSITE
- Use my FreeBSD.org address
Approved by: delphij (mentor) |
2.5 11 Apr 2007 20:12:09 |
miwi |
- Update to 2.5
- Pass maintainership to submitter
PR: 111394
Submitted by: Nemo Liu<nemoliu@gmail.com> |
2.4 21 Jan 2007 01:09:11 |
hq |
Release maintainership for ports I no longer use. |
2.4 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.4 13 Oct 2005 09:12:53 |
hq |
Fix COMMENT |
2.4 12 Oct 2005 11:51:51 |
hq |
The Servlet API
Java Servlet technology provides Web developers with a simple, consistent
mechanism for extending the functionality of a Web server and for accessing
existing business systems. A servlet can almost be thought of as an applet that
runs on the server side -- without a face. Java servlets make many Web
applications possible.
WWW: http://java.sun.com/products/servlet/ |