| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- Patch Makefile.bsd to set the actual version of the software. Upstream
missed it when the new version was released. It can be dropped once
it's fixed upstream.
Changelog:
https://github.com/eradman/entr/blob/5.8/NEWS
|
| |
|
|
|
|
| |
- Drop MAKE_ARGS
- Set MAKEFILE to Makefile.freebsd. It already sets the correct
MANPREFIX.
|
| | |
|
| |
|
|
| |
While here move some manpages to share/man
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Update MASTER_SITES and WWW to the new website address
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=544296
|
| |
|
|
|
|
|
|
| |
PR: 246759
Submitted by: Michael Muenz
Notes:
svn path=/head/; revision=537492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=524479
|
| |
|
|
|
|
|
| |
- Remove bitbucket from MASTER_SITES. The project was moved to github
Notes:
svn path=/head/; revision=518881
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=518345
|
| |
|
|
| |
Notes:
svn path=/head/; revision=497516
|
| |
|
|
| |
Notes:
svn path=/head/; revision=472571
|
| |
|
|
|
|
|
|
| |
PR: 228834
Submitted by: 0mp
Notes:
svn path=/head/; revision=472134
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=467035
|
| |
|
|
| |
Notes:
svn path=/head/; revision=461495
|
| |
|
|
| |
Notes:
svn path=/head/; revision=457477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=449586
|
| |
|
|
| |
Notes:
svn path=/head/; revision=448075
|
| |
|
|
| |
Notes:
svn path=/head/; revision=435075
|
| |
|
|
| |
Notes:
svn path=/head/; revision=417972
|
| |
|
|
| |
Notes:
svn path=/head/; revision=412538
|
| |
|
|
| |
Notes:
svn path=/head/; revision=405824
|
| |
|
|
| |
Notes:
svn path=/head/; revision=400138
|
| |
|
|
|
|
|
| |
- Remove options (reload-browser removed from tarball)
Notes:
svn path=/head/; revision=384055
|
| |
|
|
| |
Notes:
svn path=/head/; revision=380623
|
| |
|
|
|
|
|
| |
- Add an option to install the reload-browser script (disabled by default)
Notes:
svn path=/head/; revision=376166
|
| |
|
|
| |
Notes:
svn path=/head/; revision=357494
|
| |
|
|
| |
Notes:
svn path=/head/; revision=348406
|
| |
|
|
|
|
|
|
|
|
| |
- Update the comment about the license. There is no more code under BSD3CLAUSE
- Add regression-test target (requested/suggested by the developer)
Reported by: Eric Radman <ericshane@eradman.com>
Notes:
svn path=/head/; revision=344007
|
| |
|
|
| |
Notes:
svn path=/head/; revision=340927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=338333
|
| |
|
|
|
|
|
| |
Reported by: Eric Radman <ericshane@eradman.com>
Notes:
svn path=/head/; revision=337013
|
| |
|
|
|
|
|
|
| |
- Add a new mirror to MASTER_SITES
- Add LICENSE
Notes:
svn path=/head/; revision=336901
|
| |
|
|
|
|
|
|
|
| |
- Add stage support
Approved by: wg (mentor)
Notes:
svn path=/head/; revision=328889
|
| |
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
| |
|
|
|
|
|
|
| |
PR: 181150
Approved by: danilogondolfo@gmail.com (maintainer, implicit)
Notes:
svn path=/head/; revision=324576
|
| |
|
|
|
|
|
|
|
|
|
| |
- drop build and install steps in favor of declaration of MAKEFILE
and MAKE_ARGS
PR: 181150
Submitted by: danilogondolfo@gmail.com ( maintainer )
Notes:
svn path=/head/; revision=324575
|
| |
|
|
|
|
|
|
| |
PR: ports/180238
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=322240
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.0
- Remove MAKE_JOBS_SAFE, builds only one file
Changes:
- More portable build; runs on old architectures without C99 support
PR: ports/179685
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by: culot / jpaetzel (mentors, implicit)
Notes:
svn path=/head/; revision=321247
|
| |
|
|
|
|
|
|
|
|
|
| |
Give maintainership to Danilo Egea <danilogondolfo@gmail.com>
Submitted by: Danilo Egea <danilogondolfo@gmail.com>
Submitted by: Eric Radman <ericshane@eradman.com>
Feature safe: yes
Notes:
svn path=/head/; revision=316122
|