| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 272855
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Release Notes:
https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.md
https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md
https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.2.md
Improve port: replace PORTVERSION with DISTVERSION, add LICENSE, pet
portclippy and etc.
PR: 286465
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
* Eugene Grosbein <ports@grosbein.net>
* Filippo Natali <filippo@widestore.net>
* Gerrit Beine <gerrit.beine@gmx.de>
* Greg Lewis <glewis@FreeBSD.org>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jose Marques
* Jose Marques <noway@nohow.demon.co.uk>
* Lapo Luchini <lapo@lapo.it>
* Lev Serebryakov <lev@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Matthew Dillon <dillon@backplane.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Mikhail T. <mi@aldan.algebra.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* OISHI Masakuni <yamasa@bsdhouse.org>
* OKAZAKI Tetsurou
* Pedro Giffuni
* Simeo Reig <reig.simeo@gmail.com>
* Sutra Zhou <zhoushuqun@gmail.com>
* Tom Judge <tj@FreeBSD.org>
* Volker Stolz <vs@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* gldisater@gldis.ca
* ijliao
* jake@checker.org
* jpbeconne
* lon_kamikaze@gmx.de
* mi
* nordwick@xcf.berkeley.edu
* nork@FreeBSD.org
* olgeni@FreeBSD.org
* rasputin
* rfarmer@predatorlabs.net
* rtdean@cytherianage.net
* tux@pinguru.net
With hat: portmgr
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=431402
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md
Moved from building from source with ant to using the binary jar file,
as the new build mechanism is based on maven. java/hamcrest was split
from 4.12.
PR: 192575
Submitted by: danilo (maintainer), kevin.bowling@kev009.com
Notes:
svn path=/head/; revision=385202
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
Notes:
svn path=/head/; revision=381618
|
| |
|
|
| |
Notes:
svn path=/head/; revision=375092
|
| |
|
|
| |
Notes:
svn path=/head/; revision=375026
|
| |
|
|
|
|
|
|
| |
PR: ports/189201
Submitted by: Max Brazhnikov <makc@FreeBSD.org>
Notes:
svn path=/head/; revision=352811
|
| |
|
|
|
|
|
|
|
|
| |
- Add stage support
- Improve COMMENT
- Change MASTER_SITES to GH
- Take maintainership
Notes:
svn path=/head/; revision=347092
|
| |
|
|
|
|
|
| |
- Thank you hq@ for your years of service!
Notes:
svn path=/head/; revision=346734
|
| |
|
|
|
|
|
| |
java)
Notes:
svn path=/head/; revision=327738
|
| |
|
|
|
|
|
| |
Submitted by: mi
Notes:
svn path=/head/; revision=304037
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary include of bsd.port.pre.mk
- Respect NOPORTEXAMPLES
- Install examples with COPYTREE_SHARE
PR: 152664
Submitted by: glewis
Notes:
svn path=/head/; revision=265411
|
| |
|
|
|
|
|
|
| |
PR: 145073
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes:
svn path=/head/; revision=251617
|
| |
|
|
| |
Notes:
svn path=/head/; revision=233124
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
| |
|
|
|
|
|
|
|
|
| |
- Remove Java 1.1 related logic
PR: 122520 [1]
Submitted by: Wen heping <wenheping@gmail.com> [1]
Notes:
svn path=/head/; revision=212683
|
| |
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
| |
|
|
|
|
|
| |
- Do not mkdir ${JAVAJARDIR} (already in mtree now)
Notes:
svn path=/head/; revision=162877
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Use JAVAJARDIR and JAVALIBDIR
- Dynamic plist
- Unroll documentation install loop
- Honor hier(7): install samples in ${EXAMPLESDIR}
PR: 74285
Submitted by: me
Notes:
svn path=/head/; revision=127041
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127019
|
| |
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65779
|
| |
|
|
|
|
|
|
| |
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
Notes:
svn path=/head/; revision=64996
|
| |
|
|
|
|
|
|
|
|
| |
Install documents into ${DOCSDIR}.
Increment PORTREVISION.
Submitted by: des
Notes:
svn path=/head/; revision=61833
|
| |
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=50631
|
| |
|
|
|
|
|
|
| |
PR: 31373
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes:
svn path=/head/; revision=49053
|
| |
|
|
|
|
|
|
| |
PR: ports/31373
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes:
svn path=/head/; revision=48996
|
| |
|
|
| |
Notes:
svn path=/head/; revision=44469
|
|
|
Language.
PR: ports/22578
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=34771
|