diff options
author | flo <flo@FreeBSD.org> | 2013-05-16 10:00:38 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-05-16 10:00:38 +0800 |
commit | f4af27bd3269e118d14cae28388efe890a32df99 (patch) | |
tree | 97b1a90026635f394b7c23d7ecfdef200676e2e1 /devel | |
parent | 57ffa0dae067899a1ab118dfa138f5e4a85678b4 (diff) | |
download | freebsd-ports-gnome-f4af27bd3269e118d14cae28388efe890a32df99.tar.gz freebsd-ports-gnome-f4af27bd3269e118d14cae28388efe890a32df99.tar.zst freebsd-ports-gnome-f4af27bd3269e118d14cae28388efe890a32df99.zip |
- update firefox to 21.0
- update firefox-esr and thunderbird to 17.0.6
- WEBRTC now supports PULSEAUDIO
- make linux-firefox work with plugins again (e.g. quakelive)
Security: 4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02
In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nspr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 5b8b4bccc4c2..444389798d1e 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -8,8 +8,7 @@ PORTNAME= nspr DISTVERSION= 4.9.6 CATEGORIES= devel -MASTER_SITES= MOZILLA -MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src +MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src MAINTAINER= gecko@FreeBSD.org COMMENT= A platform-neutral API for system level and libc like functions |