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: net/cvsup-mirror/Makefile

Number of commits found: 26

Sunday, 1 Jun 2014
18:51 brooks search for other commits by this committer
Exports of the src repo were disabled May 26, 2014 so this port no longer
serves a purpose.  Set a retroactive expiration date.

Approved by:	portmgr (implicit)
Original commitRevision:356161 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Tuesday, 5 Feb 2013
13:21 eadler search for other commits by this committer
Apperently some mirrors rely on this piece of software.
Submitted by:	beat, wxs
Original commitRevision:311714 
07:06 bapt search for other commits by this committer
Bring the expiration date back to the futur
Original commitRevision:311666 
03:54 eadler search for other commits by this committer
- Deprecate
- Trim header
Original commitRevision:311663 
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
Tuesday, 17 Jul 2012
14:35 wxs search for other commits by this committer
Now that I'm not keeping a local cvs mirror, drop this port.
Original commit
Saturday, 27 Mar 2010
06:14 dougb search for other commits by this committer
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Original commit
Tuesday, 7 Apr 2009
16:53 wxs search for other commits by this committer
- Don't compress cvsup.log by default.

PR:             ports/133030
Submitted by:   delphij@
Original commit
Thursday, 13 Mar 2008
21:31 wxs search for other commits by this committer
RC script now supports _flags variable.  Comments available in the RC
script.

PR:             ports/108847
Submitted by:   Dan Langille <dan@langille.org>
Approved by:    garga (mentor)
Original commit
Monday, 3 Mar 2008
23:41 linimon search for other commits by this committer
jdp has returned his commit bit.  We thank him for many years of service
in maintaining these ports.
Original commit
Sunday, 29 Jul 2007
20:45 kris search for other commits by this committer
Retire obsolete USA_RESIDENT (dating to the bad old days of crypto export
controls and RSAref).  nenscript was abusing this variable to enable
US-style paper size and date format, so just revert to the default for now.
Original commit
Wednesday, 31 Jan 2007
18:11 jdp search for other commits by this committer
Use RC_SUBR_SUFFIX.

Submitted by:   Rong-En Fan
Original commit
Monday, 29 Jan 2007
01:13 jdp search for other commits by this committer
Fix bug:  When the net/cvsup-mirror port is installed on a system
with OSVERSION >= 600101, the update.sh script is unable to start
PREFIX/etc/rc.d/cvsupd.sh script, as it doesn't exist. Instead the
cvsupd.sh script is named cvsupd on systems with OSVERSION >=
600101.

PR:             ports/108483
Submitted by:   Scot Hetzel
Original commit
Monday, 2 Jan 2006
10:05 edwin search for other commits by this committer
[PATCH] net/cvsup-mirror: add some install time options for update.sh

        Add following install time options for update.sh

        - Whether or not /var/log/cvsup.log is rotated when update.sh
          is invoked.
        - Maximum number of log files.
        - Wheter or not old log file is gzipped after rotated.

PR:             ports/81598
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Not objected by:        jdp@FreeBSD.org
Original commit
Friday, 9 Dec 2005
14:49 pav search for other commits by this committer
- Provide rcNG startup script

PR:             ports/89316
Submitted by:   Petr Rehor <prehor@gmail.com>
Approved by:    maintainer timeout (jpd; 19 days)
Original commit
Thursday, 5 Aug 2004
23:37 jdp search for other commits by this committer
Fix two bugs in scripts.

1. If update.sh failed to determine the PREFIX, it didn't realize it
had failed.  This is arguably caused by a shell bug in processing
the statement

    export PREFIX=$(expr $0 : "\(/.*\)/etc/cvsup/update\.sh\$")

This statement always succeeds even if the "expr" command fails.
Moving the "export" to a separate statement makes it work.

2. If the system had no "/home" directory, the pkg-install script
would create it with mode 0700, making ~cvsupin inaccessible to its
owner.  A user ran into this bug when installing cvsup-mirror into a
jail.
Original commit
Wednesday, 17 Mar 2004
11:23 mat search for other commits by this committer
Ok, fix it once more, I swear I won't be doint sh scripts for a while

Pointy Hat To:  me (I still have it, don't search)
Original commit
07:17 mat search for other commits by this committer
Corrected silly sh error
PORTREVISION bumped

Pointy Hat To:  me
Original commit
Tuesday, 16 Mar 2004
17:35 mat search for other commits by this committer
Update to 1.3, allow to add increase history and to compress logs easily

Approved by:    jdp (maintainer)
Original commit
Friday, 7 Mar 2003
06:08 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Monday, 11 Nov 2002
17:21 jdp search for other commits by this committer
Put core dumps and crash output (cvsupd.out) into /var/run instead
of /var/tmp.  Create cvsupd.out with mode 644 if it doesn't already
exist.  Bump PORTREVISION.

Suggested by:   Joshua Goodall <joshua@roughtrade.net>
Original commit
Tuesday, 15 Jan 2002
05:13 jdp search for other commits by this committer
Depend on the GUI-less port of CVSup.    
Original commit
Saturday, 21 Jul 2001
19:45 jdp search for other commits by this committer
Update ports which depend on cvsup-bin or cvsupd-bin to use the   cvsup port
instead.  I am removing the *-bin ports.    
Original commit
Sunday, 8 Oct 2000
11:23 asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
Original commit
Sunday, 9 Jul 2000
18:57 jdp search for other commits by this committer
Update the cvsup-mirror port to reflect the fact that crypto isn't   a special
case any more.    
Original commit

Number of commits found: 26