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/xpi-adblock/Makefile.xpi

Number of commits found: 39

Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Tuesday, 9 Jun 2015
14:24 jbeich search for other commits by this committer
bsd.sites.mk: cleanup MOZILLA mirrors

- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
Original commitRevision:388939 
Friday, 15 May 2015
21:20 mat search for other commits by this committer
Update comments to match code.

Noticed by:	jbeich
Sponsored by:	Absolight
Original commitRevision:386486 
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, 8 Dec 2014
00:12 bar search for other commits by this committer
As it seems that MASTER_SITE_MOZILLA isn't hosting addons anymore, a new
variable MASTER_SITE_MOZILLA_ADDONS has been defined and set to
http://addons.cdn.mozilla.net/user-media/%SUBDIR%/
which unfortunately not browsable and AFAIK not mirrored.
I tried to keep the changes to the minimum and successfully (except for
adblock) tested the fetch target for XPIs not defining their own MASTER_SITE.
Original commitRevision:374228 
Saturday, 15 Nov 2014
08:59 antoine search for other commits by this committer
Fix some leftovers in most xpi-* ports after r370932
Original commitRevision:372585 
Wednesday, 15 Oct 2014
15:48 beat search for other commits by this committer
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Original commitRevision:370932 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Thursday, 24 Apr 2014
21:49 antoine search for other commits by this committer
- No need to create in stagedir some symlinks that are regenerated by @exec
(actually the symlinks were not created in stagedir, the line was totally buggy)

- Generate a plist that is more check-stagedir friendly
Original commitRevision:352071 
Wednesday, 9 Apr 2014
12:16 bapt search for other commits by this committer
Fix stage support
Original commitRevision:350681 
Tuesday, 11 Mar 2014
06:56 bapt search for other commits by this committer
Convert to USES=zip:infozip
Original commitRevision:347862 
Sunday, 26 Jan 2014
15:07 miwi search for other commits by this committer
- Stage support
Original commitRevision:341198 
Friday, 28 Jun 2013
19:21 flo search for other commits by this committer
- fix xpi-* installation for firefox [1]
- update XPI_APPS_ALL to match reality
- trim header

Submitted by:	bapt [1]
Original commitRevision:321976 
Thursday, 18 Aug 2011
09:51 ale search for other commits by this committer
Update to current Mozilla ports.

Approved by:    flo
Original commit
Wednesday, 8 Sep 2010
00:44 pgollucci search for other commits by this committer
- Fix XPI_ID generation when the tag might spam multiple lines [1]
- Do not install meta data (META-INF) since its not needed
  allow for xpi-post-extract to still work in xpi-* ports [2]

PR:             ports/126876 [1], ports/150327 [2]
Submitted by:   Lapo Luchini <lapo@lapo.it> [1], [2] tweaked by me
Approved by:    maintainer timeout (miwi; ~1 yr) [1] [2]
Tested by:      P6 TB Run, RideCharge TB Run
Original commit
Monday, 14 Dec 2009
14:39 beat search for other commits by this committer
- Add seamonkey to XPI_APPS_ALL_WC to prevent seamonkey2-i18n from
  deinstalling seamonkeys xpi directory.

Reported by:    QAT
Approved by:    miwi (maintainer)
Original commit
12:02 beat search for other commits by this committer
- Add seamonkey2 and thunderbird3 to xpi-adblock/Makefile.xpi
- Remove obsolete ports from xpi-adblock/Makefile.xpi

Approved by:    miwi (maintainer)
Original commit
Saturday, 4 Jul 2009
22:25 miwi search for other commits by this committer
- Add www/firefox35 support
Original commit
Saturday, 3 Jan 2009
05:09 chinsan search for other commits by this committer
- Attach firefox3
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Friday, 14 Dec 2007
19:16 sat search for other commits by this committer
Add support for linux-netscape-messenger/navigator into
XPI and NPAPI infrastructures.
Original commit
Tuesday, 3 Jul 2007
08:10 sat search for other commits by this committer
- Enable support for sunbird and linux-sunbird
Original commit
Sunday, 22 Apr 2007
20:12 sat search for other commits by this committer
- s/CP -p/CP/ not to mangle ownerships of existing directories

Reported by:    pointyhat via kris
Original commit
Friday, 30 Mar 2007
07:23 sat search for other commits by this committer
- Add XPI_NUM macro to chase addons.mozilla.org brain surgery
Original commit
Wednesday, 15 Nov 2006
07:43 sat search for other commits by this committer
- Add a couple of targets to ease chrome.manifest generation
Original commit
Thursday, 3 Aug 2006
08:18 sat search for other commits by this committer
- Use MOZILLA_EXTENDED mirror list for xpi ports and linux mozillas [1]
- Better MASTER_SITES for linux-{firefox,seamonkey}-devel

Submitted by:   ahze [1]
Original commit
Sunday, 30 Jul 2006
22:22 sat search for other commits by this committer
- Move my csme.ru mirrors from Makefile.xpi to bsd.sites.mk
Original commit
Thursday, 27 Jul 2006
14:53 sat search for other commits by this committer
- Support LOCALBASE installations
- Minor fixes
Original commit
Tuesday, 27 Jun 2006
08:05 sat search for other commits by this committer
- Introduce and document WITH_XPI user-tunable var
- One step closer to smart linkfarming
- Venturesome users are encouraged to "portupgrade -f xpi\*" and report bugs

Wiki:           http://wiki.freebsd.org/Linkfarming
Original commit
Monday, 29 May 2006
16:35 sat search for other commits by this committer
- Introduce and document USE_XPI - a maintainer-tunable var

Approved by:    krion (implicit)
Original commit
15:52 sat search for other commits by this committer
- Preliminary support for multi-xpi ports
- Allow redefinition of public targets
- Make relink-all catch extensions with non-GUID ID's
- A bit smarter XPI_ID extraction

Approved by:    krion (mentor, implicit)
Original commit
Thursday, 18 May 2006
10:02 sat search for other commits by this committer
- Add and document XPI_LIBDIR and XPI_XPIDIR variables
- Add my mirrors (temporarily)
- XPI_DIRS is undefined by default now
- Rework ugly PLIST_FILES hacks
- Add xpi-plist target in maintainer section

Approved by:    krion (mentor, implicit)
Original commit
Wednesday, 17 May 2006
11:22 sat search for other commits by this committer
- Fix mode and owners of installed files

Reported by:    Thierry Thomas <thierry@freebsd.org>
Approved by:    krion (mentor, implicit)
Original commit
04:53 sat search for other commits by this committer
- Style change: convert to tabstop=4

Approved by:    krion (implicit)
Original commit
Wednesday, 10 May 2006
19:32 sat search for other commits by this committer
- Extend documentation
- Add support for XPI_DISTNAME [1]

PR:             ports/96764 [1]
Submitted by:   Lapo Luchini <lapo.luchini@gmail.com> [1]
Approved by:    osa (co-mentor)
Original commit
Monday, 8 May 2006
21:41 sat search for other commits by this committer
Update my e-mail address

Approved by:    krion (mentor, implicit)
Original commit
Thursday, 27 Apr 2006
19:16 thierry search for other commits by this committer
- Fix for extensions for which id is not an UUID, but an address
  containing dots [1];

- Various improvements [2].

Submitted by:   Andrew Pantyukhin (maintainer) [2], /me [1]
Original commit
Sunday, 16 Apr 2006
16:24 thierry search for other commits by this committer
Adblock is a content filtering plug-in for the Mozilla and Firefox browsers.
It is both more robust and more precise than the built-in image blocker.

Adblock allows the user to specify filters, which remove unwanted content based
on the source-address.

WWW: http://adblock.mozdev.org/

Note: the included www/xpi-adblock/Makefile.xpi is used for browsers
based on Gecko >= 1.8 (e.g. Firefox >= 1.5). Older browsers must use
extensions which rely on www/mozex/Makefile.xpi.

PR:             ports/95076
Submitted by:   Andrew Pantyukhin <infofarmer (at) gmail.com>
Original commit

Number of commits found: 39