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: lang/perl5.8/files/use.perl

Number of commits found: 13

Sunday, 11 Mar 2012
23:49 linimon search for other commits by this committer
Undo ports/165457 to not violate POLA.  As far as I knew, the PR
was to test what happened when we did eventually delete these two
ports, not to delete them immediately.

A subsequent commit will add appropriate deprecation messages.

Hat:            portmgr
PR:             ports/165457
Feature safe:   yes (actually no, however, this is to preserve POLA)
Original commit
Thursday, 8 Mar 2012
18:37 pgollucci search for other commits by this committer
- Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)
- lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now.
- The final UNcommitted portition of this PR will move the default perl
  to lang/perl5.14 but
    mail/cyrus-impad2
    mail/cyrus-impad22
    print/perlftlib
    audio/papcl
    www/WebMagick
    misc/gcstar
    math/ploymak
  must be fixed or marked BROKEN 1st.

PR:             ports/165457
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
Original commit
Monday, 6 Dec 2010
09:56 garga search for other commits by this committer
Do not touch /etc/manpath.config on -CURRENT after man.d/perl.conf is used
instead

PR:             ports/151914
Submitted by:   garga@
Approved by:    skv@ (maintainer)
Original commit
Friday, 5 Nov 2010
05:39 gordon search for other commits by this committer
Add patch to install a configuration file for the new man utility
instead of manipulating /etc/manpath.config.

Approved by:    maintainer (timeout), wes@ (mentor, implicit)
Original commit
Thursday, 5 Nov 2009
18:50 skv search for other commits by this committer
Fix script "use.perl": correctly check variables 'need_*'.

Submitted by:   Artis Caune <artis.caune xx gmail.com>
Original commit
Monday, 2 Nov 2009
16:50 skv search for other commits by this committer
- Fix behaviour of USE_PERL option when it is "off"
- Add PORTSCOUT variable
Original commit
Thursday, 5 Mar 2009
17:56 skv search for other commits by this committer
Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
Original commit
Friday, 24 Jun 2005
09:17 tobez search for other commits by this committer
Upgrade to 5.8.7.  In addition:

    - add perl-after-upgrade utility to move around
      dependent packages
    - fix $0 expansion in use.perl [1]
    - enable threaded perl on amd64 [2]
    - always compile perl with -pthread [3]
    - fix errno issue in SDBM_File [4]
    - add support for // and err (defined-or) [5]
    - add WITH_DEBUGGING option [6]
    - fix suidperl symlink [7]
    - fix several small bugs in use.perl
    - print possible WITH_XXX flags (no OPTIONS support yet)

[1] Submitted by:       erwin, Niƫl Dogger <niel@introweb.nl>
[2] Nudged by:          Mike Schroll <FreeBSD@LogicX.us>
[3] Nudged by:          skv
[4] perl bug #35938
[5] Obtained from:      H.Merijn Brand <h.m.brand@xs4all.nl>
[6] PR: 78811, submitted by:    skv
[7] PR: 80069, submitted by:    Sergey N. Voronkov <serg@tmn.ru>
    A different solution was actually implemented.
Original commit
Wednesday, 2 Feb 2005
09:34 tobez search for other commits by this committer
Update bsd.port.mk's notion of the perl version (to 5.8.6) [1].
Use more correct OSVERSION threshold to distinguish between
base system perl and perl from ports - the right value is 500036 [1].

Also, simplify OSVERSION-related logic in lang/perl5 and lang/perl5.8.
Now it goes as follows:

- for lang/perl5.8, if there is perl in the base system, install
  use.perl script, use a helpful pkg-message, and do not automatically
  update symlinks;
- for lang/perl5.8, if there is no perl in the base system, do not
  install use.perl script, and update symlinks automatically;
- for lang/perl5, always install use.perl;
- for lang/perl5, never update symlinks automatically;
- for lang/perl5, vary produced pkg-message depending on the presence of
  the base system perl.

Bump PORTREVISION for both lang/perl5 and lang/perl5.8.

[1] Approved by:        portmgr
Original commit
Tuesday, 1 Feb 2005
13:36 tobez search for other commits by this committer
Update to 5.8.6.  Also:

- redirect output from h2ph to /dev/null [1];
- fix File::Path insecure file/directory permissions [2];
  this resolves CAN-2004-0452
  (http://vuxml.freebsd.org/c418d472-6bd1-11d9-93ca-000a95bc6fae.html);
- for OSVERSION < 500036, create symlinks in /usr/bin not only for
  perl and suidperl, but also for a2p, c2ph, find2perl, h2ph, h2xs,
  perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man,
  pod2text, s2p, and splain;  perl and suidperl are still enough for
  more recent FreeBSD versions [3];
- clean up created symlinks upon deinstallation [4];
- try to cleanup symlinks created by older versions of lang/perl5 and
  lang/perl5.8, during both installation and deinstallation [5];
- added support for DISABLE_BSDPAN environment variable [6];
- be explicit about use.perl usage after installation of 4.X systems
  [7];
- respect __MAKE_CONF partially (the build-time value is used) [8];
- fix threaded build - respect PTHREAD_CFLAGS and PTHREAD_LIBS [9].
- use.perl is now the same as pkg-install is now the same as
  pkg-deinstall;  apart from the changes already mentioned above, this
  is a shell script now;
- use.perl's logic is also simplified in several ways [10];
- fix a BSDPAN bug [11].

Outstanding issues: Module::Build support for BSDPAN, SU_CMD support (PR
70831), PR 64963 (partially), and anything else that I forgot.

[1] Nudged by: krion
[2] Reported by: nectar
    Patch from: Chris Turner @ RedHat
[3] PR: 55760, 57151, 58406
[4] Requested by: kris
    PR: 54262
[5] PR: 51281, 51539
[6] PR: 57134
[7] PR: 60736
[8] PR: 74431
[9] PR: 73233
[10] Perl version submitted by des, implemented in sh
[11] Reported by: Alexander Nagilum <freebsd %at% nagilum de>
Original commit
Sunday, 30 May 2004
23:13 tobez search for other commits by this committer
1. Update to 5.8.4.
2. Make this port respect Makefile.local.
3. Transfer manpages to Makefile.man.
4. Move manpages for modules, included into distribution, into
   lib/perl5/PERL_VER/perl/man/man3, to eliminate file conflicts
   with p5 ports for modules included with perl.
5. Use PREFIX/SITE_PERL_REL instead of SITE_PERL in the Makefile.
6. Switch to bzipped sources.
7. Other small adjustments.

PR:     65925, 66096, 67205

Submitted by:   foxfair (1), Charles Swiger <chuck@pkix.net> (1), krion (3)
Reported by:    Roy Badami <roy@gnomon.org.uk> (2)
Original commit
Tuesday, 20 Jan 2004
02:28 kuriyama search for other commits by this committer
Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".

Approved by:    tobez
Original commit
Sunday, 21 Jul 2002
17:09 tobez search for other commits by this committer
Update to 5.8.0 (after repocopy).
Original commit

Number of commits found: 13