1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

3479 Commits

Author SHA1 Message Date
Jochen Neumeister
f69478f463 - Update to 20170517
- Add LICENSE

* Add --automatic option. This option sets automatic flag for the package.
* Delete --noindex option, add --index option. When pkg_replace checks the dependencies before building the target packages, do "make package-depends-list" as default. This is more strictly checking the dependencies.

PR:	219397
Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (Maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10849
2017-05-26 05:48:49 +00:00
Dominic Fandrey
d5fbb382bb ports-mgmt/bsdadminscripts2: new port
- Move sysutils/bsdadminscripts to ports-mgmt/bsdadminscripts
- Copy ports-mgmt/bsdadminscripts to ports-mgmt/bsdadminscripts2
- Update bsdadminscripts2 to the bsda2 project 0.2.0 release

Reviewed by:	miwi
Approved by:	miwi
Differential Revision:	https://reviews.freebsd.org/D9434
2017-05-17 09:24:24 +00:00
Bryan Drewery
6b45af196f Fix build of sh on GCC platforms where -std=gnu99 is needed. 2017-05-16 16:15:10 +00:00
Bryan Drewery
f6c77240e5 Update to 3.0-2123-ga663c9c4.
- Fixes build on GCC platforms by using -std=gnu99 for sh.
2017-05-16 16:12:25 +00:00
Bryan Drewery
091933ca96 Update to 3.0-2122-g47f45a0c
- Raise 'package' phase timeout to 2 hours
    - image: Use makefs(2) to generate ufs2 disks
    - image: makefs use -s for size
    - HTML json top: Remove disconnected code
    - HTML json jail: Fix 'latest' not populating always.
    - pkgclean: Exit 0 if no packages are left to cleanup.
    - pkgclean: Fix -a to work properly
    - err: Don't show 'Error' if exiting 0
    - bulk/pkgclean: Don't allow specifying '' as a package
    - pkgclean -a: Remove pkg repository as well
    - pkgclean -a: Add a note about manually removing the PACKAGES directory
    - Don't fail if 'ulimit -a' fails somehow
    - LOCAL_MTREE_EXCLUDES: Add missing leading '.'
    - Update sh from FreeBSD head @ r317912
    - jail: Add -D option to keep git history
    - jail: Document -D option for jail creation
2017-05-10 16:10:01 +00:00
Martin Wilke
a3abb00d64 - Fix shebangs
- Limit py version
- Bump PORTREVISION
2017-05-08 10:05:27 +00:00
Pawel Pekala
52ef87abe5 Update to version 1.2
Changelog:
- Add pinstall, preinstall  frontends to upgrade-ports script
- Use ellipsis '...' to indicate time consuming operations
- Clarify usage descriptions

upgrade-ports:
- backup self conflicting packages and use them to restore
  when upgrade fails
- allow to remove conflicting package in install phase
- show type of failure in upgrade summary when failed builds occur
- improve conflicts handling
- show removal reason in upgrade summary
- check rebuilt ports for BROKEN and IGNORE flags
- automatically change port name on move operation
- implement option for only checking packages database for errors (-c)
- improved MOVED entries tracking
- don't offer recompilation of packages linked to libraries not
  found by system linker

upgrade-base:
- force sudo to preserve already set environment variables, this fixes
  PORTS_MODULES not being passed when user is non-root

tbuilder:
- improve detection of required option for library dependency
- add profiles feature, it's files in $CONFIGDIR containing names of jails
  for use in one build test batch.

pcommit:
- print correct object type in file_add() function
2017-05-01 09:29:43 +00:00
Dmitry Marakasov
8e8ba31ab1 - Update WWW
Approved by:	portmgr blanket
2017-05-01 09:00:10 +00:00
Mark Linimon
c5b96b3aa8 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 01:12:10 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Sunpoet Po-Chuan Hsieh
6d0e542fa1 Convert to options target helper
Approved by:	portmgr (blanket)
2017-04-22 10:58:32 +00:00
Rene Ladan
c7b6c8eaf9 Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by:	Mark Millard via private e-mail
2017-04-21 20:25:00 +00:00
Joe Marcus Clarke
6bb9127bab Update to 2.17.8.
* Check for use of OPT_XXX_OFF syntax to prevent false incorrect option
  usage assertions. [1]
* Remove now-obsolete warning about using :LU operators with make(1). [2]
* Fix the regex to prevent direct command use from hittin on lines
  like FOO_USES=... [3]

PR:		218260 [1]
		218325 [2]
		218672 [3]
Submitted by:	jrm [2]
Reported by:	rezny [2]
2017-04-21 19:50:59 +00:00
Steve Wills
9bb393eb6e ports-mgmt/create-rb-port: update to 0.0.3 2017-04-05 17:55:23 +00:00
Steve Wills
343da0479c ports-mgmt/create-rb-port: update to 0.0.2 2017-04-05 16:58:11 +00:00
Kurt Jaeger
139adbff0d ports-mgmt/synth: update 1.68 -> 1.69
- FreeBSD/ARM* support

PR:		218253
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Approved by:	ericturgeon.bsd@gmail.com (maintainer)
2017-04-02 04:35:12 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Bryan Drewery
dd12f59107 Update to 2.4.15.
- pkgdu: Fix syntax error with Ruby 2.3 (invalid next)

PR:		218139
2017-03-30 17:18:10 +00:00
Rene Ladan
4697095586 Reset pgollucci@ as maintainer after 19 months of inactivity
With hat:	portmgr-secretary
2017-03-29 20:33:05 +00:00
Joe Marcus Clarke
3379f32b15 Update to 2.17.7.
* Fold in the same removal of the obsolete HTTP-only warning
* Add support for checking for direct dependency on bison, fmake, and libexecinfo. [1]

PR:		216268 [1]
2017-03-29 15:28:55 +00:00
Dmitry Marakasov
3cccb78f68 Bump PORTREVISION 2017-03-29 13:36:30 +00:00
Dmitry Marakasov
6878f275d7 - Remove useless warning
HTTPS-only is normal novadays, also may@ says that the warning was
there because before 8.4 libfetch did not support going through a
proxy for HTTPS

PR:		217995
Approved by:	maintainer timeout (marcus, 2 weeks)
Differential Revision:	D10015
2017-03-29 13:35:45 +00:00
Bryan Drewery
06f9cb381d Update to 3.1.17
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3117
2017-03-27 17:25:10 +00:00
Baptiste Daroussin
6b22736a0e Update to 1.10.1
- Cache pw result to avoid over reloading nssswitch.conf
- Fix allow to set env per repo for everykind of repo
- Fix signing_command something saving a truncated signature in the file
  as a result pkg will reject any repository signed
- Fix sqlite vfs overload with new sqlite
- pkg which: add -m to show what files matched using globs
- Revert the new UI which does not respect 80 columns
- Fix query '%q' printing the internal arch instead of the official one
2017-03-26 21:25:47 +00:00
Baptiste Daroussin
194470067a Update to 1.10.99.4
- Fix signing_command something saving a truncated signature in the file
  as a result pkg will reject any repository signed
- pkg which: add -m to show what files matched using globs
- fix sqlite overload with new sqlite
- Revert the new UI which does not respect 80 columns
- Fix query '%q' printing the internal arch instead of the official one
2017-03-26 21:19:39 +00:00
Bryan Drewery
5df725fad9 Update to 3.0-2102-g58315dbf.
- Fix ZFS rollback handling to create needed file for checking for race
      after a rollback.
    - pkg/dist/logclean: Make size calculation account for compressed ZFS
      datasets.
2017-03-22 18:41:43 +00:00
Bryan Drewery
3a5b6c4fee Update to 3.0-2100-g2613baeb.
- Add a 'logclean' command that cleans build logs older than N days, or
      builds over a certain count, by filter.
    - Store temp and lock files in $(mktemp -dt poudriere), and remove on exit.
    - Change SHASH_VAR_PATH out of umounting MASTERMNT on exit
    - USE_TMPFS=yes: extend to data as well as wrkdirs
    - JSON jail: Ignore broken builds rather than corrupting the data
    - HTML JSON: Fix not writing on exit, and writing to /.data.json[.mini]
    - blacklist: Fix loading of JAIL-SETNAME-blacklist
    - Don't bother statting or creating pkg cache dirs when deleting them at startup.
    - pkgclean: Clean cache files as well
    - poudriere.8: Fix reference to native-xtools and document use of /usr/src
    - jail -d: Fix not cleaning up jail's temporary mountpoint directory
    - jail -uc: Don't leak host /etc/src-env.conf into jail builds
    - timestamp: Fix not exiting when stdin closes.
    - timestamp: Fix not properly handling newlines.
    - Fix umounting when using MDMFS
    - Make jail -k try harder to cleanup any messes left behind.
2017-03-22 03:11:57 +00:00
Bryan Drewery
29f7a6a4fb Update to 3.1.16.
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3116
2017-03-19 20:26:22 +00:00
Bryan Drewery
0d7d650afe Update to 3.0-2067-g6593db39.
- Add an ALLOW_NETWORKING_PACKAGES to allow networking for select packages
    - testport: Support -B
    - Only load linux64 if the host is newer than ~10.2 Current that had it
    - Determine UMOUNT_NONBUSY at startup, which allows jail -k to benefit
    - jail cleanup: Fix only the first 2 builders cleaning sometimes on older
      systems.
    - build_pkg: Assert that rollbackfs worked
    - Rework ZFS rollback race fix by creating the file at markfs time.
2017-03-19 20:19:02 +00:00
Bryan Drewery
a8e649189b Update to 3.1.15
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3115
2017-03-13 19:14:17 +00:00
Bryan Drewery
ff469e3a6f Update to 3.0-2048-gfb46d057.
- Really fix testport -c to not look in /usr/ports.

Reported by:	mat
2017-03-13 18:15:13 +00:00
Bryan Drewery
8b01fc68d6 Update to 3.0-2047-ge55e0387.
- Actually install cache.sh
    - Fix very old bug with ZFS rollback not succeeding due to
      race with zfs rollback + zfs snapshot.
      https://www.illumos.org/issues/7600
2017-03-13 17:44:11 +00:00
Bryan Drewery
9b051c7f89 Forgot to install cache.sh, will fix soon 2017-03-13 17:24:48 +00:00
Bryan Drewery
d46076db73 Update to 3.0-2045-gc6b1c034.
- bulk/status summaries: Fix build time being wildly wrong
    - MOVED: Convert to using shash
    - jail -u: Don't show /compat mount warning.
    - Automatically handle making some internal paths relative when
      doing 'cd'
    - Add a per-run caching mechanism for commands
    - Cache ZFS list (for mountpath) lookups.
    - jail -u, etc: Fix ZFS snapshots not being created after 33297b28f.
    - destroyfs: Avoid zfs_getfs() if not needed
    - testport: Support MOVED for main port being tested
    - locks: Disable INT/TERM traps while in here
    - HTML JSON is now generated with TERM delayed, meaning leftover tempfiles
      in the logdir should be fixed and the JSON should be more consistent.
    - poudriere: Allow -v to increase VERBOSE since not all sub-commands allow it.
    - poudriere: Allow -A to force colors, even if not in a TTY
    - HTML JSON: Use relative paths for reading/writing files in logdirs
    - prefix_output: Append into proctitle to make debugging simpler
    - testport -c: Fix after 88334520d1159.
    - Introduce HTML_TYPE to select if HTML files are inline or hosted
2017-03-13 17:18:23 +00:00
Bryan Drewery
b6f7c3f9fd Update to 3.0-2007-g2c59e4c7.
- Rewrite parsing of 'bulk -f' and 'bulk PORT1 PORT2' (and testport)
      handling of ports into the queue.
    - Update sh to FreeBSD head r315005.
    - compute_deps_pkg: Give a hint about failed pooldir creation being from
      duplicates.  This is still undergoing further changes.  It's technically
      an assertion still that is has proven to be possible.
    - Support copying a static ccache into the jail with CCACHE_STATIC_PREFIX.
      This is to support using something like devel/ccache-memcached-static
      in the jail to support memccached without any bootstrap or cyclic
      dependency problems.
2017-03-10 19:38:06 +00:00
Bryan Drewery
93fed100a8 Update to 3.0-2002-gf74f5e60.
- Fix spurious SIGALRM on poudriere processes.
   - Add a LOCAL_MTREE_EXCLUDES to allow appending to the list of directories
     to ignore in the mtree checks.
   - Document RESTRICT_NETWORKING
2017-03-10 02:04:19 +00:00
Bryan Drewery
cd26ba1e99 Update to 3.0-1994-g605f6348
- Fix regression from last build not causing ZFS+USE_TMPFS=all to
      rollback to the clean snapshot before cloning.
    - Fix mktemp using TMPDIR='' by default (thus /).  This broke
      some non-root operations.
    - options: Fix harmless warning about missing 'arch' file.
    - Fix very old crash with SIGINFO while cleaning the queue after
      a port is done building.
    - Revert a change for port statistics changes which may have resulted in
      warnings such as:
          mv: rename /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.tmp..poudriere.stats_ignored to /usr/local/poudriere/data/logs/bulk/103i386-default/434652/.poudriere.stats_ignored: No such file or directory
      Note that the change here does not restore ignoring errors like
      the previous code did.  So some odd crashes may occur, but all
      callers of this code were audited and should be ignoring the
      error anyhow.
2017-03-09 04:46:07 +00:00
Bryan Drewery
f97a480ac9 Update to 3.0-1987-g33297b28.
- Just a small optimization to not run 'zfs list' in the USE_TMPFS=all case.
2017-03-08 22:07:56 +00:00
Bryan Drewery
e3dfe60d63 Update to 3.0-1986-gdbc2cc63.
- Fix build on <head
  - Fix startup depqueue errors if the listed ports have duplicates.
  - Fix NO_ZFS/USE_TMPFS=all jail cloning error:
    [00:00:00] ====>> Creating the reference jail...realpath: Illegal option -r
  - NO_ZFS now overrides existing ZFS datasets; ZFS won't be used at all if
    NO_ZFS is set.
  - ZFS datasets are now looked up with 'zfs list' rather than 'mount -t zfs',
    which fixes some cases of ZFS datasets being left around after an error.
2017-03-08 21:57:43 +00:00
Bryan Drewery
39d6b0f4d7 - Insert the PKGVERSION into POUDRIERE_VERSION.
This will aid in debugging rather than having something like '3.2-pre'
  which does not indicate which actual version of poudriere was used.
2017-03-08 17:06:41 +00:00
Bryan Drewery
982a61ff12 Update to 3.0-1974-g9dd8a906
- Properly ignore /proc without invoking pseudofs kernel code.
    - mtree: Remove exclusion of /usr/home
    - mtree: Remove exclusion of .p4config
    - mtree: Restore ignoring /var/tmp in prebuild/prestage.
    - mtree: Don't descend into /dev, avoiding devfs_readdir, etc.
    - mtree: Avoid descending into all directories.
    - gather_distfiles: Use port_var_fetch to lessen needed make executions
    - sh: Make touch a builtin
    - Fix commit c0daac2f: /dev/null is a special character device, not directory.
    - pwait builtin: Properly restore SIGALRM on exit
2017-03-08 16:47:55 +00:00
Bryan Drewery
f0c858b852 Update to 3.0-1957-gb3d3e0c2
- pkgclean/distclean: Properly support PREPARE_PARALLEL_JOBS from
      poudriere.conf
    - Default PREPARE_PARALLEL_JOBS to 1.25*PARALLEL_JOBS
    - Poudriere now sets process title for some operations via setproctitle(2).
    - Dependency calculation majorly refactored to fetch more make variables
      at once rather than fetching some and then more later.  This rework also
      speeds up some startups by up to 60% by keeping the compute_deps work
      queue full and more parallelized.  This is especially seen in meta
      port lists.  The storage for the make variables fetched is not very
      efficient yet and will improve more in the future.
    - Add more sh builtins: pwait, mkdir, rename, setproctitle, rmdir, mktemp
    - nohang: Do read before logfile comparison.
    - update_stats: Stop building from html_json coproc after done building
    - More work to use relative paths, thus reducing namecache contention.
    - rm is bundled if the base system version does not support rm -x.
    - Determine at runtime if umount -n (MNT_NONBUSY) is supported
    - buildlog: Properly show limits in jail
    - The "balance_pool" operation after a port is done building is now
      asynchronous.
    - Fix some cases where stats were not updated on early exit.
    - Detect race during jail startup; prevent multiple concurrent jail
      startups for the same jail+set+portstree.
    - Some unexpected older packages may be deleted during startup.
    - bulk: Change dependency information to -v rather than -vv
    - Limit parallel umounts if batched free vnode lists not supported.
    - Only fetch LIB/RUN_DEPENDS and OPTIONS if the CHECK_CHANGED_DEPS/OPTIONS
      is set
    - Add some missing license headers in HTML code.
    - run_hook: cd to / before running hook to avoid umount problems.
    - Pass -DNOCLEANDEPENDS when cleaning to not clean dependency dirs.
    - Slightly reword some of the port job statuses.
    - api: Allow evalling from stdin
    - Move /var/db/freebsd-update exemption into common_mtree.
    - More tests added
    - Fix PORTBUILD_UID lookup when user doesn't exist in jail.
    - configure: Don't prefer GCC (poudriere build only)
2017-03-07 04:45:00 +00:00
Baptiste Daroussin
7c12f910f1 Fix signing_command something saving a truncated signature in the file
as a result pkg will reject any repository signed
2017-02-27 14:32:36 +00:00
Baptiste Daroussin
f1bc69869a Update to 1.10.99.3
Changes
- Replace some mmap with getline()
- Fix pkg which -g
- allow setting env before fetching for every kind of repo
2017-02-25 12:40:55 +00:00
Baptiste Daroussin
f646936a1d Allow per repo environment variable to be set for
every kind of repositories

Reported by:	kib
Tested by:	kib
2017-02-25 12:28:48 +00:00
Baptiste Daroussin
e69e8ebbc4 Release pkg 1.10.0
* fix pkg which -g
* Do not use openssl for sha256
* Improve the default output when fetching data
* Update libfetch to the version of FreeBSD 11
* Fix NetBSD ABI
* Add a fallback for utimensat when reporting EOPNOTSUPP
* replace libsbuf with utstring for portability
* Overwrite some sqlite vfs functions to allow more capsicumisation of pkg
* move more pkg audit details into the library
* allow to run pkg query without any privileges
* extend the audit periodic script to report deprecated packages
* Fix fd leak to rcscripts
* stop dropping privieges during fetching it causes more issues than it solves
* speed walking though [reverse]dependencies
* Update blake2b to latest version
* Add blake2s to the list of supported checksums
* Internal digest now default on blake2b on 64 bits and blake2s on 32 bits.
* Fix segfault when ABI is defined but empty
* Do not use the shared library provides/requires on non FreeBSD/Linux
* Define _NETBSD_SOURCES on NetBSD to allow libfetch to use funopen
* Document vital flags
* Fix potential double free when dealing with @config keyword
* Add progress when fetching (number of files to fetch)
* Improved messages about locked packages
* Return 1 when a user rejects the proposed plan
* When dealing with configuration files '@config' never overwrites non tracked
  files
* Warn everyone about deprecation of @dirrm and @exec
* Deduplicate metadata loading code
* pkg register now understands context aware messages
* Fix pkg register issues with some version of libarchive:
      hardlinks not being made hardlinks sometime
      issues when PREFIX is a symlink to another directory
* Use portable mechanism to find the number of CPUs which allows pkg repo to be
  faster on linux
* New pkg upgrade --vulnerable
2017-02-24 22:55:51 +00:00
Bryan Drewery
c2e8980f0d Restore 'umount -f' usage for now as older releases do not support 'umount -n'.
A better fix will be coming soon.

Reported by:	ohauer
2017-02-22 20:35:50 +00:00
Bryan Drewery
70eec3b6cc Mark BROKEN due to 'umount -n' being unsupported.
This is in the cleanup code, let's not cause problems for
people as I get it fixed.
2017-02-22 20:30:47 +00:00
Bryan Drewery
df4e2f3a71 Update to 3.0-1822-ge8f0d3e
- Manpage updates
   - Remove pkg_install support.
   - Remove NO_STAGE support.
   - Remove use of umount -f where possible.
   - Use relative paths where possible to avoid namecache contention.
   - USE_CACHED reworked to use POSIX mq (will soon change again)
   - PRIORITY_BOOST is fixed to boost dependencies as well now with
     USE_PTSORT enabled (default yes).
   - Load linux64 when needed
   - Improved ports_env support (less executions during ports interations)
   - Show resource limits in build log
   - Limit filedescriptors to 1024 by default with MAX_FILES
   - Shutdown/unmount build jails in parallel
   - Don't leak mount path in build log from ident(1)
   - sh: Add some builtins to avoid fork/execs (mostly poudriere C helpers):
     cachec, clock_monotonic, date +%s, dirempty, locked_mkdir, realpath,
     sleep
   - BUILD_AS_NON_ROOT: Remove redundant chown -R.
   - Add HTML_JSON_UPDATE_INTERVAL (def: 2) to allow overriding JSON update
     interval.
   - Add support for USE_TMPFS=no
   - jail: install the kernel requested with -K when using src method
   - jail -c -m src: Add support for building the src tree with -b.
   - jail -u -m src: Update the version for the jail as well.
   - jail -c: Allow @rev for releng/X.Y branch
   - jail: Switch to http protocol for ftp-archive.
   - ports: Do not create a FS when '-m none'
   - ports -d: Do not delete a ports tree created with method=none or -.
   - ports -d: Confirm if in a TTY
   - ports -d: Really delete the zfs dataset when TMPFS_ALL is used
   - ports: Add git+http support
   - ports/jail: Auto pass PROXY env vars from parent environment
   - image: only isos have a restriction in the image name
   - image: If the images dir does not exist, attempt to create it
   - image: Handle a relative path with -o
   - image: Various fixes.
   - image: usb|*firmware|rawdisk now require a kernel and image size.
   - testport: Fix fdescfs/procfs/linprocfs not being mounted.
   - testport: Fix limits not being applied
   - testport+SIGINFO: Fix very old deadlock with update_stats.
   - pkgclean: Add hook: pkgclean done <DELETED_FILES: 0|1> <BUILT_REPO: 0|1>
   - pkgclean: Cleanup corrupt packages
   - pkgclean: Act on .latest directory for ATOMIC_PACKAGE_REPOSITORY
   - poudriere.conf: Don't suggest changing svn.FreeBSD.org to a mirror anymore.
   - QEMU+Arm64: Coppy the latest aarch64-binutils ld into the jail at startup.
   - QEMU+Arm64: Link /usr/bin/ld to /nxb-bin/usr/bin/ld.
   - QEMU+Arm64: Tell about copying ld
   * QEMU+Arm64: Note that this is not working properly yet due to the
     aarch64-binutils port not providing a static ld.
   - options: Properly setup ARCH/MACHINE in make.conf for cross-builds
2017-02-22 18:21:46 +00:00
Dmitry Marakasov
138bda54c3 - Deprecate ports-mgmt/fbsdmon
From the PR:

"The web site used by this port, http://fbsdmon.org, has been taken
over by cybersquatters.  That means that users are sending their
system info to an unknown party.  The port has had no maintainer
for almost two years and the original maintainer (and previous owner
of the website) is not responding to email."

Since there's no way to force this port to be deinstalled from users'
machines, to stop data being sent to an unknown party, also do the
following:

- Modify the port to never send data to fbsdmon.org, bump PORTREVISION
- Mark the port IGNOREd for ports users, but allow package to be built
  and set extended 6 month EXPIRATION_DATE (or should it be extended
  to a year?) to give a modified package chance to replace original one
  on users machines

PR:		217099
Submitted by:	asomers
MFH:		2017Q1
2017-02-21 11:12:34 +00:00