Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.2_8 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.6.2_8 18 Jan 2024 18:19:35 |
Renato Botelho (garga) |
ftp/wput: Move manpages to share/man
Approved by: portmgr (blanket) |
0.6.2_7 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 |
0.6.2_7 08 Jun 2023 15:30:55 |
Muhammad Moinur Rahman (bofh) |
ftp/wput: Fix build with llvm15
- Pet portclippy
Approved by: portmgr (blanket) |
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) |
0.6.2_7 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 ) |
0.6.2_7 20 Jul 2022 14:21:53 |
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> (Only the first 15 lines of the commit message are shown above ) |
0.6.2_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.2_7 22 Sep 2020 16:59:53 |
se |
Fix build with -fno-common
While here add license (GPLv2) and strip binary. |
0.6.2_6 31 Mar 2019 13:07:08 |
danfe |
Spell FTP properly (uppercased) when it does not refer to a command name. |
0.6.2_6 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.6.2_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6.2_6 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.6.2_5 10 Aug 2014 21:29:18 |
olgeni |
Fix typo in pkg-descr. |
0.6.2_5 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.6.2_4 03 Jul 2014 17:37:52 |
adamw |
Finish the conversion to OPTIONS helpers.
APproved by: portmgr (blanket) |
0.6.2_4 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.6.2_4 06 Mar 2014 18:31:07 |
bapt |
Support stage |
0.6.2_4 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.6.2_4 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
0.6.2_4 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.6.2_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.6.2_4 26 Mar 2013 09:58:34 |
bapt |
Convert left unconverted ports in ftp to new options framework |
0.6.2_4 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.6.2_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.2_3 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.6.2_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.6.2_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.6.2_1 01 Sep 2009 12:47:35 |
amdmi3 |
- Mark MAKE_JOBS_USAFE
PR: 138405
Submitted by: myself
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer) |
0.6.2_1 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
0.6.2 17 Dec 2008 16:16:50 |
pav |
- Update to 0.6.2
PR: ports/128892
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer) |
0.6.1_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.6.1_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.6.1_2 06 Jun 2008 13:28:21 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
0.6.1_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.6.1 30 Jan 2008 18:52:13 |
pav |
- Fix plist: don't remove directories created by mtree
Reported by: pointyhat
Pointy hat to: beech |
0.6.1 26 Jan 2008 01:51:32 |
beech |
- Fix (and add) pkg-plist
Reported by: pointyhat via pav
Approved by: linimon (mentor) |
0.6.1 22 Jan 2008 17:29:58 |
beech |
- Update to 0.6.1
- Makefile cleanup
PR: ports/119761
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer),
linimon (mentor) |
0.5 22 Jan 2006 09:48:59 |
edwin |
SHA256ify
Approved by: krion@ |
0.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.5 03 Jan 2005 09:45:09 |
krion |
Fix MASTER_SITES.
Approved by: portmgr (implicit) |
0.5 18 Dec 2004 07:16:25 |
edwin |
Update port: ftp/wput - new version (0.5)
There's a new version of wput out there, 0.5
PR: ports/75085
Submitted by: Pasi Hirvonen <psh@iki.fi>
Approved by: ".::ChiP::." <chip-set@mail.ru> |
0.4.1 18 Nov 2004 08:10:51 |
kris |
BROKEN: Size mismatch |
0.4.1 12 Oct 2004 09:37:28 |
krion |
Update to 0.4.1
PR: ports/71777
Submitted by: maintainer |
0.4_1 02 Sep 2004 19:29:35 |
arved |
Fix handling of libgnugetopt to fix build on 5.x |
0.4_1 21 Jul 2004 11:54:06 |
edwin |
Rename patch to a proper name. |
0.4_1 10 Jul 2004 12:11:28 |
edwin |
MEDIC! We have a mortally wounded distfile here!
(it's a sad thing if you can't even do "cvs delete" in your ports
directory without loosing all kinds of important files)
Noticed by: eik |
0.4_1 10 Jul 2004 11:43:30 |
edwin |
Distfile has been rerolled with fix initialy found in files/patch-src::ftp.c
Noticed by: kris / pointyhat |
0.4 08 Jul 2004 08:02:10 |
edwin |
Update ftp/wput to version 0.4 (with smarter upload options)
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru> |
0.3.6d 08 Mar 2004 19:37:44 |
krion |
- Use PLIST_FILES knob
PR: ports/63926
Submitted by: maintainer |
0.3.6d 06 Mar 2004 11:13:41 |
kris |
Unbreak by chasing checksum. The version was silently updated to 0.3.6d
and a minor bug fix was made to the source. |
0.3.6 12 Jan 2004 09:13:52 |
krion |
- Add USE_AUTOCONF_VER=253
PR: 61223
Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer) |
0.3.6 08 Dec 2003 10:13:10 |
krion |
Add wput 0.3.6,
wput is a tiny program that looks like wget and does as the
name suggests exactly the opposite: it uploads files or
recursivly whole directories to a ftp-server and supports
resuming.
PR: 60032
Submitted by: Nosov Artem <chip-set@mail.ru> |