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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: editors/nano-devel/Makefile

Number of commits found: 43

Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Saturday, 7 Jul 2018
19:57 danilo search for other commits by this committer
- Set PORTSCOUT=ignore for now
Original commitRevision:474132 
Thursday, 25 May 2017
14:25 bapt search for other commits by this committer
Register groff dependency which is used to generate the html documents
when DOCS is on
Original commitRevision:441693 
Saturday, 27 Feb 2016
00:14 danilo search for other commits by this committer
- Update to 2.5.3
Original commitRevision:409641 
Saturday, 13 Feb 2016
14:35 danilo search for other commits by this committer
- Update to 2.5.2
Original commitRevision:408800 
Sunday, 31 Jan 2016
14:22 marino search for other commits by this committer
editors/nano-devel: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:407642 
Tuesday, 12 Jan 2016
01:48 danilo search for other commits by this committer
- Update to 2.5.1
Original commitRevision:405819 
Sunday, 13 Dec 2015
18:08 danilo search for other commits by this committer
- Update to 2.5.0
- Add EXAMPLES option
Original commitRevision:403680 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 24 Nov 2014
01:56 danilo search for other commits by this committer
- Update from 2.3.3 to 2.3.6
- Take maintainership
- Use options helpers
- Simplify Makefile
Original commitRevision:373190 
Wednesday, 24 Sep 2014
06:00 eadler search for other commits by this committer
Hand back my ports to the pool.

Ports require time and TLC which I no longer have.
Original commitRevision:369161 
Thursday, 29 May 2014
06:09 eadler search for other commits by this committer
Update to 2.3.3

2014.05.28 - This release contains
                many many improvements to the core system, including
                substantial improvements to the undo/redo code, UTF-8
                handling, the configure script, and display of shortcuts
                on very wide terminals,  New features include the
                ability to read named pipes (--noread), as well as
                linter support (see the nanorc man page for details).  Also
                included are much improved syntax highlighting code, and
                configurations for JSON, texinfo, Go, and a default syntax
                for catch all highlighting. Finally, nano now has the
                ability to set the color of the title bar, status bar, and
                shortcut keys (e.g. "^X") and their descriptions.  Again
                see the nanorc page for details.
Original commitRevision:355667 
Wednesday, 14 May 2014
04:46 eadler search for other commits by this committer
Update to 2.3.3pre2
Original commitRevision:354020 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category editors
Original commitRevision:345406 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Saturday, 28 Sep 2013
23:56 eadler search for other commits by this committer
- Convert to staging.
Original commitRevision:328632 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Tuesday, 16 Jul 2013
22:07 eadler search for other commits by this committer
Pet portlint
Original commitRevision:323131 
21:59 eadler search for other commits by this committer
Remove now excess verbiage.

Reviewed by:	bapt
Original commitRevision:323129 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
17:47 eadler search for other commits by this committer
Convert to USES=gettext

Reviewed by:	kwm
Original commitRevision:316459 
Thursday, 28 Mar 2013
02:50 eadler search for other commits by this committer
- Fix pkg-plist for nano and nano-devel.
- Incorporate patches from nano into nano-devel
- Other misc. fixes
Original commitRevision:315432 
Saturday, 23 Mar 2013
03:45 eadler search for other commits by this committer
Update to 2.3.2 "Annoy your coworkers for fun and profit"

Changes:
This release introduces vim-style file locking
(though not backup/restore), useful when using nano
in a multi-editor environment.  Feedback is welcome if
you run into any issues with this new code.  Other new
features include additional support for word boundary
checking when cross compiling, fixes for trying to go to
an invalid line number, and the usual documentation
tweaks.
Original commitRevision:314984 
Friday, 8 Mar 2013
20:23 eadler search for other commits by this committer
Clean up my ports (and a couple of ports@ owned ones):

- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
Original commitRevision:313672 
Friday, 1 Mar 2013
19:14 eadler search for other commits by this committer
- Pet portlint
- Simplify pkg-plist
Original commitRevision:313163 
Saturday, 20 Oct 2012
15:55 eadler search for other commits by this committer
Convert to OptionsNG
Remove stale MASTER_SITE

Feature safe:	yes
Original commitRevision:306198 
Saturday, 6 Oct 2012
14:35 eadler search for other commits by this committer
Trim the headers in the ports I maintain.
Original commitRevision:305369 
Sunday, 10 Jun 2012
15:32 eadler search for other commits by this committer
Don't support pre 7.1 anymore.
Original commit
Monday, 7 Nov 2011
06:25 miwi search for other commits by this committer
- Fix index
Original commit
04:24 miwi search for other commits by this committer
- Get rid FreeBSD 6 support
Original commit
Sunday, 21 Aug 2011
20:51 eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Original commit
16:12 eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Original commit
Thursday, 12 May 2011
07:12 culot search for other commits by this committer
- Update to 2.3.1

PR:             ports/156958
Submitted by:   Eitan Adler <lists@eitanadler.com> (maintainer)
Original commit
Friday, 4 Mar 2011
14:10 miwi search for other commits by this committer
- Update to 2.3.0

PR:             155068
Submitted by:   Eitan Adler <lists@eitanadler.com> (maintainer)
Original commit
Sunday, 11 Jul 2010
18:41 sahil search for other commits by this committer
- Update maintainer's email address

PR:             ports/148497
Submitted by:   Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 22 Nov 2009
12:33 miwi search for other commits by this committer
- Update to 2.1.99pre2

PR:             140774
Submitted by:   Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
Original commit
Tuesday, 13 Oct 2009
19:13 tabthorpe search for other commits by this committer
- Update to 2.1.11

PR:             ports/139278
Submitted by:   Eitan Adler <EitanAdlerList gmail.com> (maintainer)
Original commit
Wednesday, 12 Aug 2009
18:57 tabthorpe search for other commits by this committer
- Update to 2.10

PR:             ports/137247
Submitted by:   Eitan Adler <Eitan.Adler gmail.com> (maintainer)
Original commit
Friday, 20 Feb 2009
18:46 naddy search for other commits by this committer
Register the HTML man pages.

Submitted by:   pointyhat (erwin)
Approved by:    maintainer
Original commit
Wednesday, 18 Feb 2009
17:02 naddy search for other commits by this committer
Update to 2.1.9.

Submitted by:   Eitan Adler <eitanadlerlist@gmail.com> (maintainer)
Original commit
Tuesday, 10 Feb 2009
13:58 miwi search for other commits by this committer
- Update to 2.1.8

PR:             131547
Submitted by:   Eitan Adler <EitanAdlerList@gmail.com> (maintainer)
Original commit
Sunday, 16 Nov 2008
23:59 wxs search for other commits by this committer
This is the development version of nano:

nano is a small, free and friendly editor which aims to replace
Pico, the default editor included in the non-free Pine package.
Rather than just copying Pico's look and feel, nano also implements
some missing (or disabled by default) features in Pico, such as
"search and replace" and "goto line number".

PR:             ports/128060
Submitted by:   Eitan Adler <EitanAdlerList@gmail.com>
Original commit

Number of commits found: 43