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: www/mod_dav/Makefile

Number of commits found: 24

Sunday, 1 Jan 2012
19:30 ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
Original commit
Wednesday, 2 Nov 2011
03:43 pgollucci search for other commits by this committer
- sync apache13 related EXPIRATION_DATE

With Hat:       apache@
Original commit
Wednesday, 7 Sep 2011
03:00 pgollucci search for other commits by this committer
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
  until after 9.0 is released.

With Hat:   apache@
Reported by:    dvl via freshports
Original commit
Saturday, 27 Aug 2011
09:54 ohauer search for other commits by this committer
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@
Original commit
Saturday, 20 Aug 2011
19:00 ohauer search for other commits by this committer
- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
Original commit
Tuesday, 25 May 2010
20:17 pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Original commit
Sunday, 17 May 2009
07:24 pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
Original commit
Sunday, 12 Apr 2009
05:54 pgollucci search for other commits by this committer
- Bump PORTREVISION
- OPTIONify
- Correctly use SUB_FILES, SUB_LIS, and PKG*
- USE_APACHE=yes is deprecated
- PREFIX -> LOCALBASE
- use APACHE* vars from bsd.apache.mk
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Tuesday, 16 Nov 2004
21:14 clement search for other commits by this committer
- Mark mod_dav as IGNORE for if apache2 is installed.
  This is a try to reduce redundant traffic on apache@ mailing list ;-)
Original commit
Wednesday, 13 Oct 2004
08:37 clement search for other commits by this committer
- Add WITHOUT_APACHE_EXPAT knob.
  It ensures to link with expat when apache isn't built with its own expat

Noticed by:     Nik Clayton <nik _at_ crf-consulting _dot_ co _dot_ uk>
PR:             ports/71988
Original commit
Wednesday, 15 Sep 2004
20:07 clement search for other commits by this committer
- backport security fix from apache2.

  *) SECURITY: CAN-2004-0809 (cve.mitre.org)
     mod_dav_fs: Fix a segfault in the handling of an indirect lock
     refresh.  PR 31183.  [Joe Orton]

Requested by:   nectar
Approved by:    portmgr (marcus)
Original commit
Friday, 27 Aug 2004
18:57 vs search for other commits by this committer
Fix previous commit:
- owner/group was undefined when installing from package
- substitute %%APXS%% in pkg-install

Noted by: eik
Original commit
16:13 vs search for other commits by this committer
Re-package:
- Drop pkg-plist in favour of PLIST_FILES
- Use pkg-message instead of post-install-target
- Synchronize installation from port and package:
  The module wasn't enabled after installing from the package
- Create files necessary for locking to work out-of-the-box

Approved by: clement
Original commit
Wednesday, 18 Aug 2004
16:21 clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
Original commit
Thursday, 18 Mar 2004
15:33 trevor search for other commits by this committer
Remove Patrick Bihan-Faou as maintainer, by his request.
Original commit
Saturday, 20 Dec 2003
12:35 edwin search for other commits by this committer
[patch] www/mod_dav - fix symlink problem

        While playing with mod_dav, I found out that it didn't
        follow symlinks properly. Looking through various mailinglists
        I found this patch by Mark Montague (markmont@umich.edu)

        I do not say we should include this patch by default, but
        if a knob called WITH_SYMLINK_PATCH could be made which
        adds these patches it would help people already.

PR:             ports/59163
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
Original commit
Friday, 7 Nov 2003
09:12 marcus search for other commits by this committer
Use the new Apache bits from bsd.port.mk.

Submitted by:   dinoex
Original commit
Friday, 21 Feb 2003
14:01 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 12 Dec 2002
07:16 edwin search for other commits by this committer
iTypo in post-install message

PR:             ports/42602
Submitted by:   Erwin Lansing <erwin@lansing.dk>
Original commit
Thursday, 2 May 2002
21:42 sada search for other commits by this committer
Upgrade to version 1.0.3.

No response from: maintainer
Original commit
Sunday, 22 Oct 2000
00:49 jeh search for other commits by this committer
Update to version 1.0.2.   Clean up Makefile to make portlint happy    
Original commit
Friday, 30 Jun 2000
14:06 nbm search for other commits by this committer
Update to mod_dav 1.0.0    
Original commit

Number of commits found: 24