Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.2_9 07 Apr 2024 21:38:53 |
Daniel Engberg (diizzy) |
textproc/stardict-dictd_mova: Mark BROKEN
Mark unfetchable, http://download.huzheng.org/ru/ doesn't respond
PR: 277920
Approved by: portmgr (maintainer timeout, 2+ weeks) |
2.4.2_9 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.4.2_9 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.4.2_9 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.2_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.2_9 06 Nov 2019 20:23:58 |
makc |
textproc/stardict-dictd_mova:
- Fix fetch
- Add more dictionaries
- Don't sort options in order to have "ALL" at the top
- Take maintainership |
2.4.2_8 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
2.4.2_8 07 Sep 2019 16:19:29 |
makc |
- Fix fetch and unbreak stardict dictionaries
- Set NO_ARCH |
2.4.2_8 05 Aug 2019 13:22:34 |
antoine |
Mark BROKEN: unfetchable |
2.4.2_8 07 Nov 2016 11:08:42 |
amdmi3 |
- Add NO_ARCH |
2.4.2_8 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
2.4.2_8 12 May 2014 10:53:42 |
makc |
Convert my ports to USES=tar |
2.4.2_8 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.4.2_8 17 Nov 2013 16:45:45 |
makc |
- Rename ports
- Fix fetch
- Simplify Makefile, bring stage support
- Take maintainership
PR: ports/183812
Approved by: timur (former maintainer) |