non port: ftp/weex/Makefile |
Number of commits found: 28 |
Monday, 6 Nov 2023
|
10:03 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
06df180 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Tuesday, 23 Aug 2022
|
17:54 Emanuel Haupt (ehaupt)
ftp/weex: Update to 2.8.4.2
4db3c1c |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com>
* Frank DENIS
* Frank Laszlo <laszlof@vonostingroup.com>
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* George V. Neville-Neil <gnn@FreeBSD.org>
* Hye-Shik Chang
* Jordan Hubbard <jkh@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Joseph Benden <joe@thrallingpenguin.com>
* Ju Pengfei <jupengfei@gmail.com>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Mark Johnston <markj@FreeBSD.org>
* Martin Matuska (mm@FreeBSD.org)
* Marwan BURELLE <marwan.burelle@lri.fr>
* Maxim Ignatenko
* Maxim Sobolev <sobomax@FreeBSD.org>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Nick Leuta
* Nosov Artem <chip-set@mail.ru>
* Petr Holub <hopet@ics.muni.cz>
* Philippe Le Berre <philippe@le-berre.com>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Roman Bogorodskiy
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Stephane Legrand
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomokazu ISHII <t-ishii@tryplanet.com>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Xavier Beaudouin <kiwi@oav.net>
* Yasuhiro Fukuma <yasuf@big.or.jp>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* ache
* cy@FreeBSD.org
* ijliao
* ports
* torstenb
* will
With hat: portmgr
30cd242 |
Monday, 21 Feb 2022
|
18:03 Emanuel Haupt (ehaupt)
ftp/weex: Update to 2.8.4.1
f2c9263 |
Wednesday, 1 Sep 2021
|
10:33 Bernhard Froehlich (decke)
ftp/weex: Add CPE information
Approved by: portmgr (blanket)
287fbd3 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 11 Feb 2021
|
09:41 ehaupt
Update to 2.8.3
 |
Saturday, 8 Jun 2019
|
09:55 tijl
devel/gettext*:
- Update to 0.20.1.
- Add options to install documentation and examples.
devel/libtextstyle:
- Take maintainership because it is now released as part of gettext.
ftp/weex:
- Remove bundled gettext (intl/): no longer supported.
- Patch configure.in, Makefile.am and src/Makefile.am to remove references
to bundled gettext.
- Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port to modern gettext: add po/Makevars and fix a problem in the French
translation.
- Patch configure.in to fix detection of OpenSSL 1.1.
- In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support,
set default path for root certificates.
games/lgeneral:
- Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed.
www/sarg:
- Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
include gettext .m4 files from m4/ (matching the version set with
AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port Makefile: remove obsolete post-patch, patching configure also has no
effect with USES=autoreconf.
PR: 238277
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Wednesday, 7 Dec 2016
|
14:28 ehaupt
Update to 2.8.2
 |
Thursday, 3 Jul 2014
|
18:18 adamw
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by: portmgr (blanket)
 |
Tuesday, 18 Mar 2014
|
14:26 ehaupt
Quiesce mkdir
 |
Wednesday, 12 Feb 2014
|
19:24 ehaupt
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
 |
Monday, 11 Nov 2013
|
15:51 ehaupt
Make use of DESTDIR. That way we do not have to add STAGEDIR to MAKE_ENV.
 |
15:42 ehaupt
Support stage.
 |
Friday, 20 Sep 2013
|
17:23 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
 |
Wednesday, 24 Jul 2013
|
08:19 ehaupt
Remove MAKE_JOBS_SAFE which is now default.
 |
Tuesday, 23 Apr 2013
|
10:26 ehaupt
Convert to USES=gettext
 |
Tuesday, 2 Apr 2013
|
12:59 ehaupt
- Fix build on amd64
- Provide NLS option
Approved by: portmgr (bapt)
 |
Friday, 8 Mar 2013
|
14:00 ehaupt
Remove indefinite article from COMMENT
 |
Tuesday, 15 Jan 2013
|
13:40 ehaupt
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
 |
Wednesday, 2 Sep 2009
|
15:01 amdmi3
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
 |
Monday, 30 Mar 2009
|
14:18 ehaupt
Mark MAKE_JOBS_SAFE
 |
Sunday, 19 Feb 2006
|
11:39 ehaupt
Remove deprecated USE_REINPLACE
 |
Thursday, 6 Oct 2005
|
11:57 ehaupt
Change MAINTAINER address for my ports.
Approved by: novel (mentor)
 |
Sunday, 2 Oct 2005
|
15:58 jylefort
- Fix a remote format string vulnerability
- Remove attribution from pkg-descr
PR: ports/86833
Submitted by: maintainer
Security: fixes a remote format string vulnerability
 |
Tuesday, 13 Sep 2005
|
18:18 garga
- Mark it broken on amd64, it's not building.
PR: ports/86082
Submitted by: maintainer
Pointed by: pointyhat via kris
 |
Thursday, 8 Sep 2005
|
11:13 garga
Add weex 2.6.1.5, a non-interactive FTP client.
PR: ports/85862
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
 |
Number of commits found: 28 |