Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.0.43 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 ) |
1.0.43 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.43 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.43 03 Jul 2020 15:13:59 |
lwhsu |
Update to 6.06
PR: 246912
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
1.0.36_1 11 Jul 2017 17:03:34 |
sunpoet |
Fix PLIST
- Fix GH_TAGNAME
- While I'm here, use = instead of += for MAKE_ENV
- Bump PORTREVISION for package change
Reference: http://package23.nyi.freebsd.org/data/110i386-default-PR220605/2017-07-10_18h05m10s/logs/errors/libfastcommon-1.0.36.log
Approved by: portmgr (blanket) |
1.0.36 03 May 2017 12:47:59 |
miwi |
Updates
devel/libfastcommon to 1.0.36
ftp/fastdfs to 5.0.10
ftp/php56-fastdfs to 5.0.10
ftp/php70-fastdfs to 5.0.10
ftp/php71-fastdfs to 5.0.10
Changelog:
https://github.com/happyfish100/libfastcommon/blob/master/HISTORY
https://github.com/happyfish100/fastdfs/blob/master/HISTORY
PR: 218423
Submitted by: maintainer |
1.0.30_1 28 Jan 2017 14:22:53 |
marino |
devel/libfastcommon: fix misbuild, add DF, bump deps minus nginx-full
The fastcommon library is being built as 32-bit on amd64 due to the
misuse of uname (uname -p returns "amd64", not uname alone).
Additionally, the hardcoded install commands (added via patch) have been
updated to the BSD_INSTALL* macros to satisfy QA tests.
While here, fix building on DragonFly (sacrificing unused Darwin support
in the process).
Finally, bump all ports dependend on fault libfastcommon.so except
www/nginx-full which has no separate PORTREVISION setting. I can't bump
it without bumping www/nginx too (bug??).
Approvd by: just-fix-it |
1.0.30 27 Oct 2016 05:49:09 |
gahr |
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs
FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and file accessing,
and design for high capacity and load balance.
WWW: https://github.com/happyfish100/fastdfs
PR: 213311
Submitted by: Daniel Ylitalo <daniel@blodan.se> |