notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/smbftpd/Makefile

Number of commits found: 28

Sunday, 31 Dec 2023
03:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
ftp/smbftpd: Remove non default option MYSQL

- When enabled with MYSQL option this port is BROKEN on all available
  versions of mysql in the tree.
- Pet portclippy

Approved by:	portmgr (blanket)
commit hash: d2f830122d9fa3d8dbea03f7e9404c2e39434e56 commit hash: d2f830122d9fa3d8dbea03f7e9404c2e39434e56 commit hash: d2f830122d9fa3d8dbea03f7e9404c2e39434e56 commit hash: d2f830122d9fa3d8dbea03f7e9404c2e39434e56 d2f8301
Friday, 29 Dec 2023
18:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 ee6c86a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf commit hash: 30cd2420019282b4cd0c46c58292cf34fffd17bf 30cd242
Tuesday, 31 Aug 2021
11:24 Bernhard Froehlich (decke) search for other commits by this committer
ftp/smbftpd: Add CPE information

Approved by:    portmgr (blanket)
commit hash: e20d663babb2014c9e9ad5e0550e8e536ed06a43 commit hash: e20d663babb2014c9e9ad5e0550e8e536ed06a43 commit hash: e20d663babb2014c9e9ad5e0550e8e536ed06a43 commit hash: e20d663babb2014c9e9ad5e0550e8e536ed06a43 e20d663
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 15 Nov 2019
10:12 tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Original commitRevision:517643 
Thursday, 8 Dec 2016
19:23 tijl search for other commits by this committer
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428150 
Wednesday, 2 Mar 2016
05:41 lwhsu search for other commits by this committer
- Update maintainer's email address

Submitted by:	maintainer (via facebook chat)
Original commitRevision:409912 
Saturday, 22 Nov 2014
19:13 crees search for other commits by this committer
Switch to USES=pgsql
Original commitRevision:373091 
Friday, 18 Apr 2014
19:35 adamw search for other commits by this committer
STAGE support.
Original commitRevision:351562 
Friday, 20 Sep 2013
17:23 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
Original commitRevision:327729 
Saturday, 14 Sep 2013
12:04 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327278 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Wednesday, 15 Aug 2012
01:04 dougb search for other commits by this committer
Fix problem introduced in r302141. The directory for the  unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
Original commit
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Sunday, 24 Jun 2012
23:55 sylvio search for other commits by this committer
- Update to 2.4

PR:             ports/169025
Submitted by:   John Chen <johnpupu@gmail.com>
Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Tuesday, 29 Nov 2011
06:42 wen search for other commits by this committer
- Update to 2.3

PR:             ports/162933
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Feature safe:   yes
Original commit
Tuesday, 9 Nov 2010
12:33 sunpoet search for other commits by this committer
- Install configuration files as *.sample to avoid overriding existing ones
- Use ETCDIR
- Bump PORTEVISION

PR:             ports/150145
Submitted by:   Sergey Zaykov <mail_of_sergey@mail.ru> (based on)
Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Saturday, 20 Mar 2010
15:40 miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
Original commit
Sunday, 30 Aug 2009
10:31 linimon search for other commits by this committer
Move the definitions of USE_PERL5 and USE_RC_SUBR above the inclusion
of bsd.port.pre.mk where they belong.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Sunday, 1 Feb 2009
07:01 beech search for other commits by this committer
- Update to 2.2
- Fixed FreeBSD security advisory FreeBSD-SA-08:12.ftpd
- Fixed a typo on smbftpd-user help
- Fixed the bug of wrong file time when file time is 2008/12/30

PR:             ports/131201
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Tuesday, 2 Sep 2008
23:33 beech search for other commits by this committer
- Update to 2.1

PR:             ports/127009
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Tuesday, 15 Jul 2008
02:38 beech search for other commits by this committer
- Fix error in procname path

PR:             ports/125355
Submitted by:   Johnpupu <johnpupu@gmail.com>
Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Wednesday, 25 Jun 2008
02:52 beech search for other commits by this committer
- Update to 2.0

Added file(s):
- files/patch-Makefile
- files/smbftpd.sh.in

PR:             ports/124363
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Original commit
Thursday, 13 Dec 2007
03:11 beech search for other commits by this committer
- Update to 0.9.7

- Bug fixes:
- Support PROT in SSL mode. Fixes:
- Filezilla, TurboFTP fail to connect in SSLv3 mode.
- Fix vulnerability caused by misuse of fprintf().

PR:             ports/117908
Approved by:    Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer),
                linimon (mentor)
Security:      
http://www.vuxml.org/freebsd/b2571f88-a867-11dc-a6f0-00a0cce0781e.html
Original commit
Monday, 23 Jan 2006
19:37 pav search for other commits by this committer
SmbFTPD is a FTP daemon modified from the FTP daemon of FreeBSD 5.4. esides
keep original FreeBSD ftpd features, it enhances the user permission control,
integrate configuration files, and more useful features.  SmbFTPD also support
SSL/TLS encryption.

WWW:    http://www.twbsd.org/enu/smbftpd/index.php

PR:             ports/92181
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Original commit

Number of commits found: 28